Ejemplo n.º 1
0
 def get_process_cwd(self):
     """Return process current working directory."""
     # sometimes we get an empty string, in which case we turn
     # it into None
     return _psutil_bsd.get_process_cwd(self.pid) or None
Ejemplo n.º 2
0
 def get_process_cwd(self):
     """Return process current working directory."""
     return _psutil_bsd.get_process_cwd(self.pid)
Ejemplo n.º 3
0
 def get_process_cwd(self):
     """Return process current working directory."""
     # sometimes we get an empty string, in which case we turn
     # it into None
     return _psutil_bsd.get_process_cwd(self.pid) or None
Ejemplo n.º 4
0
 def get_process_cwd(self):
     """Return process current working directory."""
     return _psutil_bsd.get_process_cwd(self.pid)