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

Method __init__

web/pgadmin/browser/utils.py:105–112  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

103 """
104
105 def __init__(self, *args, **kwargs):
106 self.min_ver = 0
107 self.max_ver = 1100000000
108 self.min_ppasver = 0
109 self.max_ppasver = 1100000000
110 self.server_type = None
111
112 super().__init__()
113
114 def backend_supported(self, manager, **kwargs):
115 if hasattr(self, 'show_node') and not self.show_node:

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected