Skip to content
Snippets Groups Projects
Commit 2c48fe70 authored by ojs1g14's avatar ojs1g14
Browse files

Delete docstringstuff.py

parent 24e99203
No related branches found
No related tags found
No related merge requests found
# -*- coding: utf-8 -*-
"""
Created on Thu July 05 11:10:30 2018
@author: ojs1g14
"""
def add_docs(input_file):
"""
docstring yo
"""
f = open(input_file, r+)
for line in f.readlines():
if "def " in line:
print(str(line))
f.close()
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment