MCPcopy Create free account
hub / github.com/PJLab-ADG/OASim / geoHash

Class geoHash

limsim/simModel/common/networkBuild.py:27–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25from utils.simBase import graphicsItem
26
27class geoHash:
28 def __init__(self, id: tuple[int]) -> None:
29 self.id = id
30 self.edges: set[str] = set()
31 self.junctions: set[str] = set()
32
33
34class NetworkBuild:

Callers 3

processEdgeMethod · 0.85
getDataMethod · 0.85
getDataMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected