MCPcopy
hub / github.com/psf/black / is_rpar_token

Function is_rpar_token

src/black/nodes.py:1042–1043  ·  view source on GitHub ↗
(nl: NL)

Source from the content-addressed store, hash-verified

1040
1041
1042def is_rpar_token(nl: NL) -> TypeGuard[Leaf]:
1043 return nl.type == token.RPAR
1044
1045
1046def is_number_token(nl: NL) -> TypeGuard[Leaf]:

Callers 3

_normalize_import_fromFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected