MCPcopy
hub / github.com/dbcli/pgcli / function

Function function

tests/metadata.py:25–26  ·  view source on GitHub ↗
(text, pos=0, display=None)

Source from the content-addressed store, hash-verified

23
24
25def function(text, pos=0, display=None):
26 return Completion(text, display=display or text, start_position=pos, display_meta="function")
27
28
29def get_result(completer, text, position=None):

Calls

no outgoing calls