Package schrodinger :: Package application :: Package desmond :: Package packages :: Module analysis :: Class _KeyPartial
[hide private]
[frames] | no frames]

Class _KeyPartial

       object --+    
                |    
functools.partial --+
                    |
                   _KeyPartial

Extend partial such that the function instead of the partial instance is used as dictionary key.

Instance Methods [hide private]
 
__hash__(self)
hash(x)
 
__eq__(self, other)

Inherited from functools.partial: __call__, __delattr__, __getattribute__, __new__, __reduce__, __setattr__, __setstate__

Inherited from object: __format__, __init__, __reduce_ex__, __repr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from functools.partial: args, func, keywords

Inherited from object: __class__

Method Details [hide private]

__hash__(self)
(Hashing function)

 

hash(x)

Overrides: object.__hash__
(inherited documentation)