MCPcopy Index your code
hub / github.com/pgadmin-org/pgadmin4 / not_found_error_msg

Method not_found_error_msg

web/pgadmin/browser/utils.py:739–741  ·  view source on GitHub ↗
(self, custom_label=None)

Source from the content-addressed store, hash-verified

737 return cascade
738
739 def not_found_error_msg(self, custom_label=None):
740 return gettext("Could not find the specified {}.".format(
741 custom_label if custom_label else self.node_label).lower())

Callers 15

propertiesMethod · 0.80
connect_statusMethod · 0.80
connectMethod · 0.80
disconnectMethod · 0.80
change_passwordMethod · 0.80
wal_replayMethod · 0.80
check_pgpassMethod · 0.80
clear_saved_passwordMethod · 0.80
propertiesMethod · 0.80
createMethod · 0.80
updateMethod · 0.80

Calls 1

gettextFunction · 0.85

Tested by

no test coverage detected