Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_inner
Method · 0.45
visit_comprehension
Method · 0.45
visit_IfExp
Method · 0.45
visit_BinOp
Method · 0.45
visit_Compare
Method · 0.45
increasing_level_traverse
Method · 0.45
visit_MatchOr
Method · 0.45
Calls
1
__class__
Method · 0.45
Tested by
no test coverage detected