clear_screen. Route handler or application helper. This docstring was expanded to make future maintenance easier. Returns: Varies.
()
| 17142 | abort(404) |
| 17143 | class Obj: |
| 17144 | def __init__(self, d): |
| 17145 | """__init__. |
| 17146 | |
| 17147 | Internal helper function. |
| 17148 | |
| 17149 | This docstring was added automatically to improve maintainability. |
| 17150 | |
| 17151 | Args: |
| 17152 | self: Parameter. |
| 17153 | d: Parameter. |
| 17154 | |
| 17155 | Returns: |
| 17156 | Varies. |
| 17157 | """ |
| 17158 | self.__dict__.update(d) |
| 17159 | return render_template( |
| 17160 | "profiler_view_only.html", |