MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / next

Method next

tools/python-3.11.9-amd64/Lib/ast.py:672–676  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

670 ATOM = auto()
671
672 def next(self):
673 try:
674 return self.__class__(self + 1)
675 except ValueError:
676 return self
677
678
679_SINGLE_QUOTES = ("'", '"')

Callers 7

unparse_innerMethod · 0.45
visit_comprehensionMethod · 0.45
visit_IfExpMethod · 0.45
visit_BinOpMethod · 0.45
visit_CompareMethod · 0.45
visit_MatchOrMethod · 0.45

Calls 1

__class__Method · 0.45

Tested by

no test coverage detected