Searched refs:py_file_path (Results 1 – 1 of 1) sorted by relevance
57 def guess_is_tensorflow_py_library(py_file_path): argument71 if (not is_extension_uncompiled_python_source(py_file_path) and72 not is_extension_compiled_python_source(py_file_path)):74 py_file_path = _norm_abs_path(py_file_path)75 return ((py_file_path.startswith(_TENSORFLOW_BASEDIR) or76 py_file_path.startswith(_ABSL_BASEDIR)) and77 not py_file_path.endswith("_test.py") and79 os.path.normpath(py_file_path)))