Skip to content

Navigation Menu

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

Appearance settings

jessy-code/createDocstringHelper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

createDocStringHelper

Script which initiate the docstring documentation in a given python file if it is not already existing.

positional arguments: input_file path of the python file

optional arguments: -h, --help show this help message and exit

Example:

# to initialize docstring on AnyPyFile.py file:
python createDocStringHelper AnyPyFile.py

# to initialize docstring on all py file of project1 project:
python createDocStringHelper project1
Morty Proxy This is a proxified and sanitized view of the page, visit original site.