| 1 | r""" |
| 2 | This module provides utilities to get the absolute filenames so that we can be sure that: |
| 3 | - The case of a file will match the actual file in the filesystem (otherwise breakpoints won't be hit). |
| 4 | - Providing means for the user to make path conversions when doing a remote debugging session in |
nothing calls this directly
no test coverage detected