MCPcopy Create free account
hub / github.com/nodejs/node / parse_assign_target

Method parse_assign_target

deps/v8/third_party/jinja2/parser.py:456–459  ·  view source on GitHub ↗
(
        self, with_tuple: bool = ..., name_only: "te.Literal[True]" = ...
    )

Source from the content-addressed store, hash-verified

454
455 @typing.overload
456 def parse_assign_target(
457 self, with_tuple: bool = ..., name_only: "te.Literal[True]" = ...
458 ) -> nodes.Name:
459 ...
460
461 @typing.overload
462 def parse_assign_target(

Callers 7

parse_setMethod · 0.95
parse_forMethod · 0.95
parse_withMethod · 0.95
parse_importMethod · 0.95
parse_fromMethod · 0.95
parse_signatureMethod · 0.95
parse_macroMethod · 0.95

Calls 10

parse_tupleMethod · 0.95
parse_primaryMethod · 0.95
can_assignMethod · 0.95
failMethod · 0.95
nextFunction · 0.50
typeFunction · 0.50
lookMethod · 0.45
expectMethod · 0.45
NameMethod · 0.45
set_ctxMethod · 0.45

Tested by

no test coverage detected