You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@deprecated("Deprecated as of Python 3.7: Use importlib.resources.abc.TraversableResources instead.")
41
43
classResourceLoader(Loader):
42
44
@abstractmethod
43
45
defget_data(self, path: str) ->bytes: ...
@@ -58,6 +60,7 @@ class ExecutionLoader(InspectLoader):
58
60
defget_filename(self, fullname: str) ->str: ...
59
61
60
62
classSourceLoader(_bootstrap_external.SourceLoader, ResourceLoader, ExecutionLoader, metaclass=ABCMeta): # type: ignore[misc] # incompatible definitions of source_to_code in the base classes
63
+
@deprecated("Deprecated as of Python 3.3: Use importlib.resources.abc.SourceLoader.path_stats instead.")
0 commit comments