Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/PokemonGoF/PokemonGo-Bot
/ sleep
Function
sleep
pokemongo_bot/human_behaviour.py:7–8 ·
view source on GitHub ↗
(seconds, delta=0.3)
Source
from the content-addressed store, hash-verified
5
6
7
def
sleep(seconds, delta=0.3):
8
time.sleep(jitter(seconds,delta))
9
10
11
def
jitter(value, delta=0.3):
Callers
15
step
Method · 0.90
_nickname_pokemon
Method · 0.90
_execute_pokemon_evolve
Method · 0.90
work
Method · 0.90
evolve_pokemon
Method · 0.90
favor_pokemon
Method · 0.90
unfavor_pokemon
Method · 0.90
_use_potion
Method · 0.90
_hatch_eggs
Method · 0.90
drop_pokemon_in_gym
Method · 0.90
_check_tutorial_state
Method · 0.90
_set_team
Method · 0.90
Calls
1
jitter
Function · 0.85
Tested by
no test coverage detected