Skip to content
Snippets Groups Projects
Commit 9fbdf355c916 authored by Raphaël Gomès's avatar Raphaël Gomès
Browse files

fncachestore: add typing information

This helps with autocomplete.
parent ba9df4e6abb8
No related branches found
No related tags found
3 merge requests!1292Draft: 7.0rc preparation,!1115ci: disable caching of the wheels that get built to save space,!961Introduce a pure Rust VFS
......@@ -1120,7 +1120,7 @@
class _fncachevfs(vfsmod.proxyvfs):
def __init__(self, vfs, fnc, encode):
vfsmod.proxyvfs.__init__(self, vfs)
self.fncache = fnc
self.fncache: fncache = fnc
self.encode = encode
def __call__(self, path, mode=b'r', *args, **kw):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment