Searched defs:py_obj (Results 1 – 2 of 2) sorted by relevance
95 PythonString::PythonString (PyObject *py_obj) : in PythonString()125 PythonString::Reset (PyObject *py_obj) in Reset()160 PythonInteger::PythonInteger (PyObject *py_obj) : in PythonInteger()186 PythonInteger::Reset (PyObject *py_obj) in Reset()224 PythonList::PythonList (PyObject *py_obj) : in PythonList()245 PythonList::Reset (PyObject *py_obj) in Reset()293 PythonDictionary::PythonDictionary (PyObject *py_obj) : in PythonDictionary()314 PythonDictionary::Reset (PyObject *py_obj) in Reset()357 PyObject *py_obj = PyDict_GetItem(m_py_obj, key.GetPythonObject()); in GetItemForKeyAsString() local369 PyObject *py_obj = PyDict_GetItem(m_py_obj, key.GetPythonObject()); in GetItemForKeyAsInteger() local
38 PythonObject (PyObject* py_obj) : in PythonObject()