Schema2Wiki

class Schema2Wiki[source]

Methods

hed.schema.schema_io.schema2wiki.Schema2Wiki.__init__()

hed.schema.schema_io.schema2wiki.Schema2Wiki.process_schema(...)

Takes a HedSchema object and returns a list of strings representing its .mediawiki version.

Attributes

Schema2Wiki.__init__()[source]
classmethod Schema2Wiki.process_schema(hed_schema, save_merged=False)

Takes a HedSchema object and returns a list of strings representing its .mediawiki version.

Parameters:
  • hed_schema (HedSchema) –

  • save_merged (bool) – If True, this will save the schema as a merged schema if it is a “withStandard” schema. If it is not a “withStandard” schema, this setting has no effect.

Returns:

converted_output – Varies based on inherited class

Return type:

Any