(*args, **kwargs)
| 28 | |
| 29 | |
| 30 | def input(*args, **kwargs): # noqa |
| 31 | raise NotImplementedError('Python input() function is disabled.') |
| 32 | |
| 33 | |
| 34 | def _m6_timout_handler(_signum=None, _frame=None): |
no outgoing calls
no test coverage detected
searching dependent graphs…