module documentation

This module contains data types used by Scrapy which are not included in the Python Standard Library.

This module must not depend on any module outside the Standard Library.

Class ​Caseless​Dict No class docstring; 0/1 class variable, 2/12 methods, 0/1 class method documented
Class ​Local​Cache Dictionary with a finite number of keys.
Class ​Local​Weak​Referenced​Cache A weakref.WeakKeyDictionary implementation that uses LocalCache as its underlying data structure, making it ordered and capable of being size-limited.
Class ​Sequence​Exclude Object to test if an item is NOT within some sequence.