__init__ constructor

On this page

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

On this page