No-op; inline methods are defined directly on the class.
(self)
| 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 = { |
nothing calls this directly
no outgoing calls
no test coverage detected