Public Member Functions | |
def | __repr__ (self) |
Public Member Functions inherited from Base | |
virtual std::string | who () const |
virtual | ~Base () noexcept=default |
Static Public Attributes | |
detector_id = Column(Integer, ForeignKey('detectors.id'), primary_key = True) | |
anode_id = Column(Integer, ForeignKey('anodes.id'), primary_key = True) | |
detector = relationship('Detector', back_populates='anode_links') | |
anode = relationship('Anode', back_populates='detector_links') | |
row = Column(Integer) | |
column = Column(Integer) | |
layer = Column(Integer) | |
Static Private Attributes | |
string | __tablename__ = 'detector_anode_links' |
|
staticprivate |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |