TaggedScalarNode

class roman_datamodels.stnode.TaggedScalarNode[source]

Bases: object

Base class for all tagged scalars defined by RAD

There will be one of these for any tagged object defined by RAD, which has a scalar base type, or wraps a scalar base type. These will all be in the tagged_scalars directory.

Attributes Summary

ctx

key

tag

Methods Summary

copy()

get_schema()

Attributes Documentation

ctx
key
tag

Methods Documentation

copy()[source]
get_schema()[source]