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

Method getTlLogic

limsim/simModel/common/networkBuild.py:76–80  ·  view source on GitHub ↗
(self, tlid: str)

Source from the content-addressed store, hash-verified

74 return
75
76 def getTlLogic(self, tlid: str) -> TlLogic:
77 try:
78 return self.tlLogics[tlid]
79 except KeyError:
80 return
81
82 # def getObstacle(self, obsid: str) -> circleObs | rectangleObs:
83 # try:

Callers 2

updateSceneMethod · 0.80
updateSceneMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected