Server : LiteSpeed System : Linux server64.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64 User : nimalaab ( 3358) PHP Version : 8.1.32 Disable Function : NONE Directory : /lib/python2.7/site-packages/pip/_vendor/cachecontrol/ |
� ��abc @ s* d d l m Z d e f d � � YZ d S( i����( t BytesIOt CallbackFileWrapperc B sG e Z d Z d � Z d � Z d � Z d � Z d d � Z d � Z RS( sv Small wrapper around a fp object which will tee everything read into a buffer, and when that file is closed it will execute a callback with the contents of that buffer. All attributes are proxied to the underlying file object. This class uses members with a double underscore (__) leading prefix so as not to accidentally shadow an attribute. c C s"