(f)
| 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__)) |
| 30 | return os.path.abspath(os.path.join(path.parent.parent, "map", f)) |
| 31 | |
| 32 | def get_images(f): |
| 33 | path = Path(os.path.abspath(__file__)) |
nothing calls this directly
no outgoing calls
no test coverage detected