Home
last modified time | relevance | path

Searched defs:py_object (Results 1 – 3 of 3) sorted by relevance

/third_party/protobuf/python/google/protobuf/pyext/
Dscoped_pyobject_ptr.h51 : ptr_(py_object) {} in ptr_() argument
/third_party/mindspore/mindspore/ccsrc/pybind_api/ir/
Dbase_ref_py.h32 explicit PyObjectRef(const py::object &py_object) : BaseRef(), object_(py_object) {} in PyObjectRef()
/third_party/python/Lib/ctypes/
D__init__.py154 class py_object(_SimpleCData): class