MCPcopy Create free account
hub / github.com/lazyprogrammer/machine_learning_examples / maybe_make_dir

Function maybe_make_dir

tf2.0/mlp_trader.py:77–79  ·  view source on GitHub ↗
(directory)

Source from the content-addressed store, hash-verified

75
76
77def maybe_make_dir(directory):
78 if not os.path.exists(directory):
79 os.makedirs(directory)
80
81
82

Callers 1

mlp_trader.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected