|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
size of S in memory, in bytes
|
__sizeof__(self,
elem)
size of object in memory, in bytes |
|
|
|
|
|
|
|
copy(self)
Make a copy of this frozen set. |
|
|
|
difference(self,
*others)
Like frozen/set.difference . |
|
|
|
|
|
isdisjoint(self,
other)
Like frozen/set.isdisjoint . |
|
|
|
issubset(self,
other)
Like frozen/set.issubset . |
|
|
|
issuperset(self,
other)
Like frozen/set.issuperset . |
|
|
|
NS(self)
Get the NS... instance. |
|
|
|
|
|
union(self,
*others)
Like frozen/set.union . |
|
|
Inherited from frozenset :
__getattribute__ ,
__hash__ ,
__le__ ,
__or__ ,
__reduce__ ,
__repr__
Inherited from bases._Type0 :
__str__ ,
type2strepr
Inherited from object :
__delattr__ ,
__format__ ,
__reduce_ex__ ,
__setattr__ ,
__subclasshook__
|