File: test.base.yaml

package info (click to toggle)
hdmf 3.14.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 19,372 kB
  • sloc: python: 34,738; makefile: 303; sh: 35
file content (13 lines) | stat: -rw-r--r-- 382 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
datasets:
- my_data_type_def: TestData
  my_data_type_inc: Data
  doc: An abstract data type for a dataset.

groups:
- my_data_type_def: TestContainer
  my_data_type_inc: Container
  doc: An abstract data type for a generic container storing collections of data and metadata.

- my_data_type_def: TestTable
  my_data_type_inc: DynamicTable
  doc: An abstract data type for a table.