Package CUBRIDdb :: Class DBAPISet
[hide private]
[frames] | no frames]

Class DBAPISet

object --+    
         |    
 frozenset --+
             |
            DBAPISet

A special type of set for which A == x is true if A is a DBAPISet and x is a member of that set.

Instance Methods [hide private]
 
__eq__(self, other)
x==y

Inherited from frozenset: __and__, __cmp__, __contains__, __ge__, __getattribute__, __gt__, __hash__, __iter__, __le__, __len__, __lt__, __ne__, __new__, __or__, __rand__, __reduce__, __repr__, __ror__, __rsub__, __rxor__, __sizeof__, __sub__, __xor__, copy, difference, intersection, isdisjoint, issubset, issuperset, symmetric_difference, union

Inherited from object: __delattr__, __format__, __init__, __reduce_ex__, __setattr__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__eq__(self, other)
(Equality operator)

 

x==y

Overrides: frozenset.__eq__
(inherited documentation)