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

Class DBAPISet

source code

   object --+        
            |        
 sets.BaseSet --+    
                |    
sets.ImmutableSet --+
                    |
                   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]
 
__ne__(self, other) source code
 
__eq__(self, other) source code

Inherited from sets.ImmutableSet: __getstate__, __hash__, __init__, __setstate__

Inherited from sets.BaseSet: __and__, __cmp__, __contains__, __copy__, __deepcopy__, __ge__, __gt__, __iter__, __le__, __len__, __lt__, __or__, __repr__, __str__, __sub__, __xor__, copy, difference, intersection, issubset, issuperset, symmetric_difference, union

Inherited from sets.BaseSet (private): _binary_sanity_check, _compute_hash, _repr, _update

Inherited from object: __delattr__, __getattribute__, __new__, __reduce__, __reduce_ex__, __setattr__

Properties [hide private]

Inherited from sets.ImmutableSet (private): _hashcode

Inherited from sets.BaseSet (private): _data

Inherited from object: __class__

Method Details [hide private]

__ne__(self, other)

source code 
Overrides: sets.BaseSet.__ne__

__eq__(self, other)
(Equality operator)

source code 
Overrides: sets.BaseSet.__eq__