Searched refs:PyObject_CallMethodObjArgs (Results 1 – 15 of 15) sorted by relevance
/third_party/python/Modules/_io/ |
D | iobase.c | 787 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()
|
D | textio.c | 322 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()
|
D | bufferedio.c | 702 res = PyObject_CallMethodObjArgs(self->raw, _PyIO_str_seek, in _buffered_raw_seek()
|
/third_party/python/Doc/c-api/ |
D | call.rst | 211 | :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/ |
D | abstract.h | 226 PyAPI_FUNC(PyObject *) PyObject_CallMethodObjArgs(
|
/third_party/python/Doc/data/ |
D | refcounts.dat | 1612 PyObject_CallMethodObjArgs:PyObject*::+1: 1613 PyObject_CallMethodObjArgs:PyObject*:o:0: 1614 PyObject_CallMethodObjArgs:PyObject*:name:0: 1615 PyObject_CallMethodObjArgs::...::
|
D | stable_abi.dat | 474 function,PyObject_CallMethodObjArgs,3.2,
|
/third_party/python/Objects/ |
D | call.c | 778 PyObject_CallMethodObjArgs(PyObject *obj, PyObject *name, ...) in PyObject_CallMethodObjArgs() function
|
/third_party/python/PC/ |
D | python3dll.c | 430 EXPORT_FUNC(PyObject_CallMethodObjArgs)
|
/third_party/protobuf/python/google/protobuf/pyext/ |
D | message.cc | 1375 ScopedPyObjectPtr result(PyObject_CallMethodObjArgs( in IsInitialized() 2434 ScopedPyObjectPtr encoded(PyObject_CallMethodObjArgs( in ToUnicode()
|
/third_party/python/Modules/ |
D | selectmodule.c | 1654 return PyObject_CallMethodObjArgs((PyObject *)self, state->close, NULL); in select_epoll___exit___impl()
|
D | _zoneinfo.c | 438 PyObject *tmp = PyObject_CallMethodObjArgs(weak_cache, pop, item, in zoneinfo_clear_cache()
|
/third_party/python/Misc/ |
D | stable_abi.txt | 1045 function PyObject_CallMethodObjArgs
|
D | HISTORY | 23763 PyObject_CallMethodObjArgs() have been added to make it more
|
/third_party/python/Misc/NEWS.d/ |
D | 3.8.0b1.rst | 2007 Update :c:func:`PyObject_CallMethodObjArgs` and
|