MCPcopy Index your code
hub / github.com/python/cpython / run

Method run

Doc/tools/extensions/changes.py:28–33  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

26
27class PyVersionChange(VersionChange):
28 def run(self) -> list[Node]:
29 # Replace the 'next' special token with the current development version
30 self.arguments[0] = expand_version_arg(
31 self.arguments[0], self.config.release
32 )
33 return super().run()
34
35
36class DeprecatedRemoved(VersionChange):

Callers

nothing calls this directly

Calls 2

expand_version_argFunction · 0.85
superClass · 0.85

Tested by

no test coverage detected