taurus taurus

Previous topic

CaselessList

Next topic

CircBuf

This Page

CaselessWeakValueDict

Inheritance diagram of CaselessWeakValueDict

class CaselessWeakValueDict(other=None)

Bases: weakref.WeakValueDictionary

fromkeys(iterable, value=None)
get(key, def_val=None)

overwritten from weakref.WeakValueDictionary.get()

has_key(key)

overwritten from weakref.WeakValueDictionary.has_key()

pop(key, def_val=None)

overwritten from weakref.WeakValueDictionary.pop()

setdefault(key, def_val=None)

overwritten from weakref.WeakValueDictionary.setdefault()

update(other)

overwritten from weakref.WeakValueDictionary.update()