Home
last modified time | relevance | path

Searched refs:PyObject_CallFunction (Results 1 – 25 of 47) sorted by relevance

12

/third_party/python/Modules/_io/
D_iomodule.c328 raw = PyObject_CallFunction(RawIO_class, "OsOO", in _io_open_impl()
407 buffer = PyObject_CallFunction(Buffered_class, "Oi", raw, buffering); in _io_open_impl()
422 wrapper = PyObject_CallFunction((PyObject *)&PyTextIOWrapper_Type, in _io_open_impl()
695 state->unsupported_operation = PyObject_CallFunction( in PyInit__io()
Dbufferedio.c627 err = PyObject_CallFunction(PyExc_BlockingIOError, "isn", in _set_BlockingIOError()
2097 self->reader = (buffered *) PyObject_CallFunction( in _io_BufferedRWPair___init___impl()
2102 self->writer = (buffered *) PyObject_CallFunction( in _io_BufferedRWPair___init___impl()
Dfileio.c401 fdobj = PyObject_CallFunction(opener, "Oi", nameobj, flags);
/third_party/protobuf/python/google/protobuf/pyext/
Ddescriptor_database.cc141 PyObject_CallFunction(py_method.get(), "s#i", containing_type.c_str(), in FindFileContainingExtension()
160 PyObject_CallFunction(py_method.get(), "s#", containing_type.c_str(), in FindAllExtensionNumbers()
Dmessage_factory.cc87 owned_pool.reset(PyObject_CallFunction( in New()
/third_party/python/Include/
Dabstract.h139 # define PyObject_CallFunction _PyObject_CallFunction_SizeT macro
182 PyAPI_FUNC(PyObject *) PyObject_CallFunction(PyObject *callable,
/third_party/python/Modules/_ssl/
Ddebughelpers.c70 res = PyObject_CallFunction( in _PySSL_msg_callback()
/third_party/python/Modules/
D_lsprof.c524 sinfo = PyObject_CallFunction((PyObject*) collect->state->stats_subentry_type, in statsForSubEntry()
562 info = PyObject_CallFunction((PyObject*) collect->state->stats_entry_type, in statsForEntry()
Dreadline.c1066 r = PyObject_CallFunction(readlinestate_global->completion_display_matches_hook, in on_completion_display_matches_hook()
1119 r = PyObject_CallFunction(readlinestate_global->completer, "Ni", t, state); in on_completion()
D_functoolsmodule.c1306 return PyObject_CallFunction(self->cache_info_type, "nnOn", in lru_cache_cache_info()
1310 return PyObject_CallFunction(self->cache_info_type, "nnnn", in lru_cache_cache_info()
D_winapi.c2057 PyObject *r = PyObject_CallFunction( in _winapi__mimetypes_read_windows_registry_impl()
2082 PyObject *r = PyObject_CallFunction( in _winapi__mimetypes_read_windows_registry_impl()
Ditertoolsmodule.c3719 it = PyObject_CallFunction((PyObject *)&chain_type, "(O)O", in accumulate_reduce()
3733 it = PyObject_CallFunction((PyObject *)&chain_type, "(O)O", in accumulate_reduce()
3737 it = PyObject_CallFunction((PyObject *)Py_TYPE(lz), "NO", in accumulate_reduce()
Dgcmodule.c1378 r = PyObject_CallFunction(cb, "sO", phase, info); in invoke_gc_callback()
/third_party/python/Modules/_ctypes/
Dcallproc.c983 return PyObject_CallFunction(restype, "i", *(int *)result); in GetResult()
1913 result = PyObject_CallFunction((PyObject *)Py_TYPE(&PyCPointer_Type), in POINTER()
1931 result = PyObject_CallFunction((PyObject *)Py_TYPE(&PyCPointer_Type), in POINTER()
/third_party/python/Objects/
Dgenericaliasobject.c425 tmp = PyObject_CallFunction(prepare, "OO", self, item); in _Py_subs_parameters()
428 tmp = PyObject_CallFunction(prepare, "O(O)", self, item); in _Py_subs_parameters()
Dcall.c551 PyObject_CallFunction(PyObject *callable, const char *format, ...) in PyObject_CallFunction() function
Dexceptions.c3079 return PyObject_CallFunction(PyExc_UnicodeDecodeError, "sy#nns", in PyUnicodeDecodeError_Create()
3176 return PyObject_CallFunction(PyExc_UnicodeTranslateError, "Onns", in _PyUnicodeTranslateError_Create()
/third_party/python/Python/
Dcodecs.c282 ret = PyObject_CallFunction(inccodec, "s", errors); in codec_makeincrementalcodec()
320 streamcodec = PyObject_CallFunction(codeccls, "Os", stream, errors); in codec_getstreamcodec()
Derrors.c1172 result = PyObject_CallFunction((PyObject *)&PyType_Type, "sOO", in PyErr_NewException()
/third_party/python/Doc/c-api/
Dcall.rst199 | :c:func:`PyObject_CallFunction` | ``PyObject *`` | format | --- |
267 .. c:function:: PyObject* PyObject_CallFunction(PyObject *callable, const char *format, ...)
/third_party/python/Modules/_sqlite/
Dconnection.c1253 ret = PyObject_CallFunction(callable, "issss", action, arg1, arg2, dbname, in authorizer_callback()
1984 PyObject *res = PyObject_CallFunction(progress, "iii", rc, in pysqlite_connection_backup_impl()
Dcursor.c423 … converted = PyObject_CallFunction(self->connection->text_factory, "y#", text, nbytes); in _pysqlite_fetch_one_row()
/third_party/python/Doc/data/
Drefcounts.dat1597 PyObject_CallFunction:PyObject*::+1:
1598 PyObject_CallFunction:PyObject*:callable_object:0:
1599 PyObject_CallFunction:const char*:format::
1600 PyObject_CallFunction::...::
Dstable_abi.dat485 function,PyObject_CallFunction,3.2,,
/third_party/python/PC/
Dpython3dll.c434 EXPORT_FUNC(PyObject_CallFunction)

12