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

Method types

tests/metadata.py:121–122  ·  view source on GitHub ↗
(self, parent="public", pos=0)

Source from the content-addressed store, hash-verified

119 return self.from_clause_items(parent, pos) + self.schemas(pos)
120
121 def types(self, parent="public", pos=0):
122 return self.datatypes(parent, pos) + self.tables(parent, pos)
123
124 @property
125 def completer(self):

Callers 2

test_suggest_datatypeFunction · 0.80

Calls 2

datatypesMethod · 0.95
tablesMethod · 0.95

Tested by 2

test_suggest_datatypeFunction · 0.64