pyqt is created by SIP, and SIP support signal and slot.
qt use moc to create a moc data about the signal and slot functions.
and qt search slot by index the function name.
and I want to know how pyqt archive this?
this is a critical question for better understanding pyqt...