(self, *args, **kwargs)
| 76 | return lua2python(self._lua, *args, **kwargs) |
| 77 | |
| 78 | def python2lua(self, *args, **kwargs): |
| 79 | return python2lua(self._lua, *args, **kwargs) |
| 80 | |
| 81 | def instruction_count(self): |
| 82 | if not self._sandboxed: |
no test coverage detected