15.1.1.1.1.6. cobra.core.object

15.1.1.1.1.6.1. Module Contents

class cobra.core.object.Object(id=None, name="")[source]

Defines common behavior of object in cobra.core

__init__(id=None, name="")[source]

A simple object with an identifier

Parameters:id (None or a string) – the identifier to associate with the object
id()
id(value)
_set_id_with_model(value)[source]
__getstate__()[source]

To prevent excessive replication during deepcopy.

__repr__()[source]
__str__()[source]