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.
Distribution.origin
1 parent c7b28ca commit 5509c51Copy full SHA for 5509c51
1 file changed
stdlib/importlib/metadata/__init__.pyi
@@ -257,7 +257,7 @@ class Distribution(_distribution_parent):
257
def name(self) -> str: ...
258
if sys.version_info >= (3, 13):
259
@property
260
- def origin(self) -> types.SimpleNamespace: ...
+ def origin(self) -> types.SimpleNamespace | None: ...
261
262
class DistributionFinder(MetaPathFinder):
263
class Context:
0 commit comments