MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / _norm_abs_path

Function _norm_abs_path

tensorflow/python/debug/lib/source_utils.py:38–39  ·  view source on GitHub ↗
(file_path)

Source from the content-addressed store, hash-verified

36
37
38def _norm_abs_path(file_path):
39 return os.path.normpath(os.path.abspath(file_path))
40
41
42def is_extension_uncompiled_python_source(file_path):

Callers 4

annotate_sourceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected