(self, object)
| 566 | return replace(text, '&', '&', '<', '<', '>', '>') |
| 567 | |
| 568 | def repr(self, object): |
| 569 | return Repr.repr(self, object) |
| 570 | |
| 571 | def repr1(self, x, level): |
| 572 | if hasattr(type(x), '__name__'): |
no outgoing calls
no test coverage detected