We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
importlib.util.source_hash
1 parent c50a708 commit 0bc34fcCopy full SHA for 0bc34fc
1 file changed
stdlib/importlib/util.pyi
@@ -40,4 +40,4 @@ class LazyLoader(importlib.abc.Loader):
40
def factory(cls, loader: importlib.abc.Loader) -> Callable[..., LazyLoader]: ...
41
def exec_module(self, module: types.ModuleType) -> None: ...
42
43
-def source_hash(source_bytes: ReadableBuffer) -> int: ...
+def source_hash(source_bytes: ReadableBuffer) -> bytes: ...
0 commit comments