コード例 #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)