Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_action
Method · 0.95
notify
Function · 0.80
start_abyss
Method · 0.80
wait
Method · 0.80
ready
Method · 0.80
route
Method · 0.80
get_angle
Function · 0.80
main
Function · 0.80
route
Method · 0.80
normal
Method · 0.80
re_enter
Method · 0.80
check_req
Method · 0.80
Calls
2
forward
Method · 0.80
get_screen
Method · 0.45
Tested by
no test coverage detected