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

Method details

web/pgadmin/tools/restore/__init__.py:133–141  ·  view source on GitHub ↗
(self, cmd, args)

Source from the content-addressed store, hash-verified

131 return _("Restoring backup on the server")
132
133 def details(self, cmd, args):
134 self.arg_list = args
135 return {
136 "message": self.message,
137 "cmd": cmd + self.cmd,
138 "server": self.get_server_name(),
139 "object": getattr(self, 'database', ''),
140 "type": _("Restore"),
141 }
142
143
144@blueprint.route("/")

Callers 1

runTestMethod · 0.95

Calls 1

get_server_nameMethod · 0.95

Tested by 1

runTestMethod · 0.76