コード例 #1
0
 def force(self, *arg):
     """ Calculate the nb in the house of force """
     (target, ) = normalize_argv(arg, 1)
     angelheap.force(target)
コード例 #2
0
ファイル: command_wrapper.py プロジェクト: scwuaptx/Pwngdb
 def force(self,*arg):
     """ Calculate the nb in the house of force """
     (target,) = normalize_argv(arg,1)
     angelheap.force(target)