MCPcopy Index your code
hub / github.com/dbcli/pgcli / _maybe_schema

Method _maybe_schema

pgcli/pgcompleter.py:943–944  ·  view source on GitHub ↗
(self, schema, parent)

Source from the content-addressed store, hash-verified

941 return self.search_path if self.search_path_filter else metadata.keys()
942
943 def _maybe_schema(self, schema, parent):
944 return None if parent or schema in self.search_path else schema
945
946 def populate_schema_objects(self, schema, obj_type):
947 """Returns a list of SchemaObjects representing tables or views.

Callers 2

populate_functionsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected