(self, name: str)
| 234 | return REG_PREFIX + self.value_names[reg] |
| 235 | |
| 236 | def attr(self, name: str) -> str: |
| 237 | return ATTR_PREFIX + name |
| 238 | |
| 239 | def object_annotation(self, obj: object, line: str) -> str: |
| 240 | """Build a C comment with an object's string representation. |
no outgoing calls
no test coverage detected