Get the constructed IR.
(self)
| 158 | return _ffi_api.IRBuilderIsInScope() # type: ignore[attr-defined] # pylint: disable=no-member |
| 159 | |
| 160 | def get(self) -> _Object: |
| 161 | """Get the constructed IR.""" |
| 162 | return _ffi_api.IRBuilderGet(self) # type: ignore[attr-defined] # pylint: disable=no-member |
| 163 | |
| 164 | @staticmethod |
| 165 | def name(s: str, v: Any) -> Any: |
no outgoing calls
no test coverage detected