Home
last modified time | relevance | path

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

/third_party/boost/libs/python/src/object/
Dclass.cpp387 static PyObject* instance_get_dict(PyObject* op, void*) in instance_get_dict() function
407 {const_cast<char*>("__dict__"), instance_get_dict, instance_set_dict, NULL, 0},