HomeSort by relevance Sort by last modified time
    Searched refs:_TemporarilyImmutableSet (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sets.py 28 _TemporarilyImmutableSet -- A wrapper around a Set, hashable,
38 ImmutableSet, x is wrapped into a _TemporarilyImmutableSet z, and
545 return _TemporarilyImmutableSet(self)
548 class _TemporarilyImmutableSet(BaseSet):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sets.py 28 _TemporarilyImmutableSet -- A wrapper around a Set, hashable,
38 ImmutableSet, x is wrapped into a _TemporarilyImmutableSet z, and
545 return _TemporarilyImmutableSet(self)
548 class _TemporarilyImmutableSet(BaseSet):

Completed in 124 milliseconds