Skip to content

Commit 1bad1f1

Browse files
ajtrittbendichter
authored andcommitted
use fields abstraction (#884)
1 parent 962838e commit 1bad1f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/pynwb/core.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ class NWBBaseType(with_metaclass(ExtenderMeta, Container)):
6868
relationships in neurodata.
6969
'''
7070

71+
_fieldsname = '__nwbfields__'
72+
7173
__nwbfields__ = tuple()
7274

7375
@docval({'name': 'name', 'type': str, 'doc': 'the name of this container'},

0 commit comments

Comments
 (0)