Пример #1
0
 def force(self, *arg):
     """ Calculate the nb in the house of force """
     (target, ) = normalize_argv(arg, 1)
     angelheap.force(target)
Пример #2
0
 def force(self,*arg):
     """ Calculate the nb in the house of force """
     (target,) = normalize_argv(arg,1)
     angelheap.force(target)