Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/psf/black
/ is_lpar_token
Function
is_lpar_token
src/black/nodes.py:1038–1039 ·
view source on GitHub ↗
(nl: NL)
Source
from the content-addressed store, hash-verified
1036
1037
1038
def
is_lpar_token(nl: NL) -> TypeGuard[Leaf]:
1039
return
nl.type == token.LPAR
1040
1041
1042
def
is_rpar_token(nl: NL) -> TypeGuard[Leaf]:
Callers
3
normalize_invisible_parens
Function · 0.90
_normalize_import_from
Function · 0.90
maybe_make_parens_invisible_in_atom
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected