Home
last modified time | relevance | path

Searched refs:func_dict (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Objects/
H A Dfuncobject.c38 op->func_dict = NULL; in _PyFunction_FromConstructor()
114 op->func_dict = NULL; in PyFunction_NewWithQualName()
693 Py_CLEAR(op->func_dict); in func_clear()
739 Py_VISIT(f->func_dict); in func_traverse()
794 offsetof(PyFunctionObject, func_dict), /* tp_dictoffset */
/third_party/python/Include/cpython/
H A Dfuncobject.h40 PyObject *func_dict; /* The __dict__ attribute, a dict or NULL */ member

Completed in 3 milliseconds