Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bslatkin/effectivepython
/ get_do_rounds_time
Function
get_do_rounds_time
example_code/item_111.py:266–267 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
264
265
print(
"Example 17"
)
266
def
get_do_rounds_time():
267
return
datetime.now()
268
269
def
do_rounds(database, species):
270
now = get_do_rounds_time()
Callers
1
do_rounds
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected