MCPcopy Create free account
hub / github.com/dbcli/mycli / _token_is_lparen

Function _token_is_lparen

mycli/packages/completion_engine.py:407–408  ·  view source on GitHub ↗
(ctx: SuggestContext)

Source from the content-addressed store, hash-verified

405
406
407def _token_is_lparen(ctx: SuggestContext) -> bool:
408 return bool(ctx.token_value and ctx.token_value.endswith('('))
409
410
411def _token_is_relation_keyword(ctx: SuggestContext) -> bool:

Callers 1

test_token_is_lparenFunction · 0.90

Calls

no outgoing calls

Tested by 1

test_token_is_lparenFunction · 0.72