MCPcopy Index your code
hub / github.com/lazyprogrammer/machine_learning_examples / maybe_make_dir

Function maybe_make_dir

tf2.0/rl_trader.py:85–87  ·  view source on GitHub ↗
(directory)

Source from the content-addressed store, hash-verified

83
84
85def maybe_make_dir(directory):
86 if not os.path.exists(directory):
87 os.makedirs(directory)
88
89
90

Callers 1

rl_trader.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected