C code strings.
(self)
| 81 | |
| 82 | @property |
| 83 | def code(self) -> str | list[str] | None: |
| 84 | """C code strings.""" |
| 85 | return self._code |
| 86 | |
| 87 | @property |
| 88 | def module(self) -> types.ModuleType | list[types.ModuleType] | None: |
nothing calls this directly
no outgoing calls
no test coverage detected