api-python icon indicating copy to clipboard operation
api-python copied to clipboard

[DEPRECATED] Python API for NWB < 2.0

Results 11 api-python issues
Sort by recently updated
recently updated
newest added

When running 'create()' on an existing file, generates the following error message: ``` 526 527 try: ``` --> 528 line = py3compat.cast_unicode_py2(self.raw_input_original(prompt)) 529 except ValueError: 530 warn("\n********\nYou or a %run:ed...