Skip to content

Class tigrbl.orm.mixins.edges.MaskableEdge

tigrbl.orm.mixins.edges.MaskableEdge

Edge row with bitmap of verbs/roles.

mask class-attribute instance-attribute

mask = acol(
    spec=ColumnSpec(
        storage=S(type_=Integer, nullable=False),
        field=F(py_type=int),
        io=CRUD_IO,
    )
)