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.
1 parent 451f92b commit 42ed44fCopy full SHA for 42ed44f
stdlib/importlib/abc.pyi
@@ -59,7 +59,8 @@ class InspectLoader(Loader):
59
else:
60
@staticmethod
61
def source_to_code(
62
- data: ReadableBuffer | str | _ast.Module | _ast.Expression | _ast.Interactive, path: ReadableBuffer | StrPath = "<string>"
+ data: ReadableBuffer | str | _ast.Module | _ast.Expression | _ast.Interactive,
63
+ path: ReadableBuffer | StrPath = "<string>",
64
) -> types.CodeType: ...
65
66
class ExecutionLoader(InspectLoader):
0 commit comments