Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/avinassh/rockstar
/ _get_random_time
Method
_get_random_time
rockstar/RockStar.py:71–73 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
69
70
@staticmethod
71
def
_get_random_time():
72
return
time(hour=randint(0, 23), minute=randint(0, 59),
73
second=randint(0, 59), microsecond=randint(0, 999999))
74
75
def
_get_dates_list(self):
76
def
dates():
Callers
1
_get_dates_list
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected