Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
407
def
_token_is_lparen(ctx: SuggestContext) -> bool:
408
return
bool(ctx.token_value and ctx.token_value.endswith(
'('
))
409
410
411
def
_token_is_relation_keyword(ctx: SuggestContext) -> bool:
Callers
1
test_token_is_lparen
Function · 0.90
Calls
no outgoing calls
Tested by
1
test_token_is_lparen
Function · 0.72