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

Method get_nodes

web/pgadmin/browser/__init__.py:255–260  ·  view source on GitHub ↗

Each browser module is responsible for fetching its own tree subnodes.

(self)

Source from the content-addressed store, hash-verified

253
254 @abstractmethod
255 def get_nodes(self):
256 """
257 Each browser module is responsible for fetching
258 its own tree subnodes.
259 """
260 return []
261
262 @property
263 @abstractmethod

Callers 1

get_nodesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected