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

Method schemas

tests/metadata.py:104–106  ·  view source on GitHub ↗
(self, pos=0)

Source from the content-addressed store, hash-verified

102 ]
103
104 def schemas(self, pos=0):
105 schemas = {sch for schs in self.metadata.values() for sch in schs}
106 return [schema(escape(s), pos=pos) for s in schemas]
107
108 def functions_and_keywords(self, parent="public", pos=0):
109 return self.functions(parent, pos) + self.builtin_functions(pos) + self.keywords(pos)

Callers 6

test_aliased_joinsFunction · 0.80
test_suggest_datatypeFunction · 0.80
test_table_aliasesFunction · 0.80
test_table_aliasesFunction · 0.80

Calls 1

escapeFunction · 0.85

Tested by 5

test_aliased_joinsFunction · 0.64
test_suggest_datatypeFunction · 0.64
test_table_aliasesFunction · 0.64
test_table_aliasesFunction · 0.64