Searched refs:func_dict (Results 1 – 4 of 4) sorted by relevance
75 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 */
40 PyObject *func_dict; /* The __dict__ attribute, a dict or NULL */ member
786 :attr:`func_dict`, :attr:`func_doc`, :attr:`func_globals`,
24510 - A function's __dict__ (aka func_dict) will now always be a25462 (a.k.a. func_dict) which hold the function attributes. Methods get