/usr/local/lib/python3.6/site-packages/fsspec/__pycache__
Edit: /usr/local/lib/python3.6/site-packages/fsspec/__pycache__/caching.cpython-36.pyc (13325B)
3
8%Eg[A @ s d dl Z d dlZd dlZd dlZd dlZd dlZejdZG dd deZ G dd de Z
G dd de ZG d d
d
e ZG dd de Z
G d
d de ZG dd de ZG dd de Ze e
eee
eeedZdS ) NZfsspecc @ s$ e Zd ZdZdZdd Zdd ZdS ) BaseCacheag Pass-though cache: doesn't keep anything, calls every time
Acts as base class for other cachers
Parameters
----------
blocksize: int
How far to read ahead in numbers of bytes
fetcher: func
Function of the form f(start, end) which gets bytes from remote as
specified
size: int
How big this file is
nonec C s || _ || _|| _d S )N) blocksizefetchersize)selfr r r r 8/usr/local/lib/python3.6/site-packages/fsspec/caching.py__init__ s zBaseCache.__init__c C s<