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

Method log

src/ifcopenshell-python/ifcopenshell/validate.py:99–100  ·  view source on GitHub ↗
(self, level, message, *args)

Source from the content-addressed store, hash-verified

97 self.state[key] = value
98
99 def log(self, level, message, *args):
100 self.statements.append({"level": level, "message": message % args, **self.state})
101
102 def __getattr__(self, level):
103 return functools.partial(self.log, level)

Callers 12

main.jsFile · 0.45
worker.tsFile · 0.45
initEnvironmentFunction · 0.45
cleanupEnvironmentFunction · 0.45
preloadAutocompletionsFunction · 0.45
loadIfcFunction · 0.45
unloadIfcFunction · 0.45
auditIfcFunction · 0.45
mainFunction · 0.45
_polynomial_lengthFunction · 0.45
compactHistoryWithLLMFunction · 0.45
runAgentTurnFunction · 0.45

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected