MCPcopy Create free account
hub / github.com/comaps/comaps / _pretty_time_string

Method _pretty_time_string

tools/python/routing/src/utils.py:104–105  ·  view source on GitHub ↗
(*, dt)

Source from the content-addressed store, hash-verified

102
103 @staticmethod
104 def _pretty_time_string(*, dt):
105 return dt.strftime('%Y_%m_%d__%H_%M_%S')
106
107 def _run_system_unsafe(self, *, cmd, env=None, output_file=None, log_cmd=False):
108 env_params = ""

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected