Implements path concatenation.
(path, text)
| 366 | |
| 367 | @staticmethod |
| 368 | def concat_path(path, text): |
| 369 | """Implements path concatenation. |
| 370 | """ |
| 371 | raise NotImplementedError |
| 372 | |
| 373 | @staticmethod |
| 374 | def stringify_path(path): |
no outgoing calls
no test coverage detected