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

Method getEdge

limsim/simModel/common/networkBuild.py:52–56  ·  view source on GitHub ↗
(self, eid: str)

Source from the content-addressed store, hash-verified

50 self.geoHashes: dict[tuple[int], geoHash] = {}
51
52 def getEdge(self, eid: str) -> Edge:
53 try:
54 return self.edges[eid]
55 except KeyError:
56 return
57
58 def getLane(self, lid: str) -> NormalLane:
59 try:

Callers 9

processConnectionMethod · 0.95
plotEdgeMethod · 0.95
showTextOnEdgeMethod · 0.95
exportSceneMethod · 0.80
exportSceneMethod · 0.80
exportSceneMethod · 0.80
exportSceneMethod · 0.80
getDataMethod · 0.80
getLaneLevelRouteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected