Converts the path to a string object
(path)
| 372 | |
| 373 | @staticmethod |
| 374 | def stringify_path(path): |
| 375 | """Converts the path to a string object |
| 376 | """ |
| 377 | raise NotImplementedError |
| 378 | |
| 379 | # High-level methods |
| 380 |
no outgoing calls
no test coverage detected