MCPcopy Create free account
hub / github.com/DragonisCV/RAM / get_time_str

Function get_time_str

ram/utils/misc.py:20–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18
19
20def get_time_str():
21 return time.strftime('%Y%m%d_%H%M%S', time.localtime())
22
23
24def mkdir_and_rename(path):

Callers 4

setup_environmentMethod · 0.90
train_pipelineFunction · 0.90
test_pipelineFunction · 0.90
mkdir_and_renameFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_pipelineFunction · 0.72