TaggedObjectNode

class roman_datamodels.stnode.TaggedObjectNode(node=None, parent=None, name=None)[source]

Bases: DNode

Base class for all tagged objects defined by RAD

There will be one of these for any tagged object defined by RAD, which has base type: object.

Attributes Summary

tag

Methods Summary

create_fake_data([defaults, shape, builder])

create_minimal([defaults, builder])

get_schema()

Retrieve the schema associated with this tag

Attributes Documentation

tag

Methods Documentation

classmethod create_fake_data(defaults=None, shape=None, builder=None)[source]
classmethod create_minimal(defaults=None, builder=None)[source]
get_schema()[source]

Retrieve the schema associated with this tag