PyAssocObject.GetMethodByType
GetMethodByType()
Given a method name and a type object, return the attribute.
Comments
This function allows you to obtain attributes for base types. For example, calling appObject.GetAttributeByType("Run", threadType) will return the built-in Run method for the CWinThread object rather than the CWinApp object.