Public Member Functions | |
| def | __repr__ (self) |
Public Member Functions inherited from Base | |
| virtual std::string | who () const |
| virtual | ~Base () noexcept=default |
Static Public Attributes | |
| plane_id = Column(Integer, ForeignKey('planes.id'), primary_key = True) | |
| wire_id = Column(Integer, ForeignKey('wires.id'), primary_key = True) | |
| plane = relationship('Plane', back_populates='wire_links') | |
| wire = relationship('Wire', back_populates='plane_links') | |
| spot = Column(Integer) | |
Static Private Attributes | |
| string | __tablename__ = 'plane_wire_links' |
|
staticprivate |
|
static |
|
static |
|
static |
|
static |
|
static |
1.8.11