Public Member Functions | |
def | __repr__ (self) |
Public Member Functions inherited from Base | |
virtual std::string | who () const |
virtual | ~Base () noexcept=default |
Static Public Attributes | |
id = Column(Integer, primary_key=True) | |
tail_id = Column(Integer, ForeignKey('points.id')) | |
tail = relationship("Point", foreign_keys = [tail_id]) | |
head_id = Column(Integer, ForeignKey('points.id')) | |
head = relationship("Point", foreign_keys = [head_id]) | |
wires | |
Static Private Attributes | |
string | __tablename__ = "rays" |
|
staticprivate |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |