MCPcopy
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
7def sleep(seconds, delta=0.3):
8 time.sleep(jitter(seconds,delta))
9
10
11def jitter(value, delta=0.3):

Callers 15

stepMethod · 0.90
_nickname_pokemonMethod · 0.90
workMethod · 0.90
evolve_pokemonMethod · 0.90
favor_pokemonMethod · 0.90
unfavor_pokemonMethod · 0.90
_use_potionMethod · 0.90
_hatch_eggsMethod · 0.90
drop_pokemon_in_gymMethod · 0.90
_check_tutorial_stateMethod · 0.90
_set_teamMethod · 0.90

Calls 1

jitterFunction · 0.85

Tested by

no test coverage detected