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

Function get_literals

pgcli/packages/pgliterals/main.py:11–15  ·  view source on GitHub ↗
(literal_type, type_=tuple)

Source from the content-addressed store, hash-verified

9
10
11def get_literals(literal_type, type_=tuple):
12 # Where `literal_type` is one of 'keywords', 'functions', 'datatypes',
13 # returns a tuple of literal values of that type.
14
15 return type_(literals[literal_type])

Callers 2

PGCompleterClass · 0.85
prioritization.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected