Soup.CookieJarText¶
- Subclasses:
 None
Methods¶
- Inherited:
 Soup.CookieJar (15), GObject.Object (37), Soup.SessionFeature (5)
- Structs:
 
class  | 
  | 
Virtual Methods¶
- Inherited:
 Soup.CookieJar (3), GObject.Object (7), Soup.SessionFeature (8)
Properties¶
- Inherited:
 
Name  | 
Type  | 
Flags  | 
Short Description  | 
|---|---|---|---|
r/w/co  | 
Cookie-storage filename  | 
Signals¶
- Inherited:
 
Fields¶
- Inherited:
 
Name  | 
Type  | 
Access  | 
Description  | 
|---|---|---|---|
parent  | 
r  | 
Class Details¶
- class Soup.CookieJarText(**kwargs)¶
 - Bases:
 - Abstract:
 No
- Structure:
 
- classmethod new(filename, read_only)¶
 - Parameters:
 - Returns:
 the new
Soup.CookieJar- Return type:
 
Creates a
Soup.CookieJarText.filename will be read in at startup to create an initial set of cookies. If read_only is
False, then the non-session cookies will be written to filename when the ‘changed’ signal is emitted from the jar. (If read_only isTrue, then the cookie jar will only be used for this session, and changes made to it will be lost when the jar is destroyed.)New in version 2.26.