class HTMLRepr(Repr):
| Static Method | escape | Simple html escaping | 
| Method | __init__ | Some maximums | 
| Method | repr | Delegates to Repr.repr | 
| Method | repr1 | Not sure, is dead code? | 
| Method | repr_instance | Repr, but squash it into a window | 
| Method | repr_string | Repr, but squash it into a window | 
| Instance Variable | maximum_dict | Undocumented | 
| Instance Variable | maximum_list | Undocumented | 
| Instance Variable | maximum_other | Undocumented | 
| Instance Variable | maximum_string | Undocumented | 
| Instance Variable | maximum_tuple | Undocumented | 
| Parameters | |
| text: str | Undocumented | 
| Returns | |
| str | Undocumented | 
| Parameters | |
| x: Any | Undocumented | 
| level: int | Undocumented | 
| Returns | |
| str | Undocumented | 
| Parameters | |
| x: Any | Undocumented | 
| level: int | Undocumented | 
| Returns | |
| str | Undocumented |