Ejemplo n.º 1
0
 def get_inheritable(self):
     return os.get_handle_inheritable(self.fileno())
Ejemplo n.º 2
0
 def get_inheritable(self):
     return os.get_handle_inheritable(self.fileno())
Ejemplo n.º 3
0
 def get_inheritable(self):
     ## Get the “inheritable” flag of the specified handle (a boolean).).
     return os.get_handle_inheritable(self.fileno())