MCPcopy
hub / github.com/CHNZYX/Auto_Simulated_Universe / sleep

Method sleep

diver.py:417–419  ·  view source on GitHub ↗
(self, tm=2)

Source from the content-addressed store, hash-verified

415 return portal
416
417 def sleep(self, tm=2):
418 time.sleep(tm)
419 self.ts.forward(self.get_screen())
420
421 def portal_bias(self, portal):
422 return (portal['box'][0] + portal['box'][1]) // 2 - 950

Callers 15

do_actionMethod · 0.95
notifyFunction · 0.80
start_abyssMethod · 0.80
waitMethod · 0.80
readyMethod · 0.80
routeMethod · 0.80
get_angleFunction · 0.80
mainFunction · 0.80
routeMethod · 0.80
normalMethod · 0.80
re_enterMethod · 0.80
check_reqMethod · 0.80

Calls 2

forwardMethod · 0.80
get_screenMethod · 0.45

Tested by

no test coverage detected