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

Function clear_screen

Scripts/ButSystem.py:17144–17157  ·  view source on GitHub ↗

clear_screen. Route handler or application helper. This docstring was expanded to make future maintenance easier. Returns: Varies.

()

Source from the content-addressed store, hash-verified

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

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected