Consider a trivial repr method:
def __repr__(self): return "<Myclass>"
If this method is involved in a clone, the string "<myclass>" will be inserted into the generated HTML without escaping the "<" and ">" characters.</myclass>
Log in to post a comment.