(self)
| 562 | do_vim = do_edit |
| 563 | |
| 564 | def help_edit(self): |
| 565 | print("Edit remote files with our favorite editor: edit <file>") |
| 566 | |
| 567 | # ------------------------[ mirror <path> ]--------------------------- |
| 568 | def mirror(self, name, size): |
nothing calls this directly
no outgoing calls
no test coverage detected