orbit.utils.TypedObject#

class orbit.utils.TypedObject(type_in='no type')[source]#

Class. Object that has a type.

__init__(type_in='no type')[source]#

Constructor. Object that has a type.

Methods

__init__([type_in])

Constructor.

getType()

Method.

setType([type_in])

Method.