Skip to content

Commit 9d835d3

Browse files
author
cstrap
committed
docstring touch function
1 parent 12ea215 commit 9d835d3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

python_vuejs/utils.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,7 @@ def cd(path):
1818

1919

2020
def touch(filename, extrapath=''):
21+
"""
22+
Like `touch` *nix command
23+
"""
2124
open(os.path.join(extrapath, filename), 'a').close()

0 commit comments

Comments
 (0)