(d, f)
| 18 | return t |
| 19 | |
| 20 | def get_root(d, f): |
| 21 | path = Path(os.path.abspath(__file__)) |
| 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__)) |
nothing calls this directly
no outgoing calls
no test coverage detected