Home
last modified time | relevance | path

Searched refs:_PyObject_CallMethodIdNoArgs (Results 1 – 25 of 31) sorted by relevance

12

/external/python/cpython3/Modules/_io/
Dtextio.c867 res = _PyObject_CallMethodIdNoArgs(self->buffer, &PyId_readable); in _textiowrapper_set_decoder()
922 res = _PyObject_CallMethodIdNoArgs(self->buffer, &PyId_writable); in _textiowrapper_set_encoder()
1131 fileno = _PyObject_CallMethodIdNoArgs(buffer, &PyId_fileno); in _io_TextIOWrapper___init___impl()
1246 res = _PyObject_CallMethodIdNoArgs(buffer, &PyId_seekable); in _io_TextIOWrapper___init___impl()
1733 ret = _PyObject_CallMethodIdNoArgs(self->decoder, &PyId_reset); in _io_TextIOWrapper_write_impl()
1937 PyObject *bytes = _PyObject_CallMethodIdNoArgs(self->buffer, &PyId_read); in _io_TextIOWrapper_read_impl()
2478 cookieObj = _PyObject_CallMethodIdNoArgs((PyObject *)self, &PyId_tell); in _io_TextIOWrapper_seek_impl()
2494 res = _PyObject_CallMethodIdNoArgs((PyObject *)self, &PyId_flush); in _io_TextIOWrapper_seek_impl()
2502 res = _PyObject_CallMethodIdNoArgs(self->decoder, &PyId_reset); in _io_TextIOWrapper_seek_impl()
2664 res = _PyObject_CallMethodIdNoArgs((PyObject *)self, &PyId_flush); in _io_TextIOWrapper_tell_impl()
[all …]
D_iomodule.c403 PyObject *res = _PyObject_CallMethodIdNoArgs(raw, &PyId_isatty); in _io_open_impl()
497 close_result = _PyObject_CallMethodIdNoArgs(result, &PyId_close); in _io_open_impl()
Diobase.c922 return _PyObject_CallMethodIdNoArgs(self, &PyId_readall); in _io__RawIOBase_read_impl()
/external/python/cpython3/Python/
Dpylifecycle.c1212 tmp = _PyObject_CallMethodIdNoArgs(fout, &PyId_flush); in flush_std_files()
1222 tmp = _PyObject_CallMethodIdNoArgs(ferr, &PyId_flush); in flush_std_files()
1832 res = _PyObject_CallMethodIdNoArgs(raw, &PyId_isatty); in create_stdio()
2117 res = _PyObject_CallMethodIdNoArgs(ferr, &PyId_flush); in _Py_FatalError_PrintExc()
2395 result = _PyObject_CallMethodIdNoArgs(threading, &PyId__shutdown); in wait_for_thread_shutdown()
Dbltinmodule.c1896 PyObject *tmp = _PyObject_CallMethodIdNoArgs(file, &PyId_flush); in builtin_print()
1964 tmp = _PyObject_CallMethodIdNoArgs(ferr, &PyId_flush); in builtin_input_impl()
1973 tmp = _PyObject_CallMethodIdNoArgs(fin, &PyId_fileno); in builtin_input_impl()
1986 tmp = _PyObject_CallMethodIdNoArgs(fout, &PyId_fileno); in builtin_input_impl()
2024 tmp = _PyObject_CallMethodIdNoArgs(fout, &PyId_flush); in builtin_input_impl()
2119 tmp = _PyObject_CallMethodIdNoArgs(fout, &PyId_flush); in builtin_input_impl()
Dtraceback.c432 res = _PyObject_CallMethodIdNoArgs(binary, &PyId_close); in _Py_DisplaySourceLine()
452 res = _PyObject_CallMethodIdNoArgs(fob, &PyId_close); in _Py_DisplaySourceLine()
Dpythonrun.c1027 PyObject *res = _PyObject_CallMethodIdNoArgs(file, &PyId_flush); in _PyErr_Display()
1136 r = _PyObject_CallMethodIdNoArgs(f, &PyId_flush); in flush_io()
1144 r = _PyObject_CallMethodIdNoArgs(f, &PyId_flush); in flush_io()
Derrors.c1357 PyObject *res = _PyObject_CallMethodIdNoArgs(file, &PyId_flush); in write_unraisable_exc_file()
Dimport.c556 if (_PyObject_CallMethodIdNoArgs(modules, &PyId_clear) == NULL) { in _PyImport_Cleanup()
/external/python/cpython3/Objects/
Ddescrobject.c1096 return _PyObject_CallMethodIdNoArgs(pp->mapping, &PyId_keys); in mappingproxy_keys()
1103 return _PyObject_CallMethodIdNoArgs(pp->mapping, &PyId_values); in mappingproxy_values()
1110 return _PyObject_CallMethodIdNoArgs(pp->mapping, &PyId_items); in mappingproxy_items()
1117 return _PyObject_CallMethodIdNoArgs(pp->mapping, &PyId_copy); in mappingproxy_copy()
1124 return _PyObject_CallMethodIdNoArgs(pp->mapping, &PyId___reversed__); in mappingproxy_reversed()
Dfileobject.c65 result = _PyObject_CallMethodIdNoArgs(f, &PyId_readline); in PyFile_GetLine()
Dodictobject.c974 items = _PyObject_CallMethodIdNoArgs((PyObject *)od, &PyId_items); in odict_reduce()
1475 PyObject *items = _PyObject_CallMethodIdNoArgs((PyObject *)self, in odict_repr()
Dweakrefobject.c488 PyObject* res = _PyObject_CallMethodIdNoArgs(proxy, &PyId_##special); \
/external/python/cpython3/Modules/
Dfaulthandler.c176 result = _PyObject_CallMethodIdNoArgs(file, &PyId_fileno); in faulthandler_get_fileno()
194 result = _PyObject_CallMethodIdNoArgs(file, &PyId_flush); in faulthandler_get_fileno()
1357 PyObject *res = _PyObject_CallMethodIdNoArgs(module, &PyId_enable); in faulthandler_init_enable()
D_dbmmodule.c373 return _PyObject_CallMethodIdNoArgs(self, &PyId_close); in dbm__exit__()
D_gdbmmodule.c520 return _PyObject_CallMethodIdNoArgs(self, &PyId_close); in dbm__exit__()
D_asynciomodule.c345 loop = _PyObject_CallMethodIdNoArgs(policy, &PyId_get_event_loop); in get_event_loop()
508 res = _PyObject_CallMethodIdNoArgs(fut->fut_loop, &PyId_get_debug); in future_init()
1393 PyObject *rinfo = _PyObject_CallMethodIdNoArgs((PyObject*)fut, in FutureObj_repr()
D_datetimemodule.c1668 result = _PyObject_CallMethodIdNoArgs(time, &PyId_time); in time_time()
1926 ratio = _PyObject_CallMethodIdNoArgs(floatobj, &PyId_as_integer_ratio); in get_float_as_integer_ratio()
3168 return _PyObject_CallMethodIdNoArgs((PyObject *)self, &PyId_isoformat); in date_str()
3194 tuple = _PyObject_CallMethodIdNoArgs((PyObject *)self, &PyId_timetuple); in date_strftime()
4313 return _PyObject_CallMethodIdNoArgs((PyObject *)self, &PyId_isoformat); in time_str()
Dossaudiodev.c540 PyObject *ret = _PyObject_CallMethodIdNoArgs(self, &PyId_close); in oss_exit()
D_threadmodule.c1402 PyObject *res = _PyObject_CallMethodIdNoArgs(file, &PyId_flush); in thread_excepthook_file()
Dmmapmodule.c695 return _PyObject_CallMethodIdNoArgs(self, &PyId_close); in mmap__exit__method()
/external/python/cpython3/Modules/_sqlite/
Dconnection.c710 function_result = _PyObject_CallMethodIdNoArgs(*aggregate_instance, &PyId_finalize); in _pysqlite_final_callback()
1283 cursor = _PyObject_CallMethodIdNoArgs((PyObject*)self, &PyId_cursor); in pysqlite_connection_execute()
1312 cursor = _PyObject_CallMethodIdNoArgs((PyObject*)self, &PyId_cursor); in pysqlite_connection_executemany()
1341 cursor = _PyObject_CallMethodIdNoArgs((PyObject*)self, &PyId_cursor); in pysqlite_connection_executescript()
Dmodule.c206 name = _PyObject_CallMethodIdNoArgs(orig_name, &PyId_upper); in module_register_converter()
Dcursor.c109 upcase_key = _PyObject_CallMethodIdNoArgs(key, &PyId_upper); in _pysqlite_get_converter()
/external/python/cpython3/Include/cpython/
Dabstract.h241 _PyObject_CallMethodIdNoArgs(PyObject *self, _Py_Identifier *name) in _PyObject_CallMethodIdNoArgs() function

12