co3.component module

Component

General wrapper for storage components to be used in various database contexts. Relations can be thought of generally as named data containers/entities serving as a fundamental abstractions within particular storage protocols.

class co3.component.Component(name, obj)[source]

Bases: Generic

__init__(name, obj)[source]
get_attributes()[source]