(f)
| 22 | return os.path.abspath(os.path.join(path.parent.parent, d, f)) |
| 23 | |
| 24 | def get_db(f): |
| 25 | path = Path(os.path.abspath(__file__)) |
| 26 | return os.path.abspath(os.path.join(path.parent.parent, "db", f)) |
| 27 | |
| 28 | def get_map(f): |
| 29 | path = Path(os.path.abspath(__file__)) |
nothing calls this directly
no outgoing calls
no test coverage detected