Skip to content

Latest commit

 

History

History
63 lines (37 loc) · 1023 Bytes

api_types.rst

File metadata and controls

63 lines (37 loc) · 1023 Bytes

structa.types

structa.types

The structa.types module defines the class hierarchy used to represent the structural types of analyzed data. The root of the hierarchy is the Type class. The rest of the hierarchy is illustrated in the chart below:

Type

Container

Dict

Tuple

List

DictField

TupleField

Scalar

Float

Int

Bool

DateTime

Str

Repr

StrRepr

NumRepr

URL

Fields

Field

Value

Empty

Stats