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

Function SchemaObject

pgcli/pgcompleter.py:43–44  ·  view source on GitHub ↗
(name, schema=None, meta=None)

Source from the content-addressed store, hash-verified

41
42
43def SchemaObject(name, schema=None, meta=None):
44 return _SchemaObject(name, schema, meta)
45
46
47_Candidate = namedtuple("Candidate", "completion prio meta synonyms prio2 display")

Callers 3

get_table_matchesMethod · 0.85
populate_functionsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected