(self)
| 1057 | |
| 1058 | # retrieve available resources |
| 1059 | def populate_resource(self): |
| 1060 | if not self.options_resource: |
| 1061 | str_send = '(*) {print (\\n) print} 128 string /Category resourceforall' |
| 1062 | self.options_resource = self.cmd(str_send).splitlines() |
| 1063 | |
| 1064 | # ------------------------[ set <key=value> ]------------------------- |
| 1065 | def do_set(self, arg): |
no test coverage detected