Home
last modified time | relevance | path

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

/third_party/python/Modules/_io/
Diobase.c787 res = PyObject_CallMethodObjArgs(self, _PyIO_str_write, line, NULL); in _io__IOBase_writelines()
933 res = PyObject_CallMethodObjArgs(self, _PyIO_str_readinto, b, NULL); in _io__RawIOBase_read_impl()
Dtextio.c322 output = PyObject_CallMethodObjArgs(self->decoder, in _PyIncrementalNewlineDecoder_decode()
906 chars = PyObject_CallMethodObjArgs(decoder, _PyIO_str_decode, bytes, in _textiowrapper_decode()
1956 decoded = PyObject_CallMethodObjArgs( in _io_TextIOWrapper_read_impl()
Dbufferedio.c702 res = PyObject_CallMethodObjArgs(self->raw, _PyIO_str_seek, in _buffered_raw_seek()
/third_party/python/Doc/c-api/
Dcall.rst211 | :c:func:`PyObject_CallMethodObjArgs` | obj + name | variadic | --- |
308 :c:func:`PyObject_CallMethodObjArgs` is a faster alternative.
327 .. c:function:: PyObject* PyObject_CallMethodObjArgs(PyObject *obj, PyObject *name, ...)
/third_party/python/Include/
Dabstract.h226 PyAPI_FUNC(PyObject *) PyObject_CallMethodObjArgs(
/third_party/python/Doc/data/
Drefcounts.dat1612 PyObject_CallMethodObjArgs:PyObject*::+1:
1613 PyObject_CallMethodObjArgs:PyObject*:o:0:
1614 PyObject_CallMethodObjArgs:PyObject*:name:0:
1615 PyObject_CallMethodObjArgs::...::
Dstable_abi.dat474 function,PyObject_CallMethodObjArgs,3.2,
/third_party/python/Objects/
Dcall.c778 PyObject_CallMethodObjArgs(PyObject *obj, PyObject *name, ...) in PyObject_CallMethodObjArgs() function
/third_party/python/PC/
Dpython3dll.c430 EXPORT_FUNC(PyObject_CallMethodObjArgs)
/third_party/protobuf/python/google/protobuf/pyext/
Dmessage.cc1375 ScopedPyObjectPtr result(PyObject_CallMethodObjArgs( in IsInitialized()
2434 ScopedPyObjectPtr encoded(PyObject_CallMethodObjArgs( in ToUnicode()
/third_party/python/Modules/
Dselectmodule.c1654 return PyObject_CallMethodObjArgs((PyObject *)self, state->close, NULL); in select_epoll___exit___impl()
D_zoneinfo.c438 PyObject *tmp = PyObject_CallMethodObjArgs(weak_cache, pop, item, in zoneinfo_clear_cache()
/third_party/python/Misc/
Dstable_abi.txt1045 function PyObject_CallMethodObjArgs
DHISTORY23763 PyObject_CallMethodObjArgs() have been added to make it more
/third_party/python/Misc/NEWS.d/
D3.8.0b1.rst2007 Update :c:func:`PyObject_CallMethodObjArgs` and