TypedObject#

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

Bases: object

Class. Object that has a type.

Methods Summary

getType()

Method.

setType([type_in])

Method.

Methods Documentation

getType()[source]#

Method. Returns the type.

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

Method. Sets the type.