OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PyInstanceMethod_Check
(Results
1 - 2
of
2
) sorted by null
/external/python/cpython3/Include/
classobject.h
44
#define
PyInstanceMethod_Check
(op) ((op)->ob_type == &PyInstanceMethod_Type)
/external/python/cpython3/Objects/
classobject.c
418
if (!
PyInstanceMethod_Check
(im)) {
513
!
PyInstanceMethod_Check
(self) ||
514
!
PyInstanceMethod_Check
(other))
Completed in 204 milliseconds