Files
openide/python/testData/docstrings/namedReturnsAndYields.py
T

10 lines
263 B
Python

def func():
"""
Return:
status_code (int): HTTP status code
template (str) : path to template in template roots
Yields:
progress (float): floating point value in range [0, 1) indicating progress
of the task
"""