| /third_party/python/Modules/_io/ |
| D | _iomodule.c | 328 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()
|
| D | bufferedio.c | 627 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()
|
| D | fileio.c | 401 fdobj = PyObject_CallFunction(opener, "Oi", nameobj, flags);
|
| /third_party/protobuf/python/google/protobuf/pyext/ |
| D | descriptor_database.cc | 141 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()
|
| D | message_factory.cc | 87 owned_pool.reset(PyObject_CallFunction( in New()
|
| /third_party/python/Include/ |
| D | abstract.h | 139 # define PyObject_CallFunction _PyObject_CallFunction_SizeT macro 182 PyAPI_FUNC(PyObject *) PyObject_CallFunction(PyObject *callable,
|
| /third_party/python/Modules/_ssl/ |
| D | debughelpers.c | 70 res = PyObject_CallFunction( in _PySSL_msg_callback()
|
| /third_party/python/Modules/ |
| D | _lsprof.c | 524 sinfo = PyObject_CallFunction((PyObject*) collect->state->stats_subentry_type, in statsForSubEntry() 562 info = PyObject_CallFunction((PyObject*) collect->state->stats_entry_type, in statsForEntry()
|
| D | readline.c | 1066 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.c | 1306 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.c | 2057 PyObject *r = PyObject_CallFunction( in _winapi__mimetypes_read_windows_registry_impl() 2082 PyObject *r = PyObject_CallFunction( in _winapi__mimetypes_read_windows_registry_impl()
|
| D | itertoolsmodule.c | 3719 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()
|
| D | gcmodule.c | 1378 r = PyObject_CallFunction(cb, "sO", phase, info); in invoke_gc_callback()
|
| /third_party/python/Modules/_ctypes/ |
| D | callproc.c | 983 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/ |
| D | genericaliasobject.c | 425 tmp = PyObject_CallFunction(prepare, "OO", self, item); in _Py_subs_parameters() 428 tmp = PyObject_CallFunction(prepare, "O(O)", self, item); in _Py_subs_parameters()
|
| D | call.c | 551 PyObject_CallFunction(PyObject *callable, const char *format, ...) in PyObject_CallFunction() function
|
| D | exceptions.c | 3079 return PyObject_CallFunction(PyExc_UnicodeDecodeError, "sy#nns", in PyUnicodeDecodeError_Create() 3176 return PyObject_CallFunction(PyExc_UnicodeTranslateError, "Onns", in _PyUnicodeTranslateError_Create()
|
| /third_party/python/Python/ |
| D | codecs.c | 282 ret = PyObject_CallFunction(inccodec, "s", errors); in codec_makeincrementalcodec() 320 streamcodec = PyObject_CallFunction(codeccls, "Os", stream, errors); in codec_getstreamcodec()
|
| D | errors.c | 1172 result = PyObject_CallFunction((PyObject *)&PyType_Type, "sOO", in PyErr_NewException()
|
| /third_party/python/Doc/c-api/ |
| D | call.rst | 199 | :c:func:`PyObject_CallFunction` | ``PyObject *`` | format | --- | 267 .. c:function:: PyObject* PyObject_CallFunction(PyObject *callable, const char *format, ...)
|
| /third_party/python/Modules/_sqlite/ |
| D | connection.c | 1253 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()
|
| D | cursor.c | 423 … converted = PyObject_CallFunction(self->connection->text_factory, "y#", text, nbytes); in _pysqlite_fetch_one_row()
|
| /third_party/python/Doc/data/ |
| D | refcounts.dat | 1597 PyObject_CallFunction:PyObject*::+1: 1598 PyObject_CallFunction:PyObject*:callable_object:0: 1599 PyObject_CallFunction:const char*:format:: 1600 PyObject_CallFunction::...::
|
| D | stable_abi.dat | 485 function,PyObject_CallFunction,3.2,,
|
| /third_party/python/PC/ |
| D | python3dll.c | 434 EXPORT_FUNC(PyObject_CallFunction)
|