A better repr() for FileFinder
This commit is contained in:
parent
67cbf7bff9
commit
310f95b04d
@ -1169,6 +1169,8 @@ class FileFinder:
|
||||
|
||||
return path_hook_for_FileFinder
|
||||
|
||||
def __repr__(self):
|
||||
return "FileFinder(%r)" % (self.path,)
|
||||
|
||||
|
||||
# Import itself ###############################################################
|
||||
|
2162
Python/importlib.h
2162
Python/importlib.h
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user