Vega strike Python Modules doc  0.5.1
Documentation of the " Modules " folder of Vega strike
 All Data Structures Namespaces Files Functions Variables
Cookie.py File Reference

Go to the source code of this file.

Data Structures

class  CookieError
 
class  Morsel
 
class  SimpleCookie
 
class  SerialCookie
 
class  SmartCookie
 

Namespaces

 

Constant Groups

 

Variables

list __all__
 
string _LegalChars = string.ascii_letters+string.digits+"!#$%&'*+-.^_`|~"
 
dictionary _Translator
 
tuple _OctalPatt = re.compile(r"\\[0-3][0-7][0-7]")
 
tuple _QuotePatt = re.compile(r"[\\].")
 
list _weekdayname = ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun']
 
list _monthname
 
string _LegalCharsPatt = r"[\w\d!#%&'~_`><@,:/\$\*\+\-\.\^\|\)\(\?\}\{\=]"
 
tuple _CookiePattern
 
list M = self[K]
 
 Cookie = SmartCookie