angr.utils.orderedset¶
- class angr.utils.orderedset.OrderedSet¶
Bases:
MutableSet,GenericAdapted from http://code.activestate.com/recipes/576694/ Originally created by Raymond Hettinger and licensed under MIT.
- __init__(iterable=None)¶
Bases: MutableSet, Generic
Adapted from http://code.activestate.com/recipes/576694/ Originally created by Raymond Hettinger and licensed under MIT.