FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
vim-python-docstring/python/utils.py at master · vindex10/vim-python-docstring · GitHub
vindex10
/
vim-python-docstring
Public
forked from
pixelneo/vim-python-docstring
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
vim-python-docstring
/
python
/
utils.py
Copy path
More file actions
More file actions
Latest commit
History
History
History
3 lines (3 loc) · 123 Bytes
Breadcrumbs
vim-python-docstring
/
python
/
utils.py
Copy path
File metadata and controls
3 lines (3 loc) · 123 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
def
concat_
(
*
args
):
"""Converts `args` into string and joines them"""
return
""
.
join
([
str
(
x
)
for
x
in
list
(
args
)])
Back
|
FazBrowse Home
|
New Git URL