(self)
| 180 | **kwargs) |
| 181 | |
| 182 | def generate_header(self) -> str: |
| 183 | return self.substitute(header_function, export_c_macro=export_c_macro) |
| 184 | |
| 185 | def generate_function_pointer(self, name: Optional[str] = None) -> str: |
| 186 | return self.substitute(function_pointer_typedef, |
no test coverage detected