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

Method message

web/pgadmin/tools/restore/__init__.py:125–127  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

123
124 @property
125 def message(self):
126 return _("Restoring backup on the server '{0}'")\
127 .format(self.get_server_name())
128
129 @property
130 def type_desc(self):

Callers

nothing calls this directly

Calls 1

get_server_nameMethod · 0.95

Tested by

no test coverage detected