Call the pertinent legacy API function (e.g. open_text, path) on package and path.
(self, package, path)
| 75 | |
| 76 | @abc.abstractmethod |
| 77 | def execute(self, package, path): |
| 78 | """ |
| 79 | Call the pertinent legacy API function (e.g. open_text, path) |
| 80 | on package and path. |
| 81 | """ |
| 82 | |
| 83 | def test_package_name(self): |
| 84 | """ |
no outgoing calls