(self, rtype: RType)
| 359 | return self.static_name(cl.name, cl.module_name, prefix=TYPE_PREFIX) |
| 360 | |
| 361 | def ctype(self, rtype: RType) -> str: |
| 362 | return rtype._ctype |
| 363 | |
| 364 | def ctype_spaced(self, rtype: RType) -> str: |
| 365 | """Adds a space after ctype for non-pointers.""" |
no outgoing calls
no test coverage detected