class documentation

class Struct(dict): (source)

Constructor: Struct(struct_id, **kwargs)

View In Hierarchy

GFF Structs are just python dicts with .attr access and some metadata.

Method __getattr__ Undocumented
Method __hash__ Undocumented
Method __init__ Undocumented
Method __setattr__ Undocumented
Property struct_id The struct ID of the struct.
def __getattr__(self, item): (source)

Undocumented

def __hash__(self): (source)

Undocumented

def __init__(self, struct_id, **kwargs): (source)

Undocumented

def __setattr__(self, name, value): (source)

Undocumented

@property
struct_id = (source)

The struct ID of the struct.