graspfile.torfileΒΆ

A class to hold a parsed GRASP Tor File in a collection of objects

Classes

GraspTorComment([tor_comment])

A container for comments from a GraspTorFile

GraspTorFile([file_like])

A container for objects read from a tor file.

GraspTorMember([tor_member])

A container for the member parameter of an GraspTorObject

GraspTorObject([tor_obj])

A container for a GraspTorObject, that has a name, a type and a number of members.

GraspTorRef([tor_ref])

A container for a value that is a reference to another GraspTorObject

GraspTorSequence([tor_seq])

A container for a value that is a sequence of GraspTorValues.

GraspTorStruct([tor_struct])

A container for a GraspTorStruct, that has a number of members.

GraspTorValue([tor_value])

A container for values from GraspTorMember objects