(self, ql_path: Union["PathLike", str])
| 703 | |
| 704 | # Remove "ql_path" mapping. |
| 705 | def remove_fs_mapper(self, ql_path: Union["PathLike", str]): |
| 706 | self.os.fs_mapper.remove_mapping(ql_path) |
| 707 | |
| 708 | # push to stack bottom, and update stack register |
| 709 | def stack_push(self, data): |
nothing calls this directly
no test coverage detected