예제 #1
0
파일: socket.py 프로젝트: asvetlov/cpython
 def get_inheritable(self):
     return os.get_handle_inheritable(self.fileno())
예제 #2
0
 def get_inheritable(self):
     return os.get_handle_inheritable(self.fileno())
예제 #3
0
 def get_inheritable(self):
     ## Get the “inheritable” flag of the specified handle (a boolean).).
     return os.get_handle_inheritable(self.fileno())