File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 4343* :attr:`NixIO`
4444* :attr:`NSDFIO`
4545* :attr:`OpenEphysIO`
46+ * :attr:`PhyIO`
4647* :attr:`PickleIO`
4748* :attr:`PlexonIO`
4849* :attr:`RawBinarySignalIO`
176177
177178 .. autoattribute:: extensions
178179
180+ .. autoclass:: neo.io.PhyIO
181+
182+ .. autoattribute:: extensions
183+
179184.. autoclass:: neo.io.PickleIO
180185
181186 .. autoattribute:: extensions
273278from neo .io .nixio_fr import NixIO as NixIOFr
274279from neo .io .nsdfio import NSDFIO
275280from neo .io .openephysio import OpenEphysIO
281+ from neo .io .phyio import PhyIO
276282from neo .io .pickleio import PickleIO
277283from neo .io .plexonio import PlexonIO
278284from neo .io .rawbinarysignalio import RawBinarySignalIO
317323 NeuroshareIO ,
318324 NSDFIO ,
319325 OpenEphysIO ,
326+ PhyIO ,
320327 PickleIO ,
321328 PlexonIO ,
322329 RawBinarySignalIO ,
You can’t perform that action at this time.
0 commit comments