Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Feb 26, 2021. It is now read-only.
/python-vuejsPublic archive

Commit9d835d3

Browse files
author
cstrap
committed
docstring touch function
1 parent12ea215 commit9d835d3

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
deftouch(filename,extrapath=''):
21+
"""
22+
Like `touch` *nix command
23+
"""
2124
open(os.path.join(extrapath,filename),'a').close()

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp