__init__ constructor

init

Initializes a new instance of FileCache class.

def __init__(self):
    ...

init

Initializes a new instance of FileCache.

def __init__(self, path):
    ...
Parameter Type Description
path str Path where cache data will be saved.

See Also