http.cookies.BaseCookie

class http.cookies.BaseCookie([input])

This class is a dictionary-like object whose keys are strings and whose values are Morsel instances. Note that upon setting a key to a value, the value is first converted to a Morsel containing the key and the value.

If input is given, it is passed to the load() method.

doc_python
2016-10-07 17:34:07
Comments
Leave a Comment

Please login to continue.