mirror of
https://github.com/python/cpython.git
synced 2025-08-30 13:38:43 +00:00
Whitespace normalization.
This commit is contained in:
parent
4cf97c4972
commit
30edd2387d
6 changed files with 9 additions and 14 deletions
|
@ -11,9 +11,9 @@ __all__ = ["listdir", "opendir", "annotate", "reset"]
|
|||
cache = {}
|
||||
|
||||
def reset():
|
||||
"""Reset the cache completely."""
|
||||
global cache
|
||||
cache = {}
|
||||
"""Reset the cache completely."""
|
||||
global cache
|
||||
cache = {}
|
||||
|
||||
def listdir(path):
|
||||
"""List directory contents, using cache."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue