Searched refs:_io_FileIO___init___impl (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/_io/clinic/ |
D | fileio.c.h | 45 _io_FileIO___init___impl(fileio *self, PyObject *nameobj, const char *mode, 105 return_value = _io_FileIO___init___impl((fileio *)self, nameobj, mode, closefd, opener); in _io_FileIO___init__()
|
/external/python/cpython3/Modules/_io/ |
D | fileio.c | 222 _io_FileIO___init___impl(fileio *self, PyObject *nameobj, const char *mode, function
|