def __repr__(self): if inspect.stack()[1][3] == '?': self() return '' return '<pydoc.Helper instance>'