MCPcopy Create free account
hub / github.com/dedsec1121fk/DedSec / _ensure_local_https_material

Function _ensure_local_https_material

Scripts/ButSystem.py:17116–17128  ·  view source on GitHub ↗
(lan_ip: str)

Source from the content-addressed store, hash-verified

17114 d: Parameter.
17115
17116Returns:
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
17125def profiler_view_only(eid: int):
17126 """profiler_view_only.
17127
17128Route handler or application helper.
17129
17130This docstring was expanded to make future maintenance easier.
17131

Callers 1

start_serverFunction · 0.70

Calls 1

_write_local_https_certFunction · 0.70

Tested by

no test coverage detected