MCPcopy Create free account
hub / github.com/SourceCode-AI/aura / path

Method path

tests/conftest.py:73–74  ·  view source on GitHub ↗
(self, path: str='')

Source from the content-addressed store, hash-verified

71 BASE_PATH = Path(__file__).parent / "files"
72
73 def path(self, path: str='') -> str:
74 return os.fspath(self.BASE_PATH / path)
75
76 def read(self, path):
77 with open(self.path(path), 'r') as fp:

Callers 15

readMethod · 0.95
scan_test_fileMethod · 0.95
create_cache_entryFunction · 0.80
test_mirror_cache_pathsFunction · 0.80
test_simple_cli_analysisFunction · 0.80
test_ast_parserFunction · 0.80
create_same_filesFunction · 0.80
create_add_fileFunction · 0.80
create_del_fileFunction · 0.80
create_similar_fileFunction · 0.80
test_diff_same_renamedFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected