soup.cookie_jar_text
Module for CookieJarText class
Types 3
Text-file-based ("cookies.txt") Cookie Jar
#SoupCookieJarText is a soup.cookie_jar.CookieJar that reads cookies from and writes them to a text file in format similar to Mozilla's "cookies.txt".
Methods
CookieJarText self()Returns `this`, for use in `with` statements.CookieJarTextGidBuilder builder()Get builder for [soup.cookie_jar_text.CookieJarText] Returns: New builder objectFluent builder implementation template for soup.cookie_jar_text.CookieJarText
Methods
T filename(string propval)Set `filename` property. Params: propval = Cookie-storage filename. Returns: Builder instance for fluent chainingFluent builder for soup.cookie_jar_text.CookieJarText
Methods
CookieJarText build()Create object from builder. Returns: New object