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

Method encode

src/ifctester/ifctester/reporter.py:466–467  ·  view source on GitHub ↗
(self, obj)

Source from the content-addressed store, hash-verified

464 return json.dump(self.results, outfile, ensure_ascii=False, default=self.encode)
465
466 def encode(self, obj):
467 return str(obj)
468
469
470class Html(Json):

Callers 15

create_access_tokenFunction · 0.45
update_tokens_workMethod · 0.45
to_stringMethod · 0.45
to_xmlMethod · 0.45
auditIfcFunction · 0.45
log_internal_cpp_errorsFunction · 0.45
mainFunction · 0.45
selectMethod · 0.45
nodenameFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected