Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PJLab-ADG/OASim
/ deduceEdge
Function
deduceEdge
limsim/utils/simBase.py:43–46 ·
view source on GitHub ↗
(laneID: str)
Source
from the content-addressed store, hash-verified
41
42
43
def
deduceEdge(laneID: str) -> str:
44
slist = laneID.split(
'_'
)
45
del (slist[-1])
46
return
'_'
.join(slist)
47
48
49
class
vehType:
Callers
2
getData
Method · 0.90
replayUpdate
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected