BlackrockNeurotech / Python-Utilities

A collection of scripts for loading and manipulating Blackrock Microsystems datafiles.
27 stars 16 forks source link

brpylib edits for 'with' compatibility #23

Closed jmgoodman closed 1 year ago

jmgoodman commented 1 year ago

Namely, the "enter" and "exit" methods are added to the NsxFile and NevFile objects so users can manage these file streams using the typical "with" statement.