Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
20
def
get_time_str():
21
return
time.strftime(
'%Y%m%d_%H%M%S'
, time.localtime())
22
23
24
def
mkdir_and_rename(path):
Callers
4
setup_environment
Method · 0.90
train_pipeline
Function · 0.90
test_pipeline
Function · 0.90
mkdir_and_rename
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_pipeline
Function · 0.72