module documentation

Undocumented

Constant IPV4​_RE Undocumented
Class _​Dummy​Lock Undocumented
Class ​Cookie​Jar Undocumented
Class ​Wrapped​Request Wraps a scrapy Request class with methods defined by urllib2.Request class to interact with CookieJar class
Class ​Wrapped​Response Undocumented
Function potential​_domain​_matches Potential domain matches for a cookie
IPV4_RE =

Undocumented

Value
re.compile(r'\.\d+$',
           re.ASCII)
def potential_domain_matches(domain):

Potential domain matches for a cookie

>>> potential_domain_matches('www.example.com')
['www.example.com', 'example.com', '.www.example.com', '.example.com']