Home
last modified time | relevance | path

Searched defs:os_open (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/test/
D_test_eintr.py356 def os_open(self, path): member in SocketEINTRTest
/external/python/setuptools/pkg_resources/
D__init__.py64 from os import open as os_open unknown
/external/python/cpython3/Modules/clinic/
Dposixmodule.c.h4462 os_open(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in os_open() function