Implements path concatenation.
(path, text)
| 360 | |
| 361 | @staticmethod |
| 362 | def concat_path(path, text): |
| 363 | """Implements path concatenation. |
| 364 | """ |
| 365 | raise NotImplementedError |
| 366 | |
| 367 | # High-level methods |
| 368 |
no outgoing calls
no test coverage detected