Searched defs:get_inheritable (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython3/Lib/
H A Dsocket.py442 def get_inheritable(self): function in function:socket.type
447 def get_inheritable(self): function in function:socket.type
448 return os.get_inheritable(self.fileno())
451 get_inheritable.__doc__ = "Get the inheritable flag of the socket"
/external/python/cpython3/Python/
H A Dfileutils.c736 get_inheritable(int fd, int raise) function
777 return get_inheritable(fd, 1);
802 int isInheritable = get_inheritable(fd, raise);

Completed in 65 milliseconds