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

Method register_preferences

web/pgadmin/utils/__init__.py:54–56  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

52 super().__init__(name, import_name, **kwargs)
53
54 def register_preferences(self):
55 # To be implemented by child classes
56 pass
57
58 def register(self, app, options):
59 """

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected