Home
last modified time | relevance | path

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

/third_party/python/Objects/
H A Ddictobject.c5403 make_dict_from_instance_attributes(PyDictKeysObject *keys, PyDictValues *values) in make_dict_from_instance_attributes() function
5428 return make_dict_from_instance_attributes(keys, values); in _PyObject_MakeDictFromInstanceAttributes()
5457 PyObject *dict = make_dict_from_instance_attributes(keys, values); in _PyObject_StoreInstanceAttribute()
5599 *dictptr = dict = make_dict_from_instance_attributes(CACHED_KEYS(tp), *values_ptr); in PyObject_GenericGetDict()

Completed in 7 milliseconds