OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PyInstanceMethod_New
(Results
1 - 4
of
4
) sorted by null
/prebuilts/misc/common/swig/include/2.0.11/python/
pyapi.swg
29
* Wrapper of
PyInstanceMethod_New
() used in Python 3
35
return
PyInstanceMethod_New
(func);
/external/python/cpython3/Include/
classobject.h
46
PyAPI_FUNC(PyObject *)
PyInstanceMethod_New
(PyObject *);
/external/python/cpython3/Objects/
classobject.c
412
PyInstanceMethod_New
(PyObject *func) {
605
return
PyInstanceMethod_New
(func);
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
qpol_wrap.c
1108
* Wrapper of
PyInstanceMethod_New
() used in Python 3
1114
return
PyInstanceMethod_New
(func);
[
all
...]
Completed in 335 milliseconds