Home
last modified time | relevance | path

Searched refs:_PyObject_CallMethodIdObjArgs (Results 1 – 25 of 26) sorted by relevance

12

/external/python/cpython3/Modules/
D_abc.c517 result = _PyObject_CallMethodIdObjArgs(self, &PyId___subclasscheck__, in _abc__abc_instancecheck_impl()
521 result = _PyObject_CallMethodIdObjArgs(self, &PyId___subclasscheck__, in _abc__abc_instancecheck_impl()
534 result = _PyObject_CallMethodIdObjArgs(self, &PyId___subclasscheck__, in _abc__abc_instancecheck_impl()
616 ok = _PyObject_CallMethodIdObjArgs((PyObject *)self, &PyId___subclasshook__, in _abc__abc_subclasscheck_impl()
D_asynciomodule.c347 handle = _PyObject_CallMethodIdObjArgs( in call_soon()
1298 PyObject *rinfo = _PyObject_CallMethodIdObjArgs((PyObject*)fut, in FutureObj_repr()
1859 PyObject *res = _PyObject_CallMethodIdObjArgs( in register_task()
1874 PyObject *res = _PyObject_CallMethodIdObjArgs( in unregister_task()
2561 result = _PyObject_CallMethodIdObjArgs(coro, &PyId_send, in task_step_impl()
2566 result = _PyObject_CallMethodIdObjArgs(coro, &PyId_throw, in task_step_impl()
D_elementtree.c1216 return _PyObject_CallMethodIdObjArgs( in _elementtree_Element_find_impl()
1261 return _PyObject_CallMethodIdObjArgs( in _elementtree_Element_findtext_impl()
1316 return _PyObject_CallMethodIdObjArgs( in _elementtree_Element_findall_impl()
1363 return _PyObject_CallMethodIdObjArgs( in _elementtree_Element_iterfind_impl()
2532 res = _PyObject_CallMethodIdObjArgs(element, &PyId_append, child, NULL); in treebuilder_add_subelement()
D_datetimemodule.c1226 result = _PyObject_CallMethodIdObjArgs(tzinfo, &PyId_tzname, in call_tzname()
1619 result = _PyObject_CallMethodIdObjArgs(time, &PyId_strftime, in wrap_strftime()
1682 result = _PyObject_CallMethodIdObjArgs(time, &PyId_struct_time, in build_struct_time()
2885 result = _PyObject_CallMethodIdObjArgs(cls, &PyId_fromtimestamp, in date_today()
3114 return _PyObject_CallMethodIdObjArgs((PyObject *)self, &PyId_strftime, in date_format()
4935 return _PyObject_CallMethodIdObjArgs(module, &PyId__strptime_datetime, in datetime_strptime()
5862 _PyObject_CallMethodIdObjArgs(tzinfo, &PyId_fromutc, temp, NULL); in datetime_astimezone()
Darraymodule.c1510 res = _PyObject_CallMethodIdObjArgs(f, &PyId_write, bytes, NULL); in array_array_tofile()
D_pickle.c4733 return _PyObject_CallMethodIdObjArgs((PyObject *)self, &PyId_find_class, in find_class()
5345 return _PyObject_CallMethodIdObjArgs(cls, &PyId___new__, cls, NULL); in instantiate()
/external/python/cpython3/Python/
Dimport.c902 pathobj = _PyObject_CallMethodIdObjArgs(external, in PyImport_ExecCodeModuleWithPathnames()
985 res = _PyObject_CallMethodIdObjArgs(external, in PyImport_ExecCodeModuleObject()
1646 mod = _PyObject_CallMethodIdObjArgs(interp->importlib, in import_find_and_load()
1743 value = _PyObject_CallMethodIdObjArgs(interp->importlib, in PyImport_ImportModuleLevelObject()
1817 final_mod = _PyObject_CallMethodIdObjArgs(interp->importlib, in PyImport_ImportModuleLevelObject()
1864 reloaded_module = _PyObject_CallMethodIdObjArgs(imp, &PyId_reload, m, NULL); in PyImport_ReloadModule()
D_warnings.c40 result = _PyObject_CallMethodIdObjArgs(obj, &PyId_match, arg, NULL); in check_matched()
Dmarshal.c1687 res = _PyObject_CallMethodIdObjArgs(file, &PyId_write, s, NULL); in marshal_dump_impl()
Dsysmodule.c238 result = _PyObject_CallMethodIdObjArgs(buffer, &PyId_write, encoded, NULL); in sys_displayhook_unencodable()
/external/python/cpython3/Objects/
Dfileobject.c62 result = _PyObject_CallMethodIdObjArgs(f, &PyId_readline, NULL); in PyFile_GetLine()
Dodictobject.c922 items = _PyObject_CallMethodIdObjArgs((PyObject *)od, &PyId_items, NULL); in odict_reduce()
1434 PyObject *items = _PyObject_CallMethodIdObjArgs((PyObject *)self, in odict_repr()
Ddictobject.c3921 tmp = _PyObject_CallMethodIdObjArgs(result, &PyId_difference_update, other, NULL); in dictviews_sub()
3941 tmp = _PyObject_CallMethodIdObjArgs(result, &PyId_intersection_update, other, NULL); in _PyDictView_Intersect()
3961 tmp = _PyObject_CallMethodIdObjArgs(result, &PyId_update, other, NULL); in dictviews_or()
3981 tmp = _PyObject_CallMethodIdObjArgs(result, &PyId_symmetric_difference_update, other, NULL); in dictviews_xor()
Dcall.c1232 _PyObject_CallMethodIdObjArgs(PyObject *obj, in _PyObject_CallMethodIdObjArgs() function
Ddescrobject.c861 return _PyObject_CallMethodIdObjArgs(pp->mapping, &PyId_get, in mappingproxy_get()
Dtypeobject.c4091 slotnames = _PyObject_CallMethodIdObjArgs(copyreg, &PyId__slotnames, in _PyType_GetSlotNames()
4371 items = _PyObject_CallMethodIdObjArgs(obj, &PyId_items, NULL); in _PyObject_GetItemsIter()
/external/python/cpython3/Modules/_io/
Dtextio.c1106 self->encoding = _PyObject_CallMethodIdObjArgs( in _io_TextIOWrapper___init___impl()
2718 res = _PyObject_CallMethodIdObjArgs(self->decoder, &PyId_setstate, saved_state, NULL); in _io_TextIOWrapper_tell_impl()
2732 res = _PyObject_CallMethodIdObjArgs(self->decoder, &PyId_setstate, saved_state, NULL); in _io_TextIOWrapper_tell_impl()
2944 res = _PyObject_CallMethodIdObjArgs(self->buffer, in _io_TextIOWrapper_close_impl()
Diobase.c688 PyObject *ret = _PyObject_CallMethodIdObjArgs(result, &PyId_extend, in _io__IOBase_readlines_impl()
Dfileio.c147 res = _PyObject_CallMethodIdObjArgs((PyObject*)&PyRawIOBase_Type, in _io_FileIO_close_impl()
Dwinconsoleio.c206 res = _PyObject_CallMethodIdObjArgs((PyObject*)&PyRawIOBase_Type, in _io__WindowsConsoleIO_close_impl()
Dbufferedio.c441 r = _PyObject_CallMethodIdObjArgs(self->raw, &PyId__dealloc_warn, in buffered_dealloc_warn()
/external/python/cpython3/Include/
Dabstract.h361 PyAPI_FUNC(PyObject *) _PyObject_CallMethodIdObjArgs(
/external/python/cpython3/Modules/_sqlite/
Dconnection.c1165 uppercase_level = _PyObject_CallMethodIdObjArgs( in pysqlite_connection_set_isolation_level()
1615 uppercase_name = _PyObject_CallMethodIdObjArgs((PyObject *)&PyUnicode_Type, in pysqlite_connection_create_collation()
/external/python/cpython3/Modules/cjkcodecs/
Dmultibytecodec.c1618 wr = _PyObject_CallMethodIdObjArgs(self->stream, &PyId_write, str, NULL); in mbstreamwriter_iwrite()
1712 wr = _PyObject_CallMethodIdObjArgs(self->stream, &PyId_write, pwrt); in _multibytecodec_MultibyteStreamWriter_reset_impl()
/external/python/cpython3/Modules/_ctypes/
Dcallproc.c1675 obj = _PyObject_CallMethodIdObjArgs(typ, &PyId___new__, typ, NULL); in unpickle()

12