MCPcopy Create free account
hub / github.com/BasisResearch/lean.py / _bind_inline_impls

Function _bind_inline_impls

lean_py/_runtime.py:298–300  ·  view source on GitHub ↗

No-op; inline methods are defined directly on the class.

(self)

Source from the content-addressed store, hash-verified

296 self._missing_symbols.append(func.name)
297
298 def _bind_inline_impls(self):
299 """No-op; inline methods are defined directly on the class."""
300 pass
301
302 # Build the class dict with __init__ and exported binding setup
303 class_dict = {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected