(self, object)
| 611 | return replace(text, '&', '&', '<', '<', '>', '>') |
| 612 | |
| 613 | def repr(self, object): |
| 614 | return Repr.repr(self, object) |
| 615 | |
| 616 | def repr1(self, x, level): |
| 617 | if hasattr(type(x), '__name__'): |
no outgoing calls
no test coverage detected