Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ next
Method
next
Lib/_ast_unparse.py:38–42 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
36
ATOM = auto()
37
38
def
next(self):
39
try
:
40
return
self.__class__(self + 1)
41
except
ValueError:
42
return
self
43
44
45
_SINGLE_QUOTES = (
"'"
,
'"'
)
Callers
7
_unparse_interpolation_value
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