module documentation

Undocumented

Function default_heading Undocumented
Function default_location Undocumented
Function is_location_type Undocumented
Constant ROAD_TYPES Undocumented
def default_heading(object: PredicateNode):

Undocumented

def default_location(obj: TableNode | TableAttrNode):

Undocumented

def is_location_type(p: PredicateNode) -> TypeGuard[TableNode | TableAttrNode]:

Undocumented

ROAD_TYPES: set[str] =

Undocumented

Value
set(['road',
     'lane',
     'lanesection',
     'roadSection',
     'intersection',
     'roadsection',
     'lanewithrightlane'])