MCPcopy Create free account
hub / github.com/IfcOpenShell/IfcOpenShell / serialize

Method serialize

src/bonsai/test/core/bootstrap.py:312–313  ·  view source on GitHub ↗
(call: Call)

Source from the content-addressed store, hash-verified

310
311 @staticmethod
312 def serialize(call: Call) -> str:
313 return json.dumps(call, sort_keys=True)
314
315 def __repr__(self) -> str:
316 return f"<Prophecy for '{self.subject.__original_qualname__}'>"

Callers 3

decorateMethod · 0.95
will_returnMethod · 0.95
serialize_brickMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected