(self, object)
| 547 | return replace(text, '&', '&', '<', '<', '>', '>') |
| 548 | |
| 549 | def repr(self, object): |
| 550 | return Repr.repr(self, object) |
| 551 | |
| 552 | def repr1(self, x, level): |
| 553 | if hasattr(type(x), '__name__'): |
no outgoing calls
no test coverage detected