Home
last modified time | relevance | path

Searched refs:PyObject_GetAttr (Results 1 – 25 of 31) sorted by relevance

12

/third_party/python/Objects/
Dclassobject.c168 return PyObject_GetAttr(im->im_func, docstr); in method_get_doc()
201 return PyObject_GetAttr(im->im_func, name); in method_getattro()
416 return PyObject_GetAttr(PyInstanceMethod_GET_FUNCTION(self), docstr); in instancemethod_get_doc()
446 return PyObject_GetAttr(PyInstanceMethod_GET_FUNCTION(self), name); in instancemethod_getattro()
Dobject.c815 res = PyObject_GetAttr(v, w); in PyObject_GetAttrString()
872 result = PyObject_GetAttr(v, oname); in _PyObject_GetAttrId()
910 PyObject_GetAttr(PyObject *v, PyObject *name) in PyObject_GetAttr() function
1138 *method = PyObject_GetAttr(obj, name); in _PyObject_GetMethod()
Dunionobject.c440 return PyObject_GetAttr((PyObject *) Py_TYPE(alias), name); in union_getattro()
Dgenericaliasobject.c433 return PyObject_GetAttr(alias->origin, name); in ga_getattro()
Dweakrefobject.c496 WRAP_BINARY(proxy_getattr, PyObject_GetAttr) in WRAP_BINARY() argument
Dfuncobject.c732 PyObject *value = PyObject_GetAttr(wrapped, name); in functools_copy_attr()
/third_party/boost/libs/python/src/
Dobject_protocol.cpp15 return object(detail::new_reference(PyObject_GetAttr(target.ptr(), key.ptr()))); in getattr()
20 PyObject* result = PyObject_GetAttr(target.ptr(), key.ptr()); in getattr()
/third_party/python/Modules/
Dxxsubtype.c246 res = PyObject_GetAttr(obj, name); in spam_bench()
D_operator.c1303 newobj = PyObject_GetAttr(obj, attr_name); in dotted_getattr()
1312 newobj = PyObject_GetAttr(obj, attr); in dotted_getattr()
1567 method = PyObject_GetAttr(obj, mc->name); in methodcaller_call()
/third_party/markupsafe/
D_speedups.c206 html = PyObject_GetAttr(text ,id_html); in escape()
/third_party/python/Modules/_ctypes/
Dstgdict.c229 fdescr = (CFieldObject *)PyObject_GetAttr(descr->proto, fname); in MakeFields()
302 CFieldObject *descr = (CFieldObject *)PyObject_GetAttr(type, fname); in MakeAnonFields()
/third_party/python/Include/
Dobject.h274 PyAPI_FUNC(PyObject *) PyObject_GetAttr(PyObject *, PyObject *);
/third_party/python/Doc/c-api/
Dobject.rst38 To get error reporting use :c:func:`PyObject_GetAttr()` instead.
53 .. c:function:: PyObject* PyObject_GetAttr(PyObject *o, PyObject *attr_name)
/third_party/alsa-lib/modules/mixer/simple/
Dpython.c97 o = PyObject_GetAttr(obj, InternFromString(attr)); in get_C_ptr()
121 obj = PyObject_GetAttr(obj, InternFromString(attr)); in pcall()
/third_party/python/Modules/_io/
Dbufferedio.c469 res = PyObject_GetAttr(self->raw, _PyIO_str_closed); in buffered_closed()
481 return PyObject_GetAttr(self->raw, _PyIO_str_closed); in buffered_closed_get()
2272 return PyObject_GetAttr((PyObject *) self->writer, _PyIO_str_closed); in bufferedrwpair_closed_get()
Dstringio.c967 return PyObject_GetAttr(self->decoder, _PyIO_str_newlines); in stringio_newlines()
/third_party/python/Objects/stringlib/
Dunicode_format.h151 newobj = PyObject_GetAttr(obj, str); in getattr()
/third_party/python/PC/
Dpython3dll.c451 EXPORT_FUNC(PyObject_GetAttr)
/third_party/python/Doc/data/
Dstable_abi.dat495 function,PyObject_GetAttr,3.2,
Drefcounts.dat1683 PyObject_GetAttr:PyObject*::+1:
1684 PyObject_GetAttr:PyObject*:o:0:
1685 PyObject_GetAttr:PyObject*:attr_name:0:
/third_party/python/Python/
Dimport.c1820 import = PyObject_GetAttr(builtins, import_str); in PyImport_Import()
Dceval.c991 PyObject *attr = PyObject_GetAttr(subject, name); in match_class_attr()
3592 res = PyObject_GetAttr(owner, name); in _PyEval_EvalFrameDefault()
6162 value = PyObject_GetAttr(v, name); in import_all_from()
Dbltinmodule.c1106 result = PyObject_GetAttr(v, name); in builtin_getattr()
/third_party/python/Misc/
Dstable_abi.txt1071 function PyObject_GetAttr
/third_party/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c2300 obj = PyObject_GetAttr(pyobj,SWIG_This()); in SWIG_Python_GetSwigThis()
2310 obj = PyObject_GetAttr(pyobj,SWIG_This()); in SWIG_Python_GetSwigThis()

12