PyMethodObject
extern (C)
struct PyMethodObject {
}
- im_func
_object* im_func;
Undocumented in source.
- im_self
_object* im_self;
Undocumented in source.
- im_weakreflist
_object* im_weakreflist;
Undocumented in source.
- ob_base
_object ob_base;
Undocumented in source.
python raw
aliasesenumsfunctionsmanifest constantsstatic functionsstructs