Home
last modified time | relevance | path

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

12

/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/Modules/_io/
D_iomodule.c386 raw = PyObject_CallFunction(RawIO_class, "OsOO", in _io_open_impl()
465 buffer = PyObject_CallFunction(Buffered_class, "Oi", raw, buffering); in _io_open_impl()
480 wrapper = PyObject_CallFunction((PyObject *)&PyTextIOWrapper_Type, in _io_open_impl()
710 state->unsupported_operation = PyObject_CallFunction( in PyInit__io()
Dbufferedio.c641 err = PyObject_CallFunction(PyExc_BlockingIOError, "isn", in _set_BlockingIOError()
2115 self->reader = (buffered *) PyObject_CallFunction( in _io_BufferedRWPair___init___impl()
2120 self->writer = (buffered *) PyObject_CallFunction( in _io_BufferedRWPair___init___impl()
Dfileio.c403 fdobj = PyObject_CallFunction(opener, "Oi", nameobj, flags);
/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.c518 sinfo = PyObject_CallFunction((PyObject*) collect->state->stats_subentry_type, in statsForSubEntry()
556 info = PyObject_CallFunction((PyObject*) collect->state->stats_entry_type, in statsForEntry()
Dreadline.c1064 r = PyObject_CallFunction(readlinestate_global->completion_display_matches_hook, in on_completion_display_matches_hook()
1117 r = PyObject_CallFunction(readlinestate_global->completer, "Ni", t, state); in on_completion()
D_functoolsmodule.c1305 return PyObject_CallFunction(self->cache_info_type, "nnOn", in lru_cache_cache_info()
1309 return PyObject_CallFunction(self->cache_info_type, "nnnn", in lru_cache_cache_info()
D_winapi.c1965 PyObject *r = PyObject_CallFunction( in _winapi__mimetypes_read_windows_registry_impl()
1990 PyObject *r = PyObject_CallFunction( in _winapi__mimetypes_read_windows_registry_impl()
Ditertoolsmodule.c3720 it = PyObject_CallFunction((PyObject *)&chain_type, "(O)O", in accumulate_reduce()
3734 it = PyObject_CallFunction((PyObject *)&chain_type, "(O)O", in accumulate_reduce()
3738 it = PyObject_CallFunction((PyObject *)Py_TYPE(lz), "NO", in accumulate_reduce()
/third_party/python/Modules/_sqlite/
Dcache.c231 data = PyObject_CallFunction(self->factory, "O", key); in pysqlite_cache_get()
Dcursor.c362 … converted = PyObject_CallFunction(self->connection->text_factory, "y#", text, nbytes); in _pysqlite_fetch_one_row()
800 next_row = PyObject_CallFunction(self->row_factory, "OO", self, next_row_tuple); in pysqlite_cursor_iternext()
Dconnection.c140 …self->statement_cache = (pysqlite_Cache*)PyObject_CallFunction((PyObject*)pysqlite_CacheType, "Oi"… in pysqlite_connection_init()
984 …ret = PyObject_CallFunction((PyObject*)user_arg, "issss", action, arg1, arg2, dbname, access_attem… in _authorizer_callback()
1721 PyObject *res = PyObject_CallFunction(progress, "iii", rc, in pysqlite_connection_backup_impl()
/third_party/python/Modules/_ctypes/
Dcallproc.c976 return PyObject_CallFunction(restype, "i", *(int *)result); in GetResult()
1905 result = PyObject_CallFunction((PyObject *)Py_TYPE(&PyCPointer_Type), in POINTER()
1923 result = PyObject_CallFunction((PyObject *)Py_TYPE(&PyCPointer_Type), in POINTER()
/third_party/python/Objects/
Dexceptions.c2122 return PyObject_CallFunction(PyExc_UnicodeEncodeError, "su#nns", in PyUnicodeEncodeError_Create()
2238 return PyObject_CallFunction(PyExc_UnicodeDecodeError, "sy#nns", in PyUnicodeDecodeError_Create()
2336 return PyObject_CallFunction(PyExc_UnicodeTranslateError, "u#nns", in PyUnicodeTranslateError_Create()
2345 return PyObject_CallFunction(PyExc_UnicodeTranslateError, "Onns", in _PyUnicodeTranslateError_Create()
Dcall.c500 PyObject_CallFunction(PyObject *callable, const char *format, ...) in PyObject_CallFunction() function
/third_party/python/Python/
Dcodecs.c281 ret = PyObject_CallFunction(inccodec, "s", errors); in codec_makeincrementalcodec()
319 streamcodec = PyObject_CallFunction(codeccls, "Os", stream, errors); in codec_getstreamcodec()
Dpythonrun.c382 PyObject *loader = PyObject_CallFunction(loader_type, in set_main_loader()
Derrors.c1153 result = PyObject_CallFunction((PyObject *)&PyType_Type, "sOO", in PyErr_NewException()
/third_party/python/Doc/c-api/
Dcall.rst205 | :c:func:`PyObject_CallFunction` | ``PyObject *`` | format | --- |
275 .. c:function:: PyObject* PyObject_CallFunction(PyObject *callable, const char *format, ...)
/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.dat471 function,PyObject_CallFunction,3.2,
/third_party/python/PC/
Dpython3dll.c427 EXPORT_FUNC(PyObject_CallFunction)

12