mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Sync with GitHub bdae36d5e2295cc4a2d3b99faaa1538889cbed86
This commit is contained in:
@@ -291,10 +291,11 @@ class Path(pathlib.PurePath):
|
||||
"""
|
||||
pass
|
||||
|
||||
def mkdir(self, mode=0o777, parents=False):
|
||||
def mkdir(self, mode=0o777, parents=False, exist_ok=False):
|
||||
"""
|
||||
:type mode: int
|
||||
:type parents: bool
|
||||
:type exist_ok: bool
|
||||
:rtype: None
|
||||
"""
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user