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

Method getJunction

limsim/simModel/common/networkBuild.py:64–68  ·  view source on GitHub ↗
(self, jid: str)

Source from the content-addressed store, hash-verified

62 return
63
64 def getJunction(self, jid: str) -> Junction:
65 try:
66 return self.junctions[jid]
67 except KeyError:
68 return
69
70 def getJunctionLane(self, jlid: str) -> JunctionLane:
71 try:

Callers 15

processConnectionMethod · 0.95
buildTopologyMethod · 0.95
plotJunctionMethod · 0.95
updateSceneMethod · 0.80
updateSurroudVehMethod · 0.80
exportSceneMethod · 0.80
updateSceneMethod · 0.80
exportSceneMethod · 0.80
updateSceneMethod · 0.80
updateSurroundVehMethod · 0.80
exportSceneMethod · 0.80
updateSceneMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected