Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
470
class
Html(Json):
Callers
15
create_access_token
Function · 0.45
add_tokens_and_delete_code_work
Method · 0.45
use_refresh_to_get_access_work
Method · 0.45
update_tokens_work
Method · 0.45
to_string
Method · 0.45
to_xml
Method · 0.45
auditIfc
Function · 0.45
log_internal_cpp_errors
Function · 0.45
main
Function · 0.45
select
Method · 0.45
nodename
Function · 0.45
_get_access_token_headers
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected