GetCharacterName(['o'], None, None, (None,))

ImportHack(['name'], None, None, None)

Prettify(['o'], None, None, None)

Profile([], 'args', 'kw', None)

Profiled(['fn'], None, None, None)

Trace(['inner'], 'args', 'kw', None)

TraceAll(['locals', 'ignore'], None, None, ((),))

TraceLocals(['locals'], 'varnames', None, None)

WithLogStdout(['f'], None, None, None)

__all__

__all_dbg__

__doc__

__name__

set
    __and__(['self', 'other'], None, None, None)
    __as_immutable__(['self'], None, None, None)
    __as_temporarily_immutable__(['self'], None, None, None)
    __class__
    __cmp__(['self', 'other'], None, None, None)
    __contains__(['self', 'element'], None, None, None)
    __copy__(['self'], None, None, None)
    __deepcopy__(['self', 'memo'], None, None, None)
    __delattr__
    __doc__
    __eq__(['self', 'other'], None, None, None)
    __ge__(['self', 'other'], None, None, None)
    __getattribute__
    __getstate__(['self'], None, None, None)
    __gt__(['self', 'other'], None, None, None)
    __hash__(['self'], None, None, None)
    __iand__(['self', 'other'], None, None, None)
    __init__(['self', 'iterable'], None, None, (None,))
    __ior__(['self', 'other'], None, None, None)
    __isub__(['self', 'other'], None, None, None)
    __iter__(['self'], None, None, None)
    __ixor__(['self', 'other'], None, None, None)
    __le__(['self', 'other'], None, None, None)
    __len__(['self'], None, None, None)
    __lt__(['self', 'other'], None, None, None)
    __module__
    __ne__(['self', 'other'], None, None, None)
    __new__
    __or__(['self', 'other'], None, None, None)
    __reduce__
    __reduce_ex__
    __repr__(['self'], None, None, None)
    __setattr__
    __setstate__(['self', 'data'], None, None, None)
    __slots__
    __str__(['self'], None, None, None)
    __sub__(['self', 'other'], None, None, None)
    __xor__(['self', 'other'], None, None, None)
    _binary_sanity_check(['self', 'other'], None, None, None)
    _compute_hash(['self'], None, None, None)
    _data
    _repr(['self', 'sorted'], None, None, (False,))
    _update(['self', 'iterable'], None, None, None)
    add(['self', 'element'], None, None, None)
    clear(['self'], None, None, None)
    copy(['self'], None, None, None)
    difference(['self', 'other'], None, None, None)
    difference_update(['self', 'other'], None, None, None)
    discard(['self', 'element'], None, None, None)
    intersection(['self', 'other'], None, None, None)
    intersection_update(['self', 'other'], None, None, None)
    issubset(['self', 'other'], None, None, None)
    issuperset(['self', 'other'], None, None, None)
    pop(['self'], None, None, None)
    remove(['self', 'element'], None, None, None)
    symmetric_difference(['self', 'other'], None, None, None)
    symmetric_difference_update(['self', 'other'], None, None, None)
    union(['self', 'other'], None, None, None)
    union_update(['self', 'other'], None, None, None)
    update(['self', 'iterable'], None, None, None)