MCPcopy
hub / github.com/andialbrecht/sqlparse / add_keywords

Method add_keywords

sqlparse/lexer.py:89–92  ·  view source on GitHub ↗

Add keyword dictionaries. Keywords are looked up in the same order that dictionaries were added.

(self, keywords)

Source from the content-addressed store, hash-verified

87 ]
88
89 def add_keywords(self, keywords):
90 """Add keyword dictionaries. Keywords are looked up in the same order
91 that dictionaries were added."""
92 self._keywords.append(keywords)
93
94 def is_keyword(self, value):
95 """Checks for a keyword.

Callers 3

test_configurable_regexFunction · 0.80

Calls

no outgoing calls

Tested by 2

test_configurable_regexFunction · 0.64