コード例 #1
0
 def nice_set(self, value):
     return cext.proc_priority_set(self.pid, value)
コード例 #2
0
ファイル: _pswindows.py プロジェクト: dangpu/momoko
 def nice_set(self, value):
     return cext.proc_priority_set(self.pid, value)