datastructures.py
Provides custom data structures.
CaseInsensitiveDict
Bases: UserDict
Dictionary-like object that treats keys as case-insensitive.
Source code in jetweb/utils/datastructures.py
8 9 10 11 12 13 14 15 16 17 18 19 20 | |