mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-21 12:14:37 +07:00
10 lines
263 B
Python
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
|
|
""" |