Package web2py :: Package gluon :: Package contrib :: Package pymysql :: Class DBAPISet
[hide private]
[frames] | no frames]

Class DBAPISet

source code

object --+    
         |    
 frozenset --+
             |
            DBAPISet

Instance Methods [hide private]
 
__eq__(self, other)
x==y
source code
 
__hash__(self)
hash(x)
source code
 
__ne__(self, other)
x!=y
source code

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

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__eq__(self, other)
(Equality operator)

source code 
x==y
Overrides: frozenset.__eq__
(inherited documentation)

__hash__(self)
(Hashing function)

source code 
hash(x)
Overrides: frozenset.__hash__
(inherited documentation)

__ne__(self, other)

source code 
x!=y
Overrides: frozenset.__ne__
(inherited documentation)