Public Member Functions | |
| def | __repr__ (self) |
Public Member Functions inherited from Base | |
| virtual std::string | who () const |
| virtual | ~Base () noexcept=default |
Static Public Attributes | |
| crate_id = Column(Integer, ForeignKey('crates.id'), primary_key=True) | |
| wib_id = Column(Integer, ForeignKey('wibs.id'), primary_key=True) | |
| crate = relationship('Crate', back_populates='wib_links') | |
| wib = relationship('Wib', back_populates='crate_links') | |
| slot = Column(Integer) | |
Static Private Attributes | |
| string | __tablename__ = "crate_wib_links" |
|
staticprivate |
|
static |
|
static |
|
static |
|
static |
|
static |
1.8.11