Public Member Functions | |
def | __repr__ (self) |
Public Member Functions inherited from Base | |
virtual std::string | who () const |
virtual | ~Base () noexcept=default |
Static Public Attributes | |
chip_id = Column(Integer, ForeignKey('chips.id'), primary_key = True) | |
channel_id = Column(Integer, ForeignKey('channels.id'), primary_key = True) | |
chip = relationship('Chip', back_populates='channel_links') | |
channel = relationship('Channel', back_populates='chip_links') | |
address = Column(Integer) | |
Static Private Attributes | |
string | __tablename__ = 'chip_channel_links' |
|
staticprivate |
|
static |
|
static |
|
static |
|
static |
|
static |