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

Method processRawShape

limsim/simModel/common/networkBuild.py:120–123  ·  view source on GitHub ↗
(self, rawShape: str)

Source from the content-addressed store, hash-verified

118 datetime.now().strftime('%H:%M:%S.%f')[:-3]))
119
120 def processRawShape(self, rawShape: str) -> list:
121 rawList = rawShape.split(' ')
122 floatShape = [list(map(float, p.split(','))) for p in rawList]
123 return floatShape
124
125 def processEdge(self, eid: str, child: ET.Element):
126 if eid[0] == ':':

Callers 3

processEdgeMethod · 0.95
getDataMethod · 0.95
getDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected