MCPcopy Create free account
hub / github.com/internetarchive/openlibrary / GET

Method GET

openlibrary/plugins/admin/code.py:703–705  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

701
702class attach_debugger:
703 def GET(self):
704 python_version = "{}.{}.{}".format(*sys.version_info)
705 return render_template("admin/attach_debugger", python_version)
706
707 def POST(self):
708 import debugpy # noqa: T100

Callers 1

POSTMethod · 0.95

Calls 2

render_templateFunction · 0.70
formatMethod · 0.45

Tested by

no test coverage detected