MCPcopy Create free account
hub / github.com/pgadmin-org/pgadmin4 / details

Method details

web/pgadmin/tools/maintenance/__init__.py:117–124  ·  view source on GitHub ↗
(self, cmd, args)

Source from the content-addressed store, hash-verified

115 return _("Maintenance")
116
117 def details(self, cmd, args):
118 return {
119 "message": self.message,
120 "query": self.query,
121 "server": self.get_server_name(),
122 "object": self.data['database'],
123 "type": self.type_desc,
124 }
125
126
127@blueprint.route("/")

Callers

nothing calls this directly

Calls 1

get_server_nameMethod · 0.95

Tested by

no test coverage detected