mirror of
https://github.com/python/cpython.git
synced 2025-09-11 11:17:16 +00:00
This commit is contained in:
parent
d3f61a2de6
commit
ae882f7984
11 changed files with 57 additions and 4 deletions
|
@ -218,6 +218,8 @@ def exists(p):
|
|||
except swi.error:
|
||||
return 0
|
||||
|
||||
lexists = exists
|
||||
|
||||
|
||||
def isdir(p):
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue