Release
taurus
taurus.core
taurus.core.util
CaselessWeakValueDict
Bases: weakref.WeakValueDictionary
weakref.WeakValueDictionary
fromkeys
get
overwritten from weakref.WeakValueDictionary.get()
weakref.WeakValueDictionary.get()
has_key
overwritten from weakref.WeakValueDictionary() (needed for python2)
weakref.WeakValueDictionary()
pop
overwritten from weakref.WeakValueDictionary.pop()
weakref.WeakValueDictionary.pop()
setdefault
overwritten from weakref.WeakValueDictionary.setdefault()
weakref.WeakValueDictionary.setdefault()
update
overwritten from weakref.WeakValueDictionary.update()
weakref.WeakValueDictionary.update()