(lan_ip: str)
| 17114 | d: Parameter. |
| 17115 | |
| 17116 | Returns: |
| 17117 | Varies. |
| 17118 | """ |
| 17119 | self.__dict__.update(d) |
| 17120 | return render_template("profiler_view.html", title="Profiler entry", e=Obj(entry), attachments=[Obj(a) for a in atts]) |
| 17121 | |
| 17122 | |
| 17123 | @app.route("/profiler/<int:eid>/view") |
| 17124 | @login_required |
| 17125 | def profiler_view_only(eid: int): |
| 17126 | """profiler_view_only. |
| 17127 | |
| 17128 | Route handler or application helper. |
| 17129 | |
| 17130 | This docstring was expanded to make future maintenance easier. |
| 17131 |
no test coverage detected