IP : 3.128.94.143Hostname : host45.registrar-servers.comKernel : Linux host45.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64Disable Function : None :) OS : Linux
PATH:
/
home/
../
lib64/
python2.7/
_LWPCookieJar.pyc/
/
� zfc@s�dZddlZddlZddlmZmZmZmZmZm Z m Z mZmZd�Z defd��YZdS(s�Load / save to libwww-perl (LWP) format files.
Actually, the format is slightly extended from that used by LWP's (libwww-perl's) HTTP::Cookies, to avoid losing some RFC 2965 information not recorded by LWP.
It uses the version string "2.0", though really there isn't an LWP Cookies 2.0 format. This indicates that there is extra information in here (domain_dot and # port_spec) while still being compatible with libwww-perl, I hope.
i����N( t_warn_unhandled_exceptiont FileCookieJart LoadErrortCookietMISSING_FILENAME_TEXTtjoin_header_wordstsplit_header_wordstiso2timet time2isozcCs�|j|jfd|jfd|jfg}|jd k rU|jd|jf�n|jrn|jd�n|jr�|jd�n|j r�|jd�n|j r�|jd�n|jr�|jdtt |j��f�n|jr|jd�n|jr"|jd |jf�n|jrD|jd|jf�n|jj�}|j�x.|D]&}|j|t|j|�f�qdW|jdt|j�f�t|g�S(s�Return string representation of Cookie in the LWP cookie file format.
Actually, the format is extended a bit -- see module docstring.
tpathtdomaintportt path_spect port_spect domain_dottsecuretexpirestdiscardtcommentt commenturltversionN(RN(R N(RN(RN(RN(tnametvalueR R RtNonetappendtpath_specifiedtport_specifiedtdomain_initial_dotRRRtfloatRRtcomment_urlt_resttkeystsorttstrRR(tcookiethRtk((s%/usr/lib64/python2.7/_LWPCookieJar.pytlwp_cookie_strs8
$tLWPCookieJarcBs8eZdZeed�Zdeed�Zd�ZRS(s[ The LWPCookieJar saves a sequence of "Set-Cookie3" lines. "Set-Cookie3" is the format used by the libwww-perl library, not known to be compatible with any browser, but which is easy to read and doesn't lose information about RFC 2965 cookies.