예제 #1
0
파일: _psbsd.py 프로젝트: OYZQ/odoo_qingjia
 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
예제 #2
0
파일: _psbsd.py 프로젝트: tamentis/psutil
 def get_process_cwd(self):
     """Return process current working directory."""
     return _psutil_bsd.get_process_cwd(self.pid)
예제 #3
0
파일: _psbsd.py 프로젝트: THM1/fly-laserbox
 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
예제 #4
0
 def get_process_cwd(self):
     """Return process current working directory."""
     return _psutil_bsd.get_process_cwd(self.pid)