MCPcopy 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
265print("Example 17")
266def get_do_rounds_time():
267 return datetime.now()
268
269def do_rounds(database, species):
270 now = get_do_rounds_time()

Callers 1

do_roundsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected