Home
last modified time | relevance | path

Searched defs:func_obj (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Include/cpython/
Dmethodobject.h47 static inline PyObject* PyCFunction_GET_SELF(PyObject *func_obj) { in PyCFunction_GET_SELF()
65 static inline PyTypeObject* PyCFunction_GET_CLASS(PyObject *func_obj) { in PyCFunction_GET_CLASS()
/external/chromium-trace/catapult/devil/devil/utils/
Dmarkdown.py280 def md_function(func_obj, class_obj=None): argument