Home
last modified time | relevance | path

Searched refs:func_dict (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Objects/
Dfuncobject.c75 op->func_dict = NULL; in PyFunction_NewWithQualName()
632 Py_CLEAR(op->func_dict); in func_clear()
667 Py_VISIT(f->func_dict); in func_traverse()
722 offsetof(PyFunctionObject, func_dict), /* tp_dictoffset */
/third_party/python/Include/
Dfuncobject.h40 PyObject *func_dict; /* The __dict__ attribute, a dict or NULL */ member
/third_party/python/Doc/whatsnew/
D3.0.rst786 :attr:`func_dict`, :attr:`func_doc`, :attr:`func_globals`,
/third_party/python/Misc/
DHISTORY24510 - A function's __dict__ (aka func_dict) will now always be a
25462 (a.k.a. func_dict) which hold the function attributes. Methods get