Return the root path's string representation.
()
| 5 | |
| 6 | @staticmethod |
| 7 | def root_path(): |
| 8 | """Return the root path's string representation.""" |
| 9 | return "." |
| 10 | |
| 11 | def __init__(self, path): |
| 12 | """Make a new path based on the string representation in `path`.""" |
no outgoing calls