Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ to_json
Method
to_json
tools/python/mwm/mwm_interface.py:234–235 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
232
return
f
"Triangle[{self.x}, {self.y}, {self.z}]"
233
234
def
to_json(self):
235
return
{
"x"
: self.x.to_json(),
"y"
: self.y.to_json(),
"z"
: self.z.to_json()}
236
237
238
class
Mwm(ABC):
Callers
nothing calls this directly
Calls
1
to_json
Method · 0.45
Tested by
no test coverage detected