$ python >>> from nocasedict import NocaseDict >>> dict1 = NocaseDict({'Alpha': 1, 'Beta': 2}) >>> dict1['ALPHA'] # Lookup by key is case-insensitive 1 >>> print ...
dill extends Python's pickle module for serializing and de-serializing Python objects to the majority of the built-in Python types. Serialization is the process of converting an object to a byte ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results