Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/psf/black
/ is_name_token
Function
is_name_token
src/black/nodes.py:1034–1035 ·
view source on GitHub ↗
(nl: NL)
Source
from the content-addressed store, hash-verified
1032
1033
1034
def
is_name_token(nl: NL) -> TypeGuard[Leaf]:
1035
return
nl.type == token.NAME
1036
1037
1038
def
is_lpar_token(nl: NL) -> TypeGuard[Leaf]:
Callers
3
visit_stmt
Method · 0.90
maybe_make_parens_invisible_in_atom
Function · 0.90
is_yield
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected