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

Method builtin_functions

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

Source from the content-addressed store, hash-verified

60 self.metadata = metadata
61
62 def builtin_functions(self, pos=0):
63 return [function(f, pos) for f in self.completer.functions]
64
65 def builtin_datatypes(self, pos=0):
66 return [datatype(dt, pos) for dt in self.completer.datatypes]

Calls 1

functionFunction · 0.85