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

Function _identifier_is_function

pgcli/packages/parseutils/tables.py:32–33  ·  view source on GitHub ↗
(identifier)

Source from the content-addressed store, hash-verified

30
31
32def _identifier_is_function(identifier):
33 return any(isinstance(t, Function) for t in identifier.tokens)
34
35
36def extract_from_part(parsed, stop_at_punctuation=True):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected