Index
All Classes and Interfaces|All Packages
A
- accept(Path) - Method in class org.openrewrite.python.PipfileParser
- accept(Path) - Method in class org.openrewrite.python.PyProjectTomlParser
- accept(Path) - Method in class org.openrewrite.python.PythonParser
- accept(Path) - Method in class org.openrewrite.python.RequirementsTxtParser
- accept(Path) - Method in class org.openrewrite.python.SetupCfgParser
- addComment(String) - Method in class org.openrewrite.python.tree.PySpace.SpaceBuilder
- AddDependency - Class in org.openrewrite.python
-
Add a dependency to a Python project.
- AddDependency() - Constructor for class org.openrewrite.python.AddDependency
- addWhitespace(String) - Method in class org.openrewrite.python.tree.PySpace.SpaceBuilder
- AFTER_STATEMENT - Enum constant in enum class org.openrewrite.python.tree.PySpace.IndentStartMode
- appendComment(Space, String) - Static method in class org.openrewrite.python.tree.PySpace
- appendWhitespace(Space, String) - Static method in class org.openrewrite.python.tree.PySpace
- applyDefaults() - Method in class org.openrewrite.python.style.BlankLinesStyle
- applyDefaults() - Method in class org.openrewrite.python.style.OtherStyle
- applyDefaults() - Method in class org.openrewrite.python.style.SpacesStyle
- applyDefaults() - Method in class org.openrewrite.python.style.TabsAndIndentsStyle
- applyDefaults() - Method in class org.openrewrite.python.style.WrappingAndBracesStyle
- applyPipfile(PythonResolutionResult, List<PythonResolutionResult.ResolvedDependency>) - Static method in class org.openrewrite.python.internal.PythonResolutionLinker
-
Apply pipfile-shaped resolution: link
[packages]and[dev-packages]. - applyPyproject(PythonResolutionResult, List<PythonResolutionResult.ResolvedDependency>) - Static method in class org.openrewrite.python.internal.PythonResolutionLinker
-
Apply pyproject-shaped resolution: link dependencies, build-requires, optional-dependencies, dependency-groups, constraint-dependencies, and override-dependencies.
- applyResolvedDependencies(SourceFile, String) - Static method in class org.openrewrite.python.internal.PyProjectHelper
-
Overlay resolved-dependency information from regenerated lock content onto the source file's existing
PythonResolutionResultmarker. - AroundOperators() - Constructor for class org.openrewrite.python.style.SpacesStyle.AroundOperators
- ASSERT_ELEMENT - Enum constant in enum class org.openrewrite.python.tree.PyRightPadded.Location
- ASSERT_ELEMENT_SUFFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
- ASSERT_PREFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
- Assertions - Class in org.openrewrite.python
- ASYNC_PREFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
- Autodetect - Class in org.openrewrite.python.style
- Autodetect(UUID, Collection<Style>) - Constructor for class org.openrewrite.python.style.Autodetect
- Autodetect.Detector - Class in org.openrewrite.python.style
- autoFormatVisitor(Tree) - Method in class org.openrewrite.python.service.PythonAutoFormatService
- AWAIT_PREFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
B
- BACKTICK - Enum constant in enum class org.openrewrite.python.marker.Quoted.Style
-
Backtick quoting used for repr() in Python 2:
`x` - BeforeParentheses() - Constructor for class org.openrewrite.python.style.SpacesStyle.BeforeParentheses
- BINARY_NEGATION - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
- BINARY_OPERATOR - Enum constant in enum class org.openrewrite.python.tree.PyLeftPadded.Location
- BINARY_OPERATOR - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
- BINARY_PREFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
- blankLines() - Static method in class org.openrewrite.python.style.IntelliJ
- BlankLinesStyle - Class in org.openrewrite.python.style
- BlankLinesStyle() - Constructor for class org.openrewrite.python.style.BlankLinesStyle
- BlankLinesStyle.KeepMaximum - Class in org.openrewrite.python.style
- BlankLinesStyle.Minimum - Class in org.openrewrite.python.style
- build() - Method in class org.openrewrite.python.PipfileParser.Builder
- build() - Method in class org.openrewrite.python.PyProjectTomlParser.Builder
- build() - Method in class org.openrewrite.python.PythonParser.Builder
- build() - Method in class org.openrewrite.python.RequirementsTxtParser.Builder
- build() - Method in class org.openrewrite.python.SetupCfgParser.Builder
- build() - Method in class org.openrewrite.python.style.Autodetect.Detector
- build() - Method in class org.openrewrite.python.tree.PySpace.SpaceBuilder
- builder() - Static method in class org.openrewrite.python.PipfileParser
- builder() - Static method in class org.openrewrite.python.PyProjectTomlParser
- builder() - Static method in class org.openrewrite.python.PythonParser
- builder() - Static method in class org.openrewrite.python.RequirementsTxtParser
- builder() - Static method in class org.openrewrite.python.rpc.PythonRewriteRpc
- builder() - Static method in class org.openrewrite.python.SetupCfgParser
- Builder() - Constructor for class org.openrewrite.python.PythonParser.Builder
- Builder() - Constructor for class org.openrewrite.python.rpc.PythonRewriteRpc.Builder
C
- CHAINED_ASSIGNMENT_PREFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
- CHAINED_ASSIGNMENT_VARIABLE_SUFFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
- CHAINED_ASSIGNMENT_VARIABLES - Enum constant in enum class org.openrewrite.python.tree.PyRightPadded.Location
- changed(SourceFile, LockFileRegeneration.Result) - Static method in class org.openrewrite.python.internal.PyProjectHelper.EditAndRegenerateResult
- ChangeDependency - Class in org.openrewrite.python
-
Change a dependency to a different package.
- ChangeDependency() - Constructor for class org.openrewrite.python.ChangeDependency
- COLLECTION_LITERAL_ELEMENT - Enum constant in enum class org.openrewrite.python.tree.PyRightPadded.Location
- COLLECTION_LITERAL_ELEMENT_SUFFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
- COLLECTION_LITERAL_ELEMENTS - Enum constant in enum class org.openrewrite.python.tree.PyContainer.Location
- COLLECTION_LITERAL_PREFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
- COMPILATION_UNIT_STATEMENT_SUFFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
- COMPILATION_UNIT_STATEMENTS - Enum constant in enum class org.openrewrite.python.tree.PyRightPadded.Location
- COMPREHENSION_EXPRESSION_CLAUSE_ASYNC - Enum constant in enum class org.openrewrite.python.tree.PyRightPadded.Location
- COMPREHENSION_EXPRESSION_CLAUSE_ASYNC_SUFFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
- COMPREHENSION_EXPRESSION_CLAUSE_ITERATED_LIST - Enum constant in enum class org.openrewrite.python.tree.PyLeftPadded.Location
- COMPREHENSION_EXPRESSION_CLAUSE_ITERATED_LIST - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
- COMPREHENSION_EXPRESSION_CLAUSE_PREFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
- COMPREHENSION_EXPRESSION_CONDITION_PREFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
- COMPREHENSION_EXPRESSION_PREFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
- COMPREHENSION_EXPRESSION_SUFFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
- correspondingPipfilePath(Path) - Static method in class org.openrewrite.python.internal.PyProjectHelper
-
Derive the Pipfile path that corresponds to a Pipfile.lock path.
- correspondingPyprojectPath(Path) - Static method in class org.openrewrite.python.internal.PyProjectHelper
-
Derive the pyproject.toml path that corresponds to a uv.lock path.
- createMarker(Toml.Document) - Static method in class org.openrewrite.python.PipfileParser
- createMarker(Toml.Document, Path) - Static method in class org.openrewrite.python.internal.PythonDependencyParser
-
Create a PythonResolutionResult marker from a parsed Toml.Document.
D
- debugPort(Path, int) - Method in class org.openrewrite.python.rpc.PythonRewriteRpc.Builder
-
Set the port for Python debugger to listen on.
- defaults() - Static method in class org.openrewrite.python.style.IntelliJ
- deindent(Space, String, PySpace.IndentStartMode, PySpace.IndentEndMode) - Static method in class org.openrewrite.python.tree.PySpace
- DEL_PREFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
- DEL_TARGET_SUFFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
- DEL_TARGETS - Enum constant in enum class org.openrewrite.python.tree.PyRightPadded.Location
- dependenciesFromResolved(List<PythonResolutionResult.ResolvedDependency>) - Static method in class org.openrewrite.python.RequirementsTxtParser
-
Convert resolved dependencies into declared (direct) dependencies.
- dependenciesFromResolved(List<PythonResolutionResult.ResolvedDependency>, Set<String>) - Static method in class org.openrewrite.python.RequirementsTxtParser
- Dependency() - Constructor for class org.openrewrite.python.marker.PythonResolutionResult.Dependency
- DependencyInsight - Class in org.openrewrite.python.search
-
Find direct and transitive Python dependencies matching a package name pattern.
- DependencyInsight() - Constructor for class org.openrewrite.python.search.DependencyInsight
- DependencyWorkspace - Class in org.openrewrite.python
-
Manages workspace directories for Python projects with dependencies.
- DependencyWorkspace() - Constructor for class org.openrewrite.python.DependencyWorkspace
- describe(RecipeListing) - Method in class org.openrewrite.python.marketplace.PipRecipeBundleReader
- detector() - Static method in class org.openrewrite.python.style.Autodetect
- Detector() - Constructor for class org.openrewrite.python.style.Autodetect.Detector
- DICT_ENTRY - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
- DICT_ENTRY_KEY - Enum constant in enum class org.openrewrite.python.tree.PyRightPadded.Location
- DICT_ENTRY_KEY_SUFFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
- DICT_LITERAL_ELEMENT - Enum constant in enum class org.openrewrite.python.tree.PyRightPadded.Location
- DICT_LITERAL_ELEMENT_SUFFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
- DICT_LITERAL_ELEMENTS - Enum constant in enum class org.openrewrite.python.tree.PyContainer.Location
- DICT_LITERAL_PREFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
- doesMagicMethodReverseOperands(String) - Static method in class org.openrewrite.python.internal.PythonOperatorLookup
- DOUBLE - Enum constant in enum class org.openrewrite.python.marker.Quoted.Style
E
- editAndRegenerate(PythonDependencyFile, Function<PythonDependencyFile, PythonDependencyFile>, String) - Static method in class org.openrewrite.python.internal.PyProjectHelper
-
Apply a recipe-specific trait edit to a deps tree, refresh its marker, and regenerate the lock file.
- EditAndRegenerateResult() - Constructor for class org.openrewrite.python.internal.PyProjectHelper.EditAndRegenerateResult
- ELSE_WRAPPER_PREFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
- environment(Map<String, String>) - Method in class org.openrewrite.python.rpc.PythonRewriteRpc.Builder
- ERROR_FROM_FROM - Enum constant in enum class org.openrewrite.python.tree.PyLeftPadded.Location
- ERROR_FROM_PREFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
- ERROR_FROM_SOURCE - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
- EXCEPTION_TYPE_PREFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
- ExecSyntax - Class in org.openrewrite.python.marker
-
Marker indicating that a
J.MethodInvocationrepresents a Python 2 exec statement rather than a Python 3 exec function call. - ExecSyntax() - Constructor for class org.openrewrite.python.marker.ExecSyntax
- EXPRESSION_TYPE_TREE_PREFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
- extractKeyName(Toml.KeyValue) - Static method in class org.openrewrite.python.internal.PyProjectHelper
-
Read the unquoted key name from a TOML key-value, or
nullif the key isn't a plainToml.Identifier. - extractPackageName(String) - Static method in class org.openrewrite.python.internal.PyProjectHelper
-
Extract the package name from a PEP 508 dependency spec string.
F
- failure(String) - Static method in class org.openrewrite.python.internal.LockFileRegeneration.Result
- find() - Method in class org.openrewrite.python.internal.PackageManagerExecutor
-
Find the executable on the system.
- findAndParse(Path, Path) - Static method in class org.openrewrite.python.internal.PipfileLockParser
-
Find and parse a Pipfile.lock file, walking up from the given directory.
- findAndParse(Path, Path) - Static method in class org.openrewrite.python.internal.UvLockParser
-
Find and parse a uv.lock file, walking up from the given directory.
- findDependency(String) - Method in class org.openrewrite.python.marker.PythonResolutionResult
-
Find a declared dependency by package name in the main
[project].dependencieslist. - findDependencyInAnyScope(String) - Method in class org.openrewrite.python.marker.PythonResolutionResult
-
Find a declared dependency by package name across all scopes: dependencies, buildRequires, optionalDependencies, and dependencyGroups.
- findDependencyInScope(PythonResolutionResult, String, String, String) - Static method in class org.openrewrite.python.internal.PyProjectHelper
-
Find a dependency in the specified scope of the marker.
- FORMATTED_STRING_PREFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
- FORMATTED_STRING_VALUE_DEBUG - Enum constant in enum class org.openrewrite.python.tree.PyRightPadded.Location
- FORMATTED_STRING_VALUE_DEBUG_SUFFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
- FORMATTED_STRING_VALUE_EXPRESSION - Enum constant in enum class org.openrewrite.python.tree.PyRightPadded.Location
- FORMATTED_STRING_VALUE_EXPRESSION_SUFFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
- FORMATTED_STRING_VALUE_PREFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
- forPackageManager(PythonResolutionResult.PackageManager) - Static method in class org.openrewrite.python.internal.LockFileRegeneration
G
- get() - Method in class org.openrewrite.python.rpc.PythonRewriteRpc.Builder
- get() - Static method in class org.openrewrite.python.rpc.PythonRewriteRpc
- getAllDeclaredDependencies() - Method in class org.openrewrite.python.marker.PythonResolutionResult
-
Get all declared dependencies across all scopes as a flat list.
- getByNormalizedName(Map<String, String>, String) - Static method in interface org.openrewrite.python.trait.PythonDependencyFile
-
Look up a value in a map by normalizing the lookup key per PEP 503.
- getDescription() - Method in class org.openrewrite.python.AddDependency
- getDescription() - Method in class org.openrewrite.python.ChangeDependency
- getDescription() - Method in class org.openrewrite.python.RemoveDependency
- getDescription() - Method in class org.openrewrite.python.UpgradeDependencyVersion
- getDescription() - Method in class org.openrewrite.python.UpgradeTransitiveDependencyVersion
- getDisplayName() - Method in class org.openrewrite.python.AddDependency
- getDisplayName() - Method in class org.openrewrite.python.ChangeDependency
- getDisplayName() - Method in class org.openrewrite.python.RemoveDependency
- getDisplayName() - Method in class org.openrewrite.python.UpgradeDependencyVersion
- getDisplayName() - Method in class org.openrewrite.python.UpgradeTransitiveDependencyVersion
- getDslName() - Method in class org.openrewrite.python.PipfileParser.Builder
- getDslName() - Method in class org.openrewrite.python.PyProjectTomlParser.Builder
- getDslName() - Method in class org.openrewrite.python.PythonParser.Builder
- getDslName() - Method in class org.openrewrite.python.RequirementsTxtParser.Builder
- getDslName() - Method in class org.openrewrite.python.SetupCfgParser.Builder
- getEcosystem() - Method in class org.openrewrite.python.marketplace.PipRecipeBundleResolver
- getInitialValue(ExecutionContext) - Method in class org.openrewrite.python.AddDependency
- getInitialValue(ExecutionContext) - Method in class org.openrewrite.python.ChangeDependency
- getInitialValue(ExecutionContext) - Method in class org.openrewrite.python.RemoveDependency
- getInitialValue(ExecutionContext) - Method in class org.openrewrite.python.UpgradeDependencyVersion
- getInitialValue(ExecutionContext) - Method in class org.openrewrite.python.UpgradeTransitiveDependencyVersion
- getInstanceNameSuffix() - Method in class org.openrewrite.python.AddDependency
- getInstanceNameSuffix() - Method in class org.openrewrite.python.ChangeDependency
- getInstanceNameSuffix() - Method in class org.openrewrite.python.RemoveDependency
- getInstanceNameSuffix() - Method in class org.openrewrite.python.search.DependencyInsight
- getInstanceNameSuffix() - Method in class org.openrewrite.python.UpgradeDependencyVersion
- getInstanceNameSuffix() - Method in class org.openrewrite.python.UpgradeTransitiveDependencyVersion
- getLiveDepsTree(ExecutionContext, Path) - Static method in class org.openrewrite.python.internal.PyProjectHelper
-
Read the latest known chain-modified deps tree for a given path from the shared
ExecutionContextside channel, ornullif no recipe has written one yet. - getMarker() - Method in interface org.openrewrite.python.trait.PythonDependencyFile
- getOrCreateSetuptoolsWorkspace(String, Path) - Static method in class org.openrewrite.python.DependencyWorkspace
-
Gets or creates a workspace directory for a setuptools project (setup.cfg / setup.py).
- getOrCreateSetuptoolsWorkspace(String, Path, Map<String, String>) - Static method in class org.openrewrite.python.DependencyWorkspace
-
Gets or creates a workspace directory for a setuptools project (setup.cfg / setup.py).
- getOrStart() - Static method in class org.openrewrite.python.rpc.PythonRewriteRpc
- getResolvedDependency(String) - Method in class org.openrewrite.python.marker.PythonResolutionResult
-
Look up a resolved dependency by package name.
- getScanner(AddDependency.Accumulator) - Method in class org.openrewrite.python.AddDependency
- getScanner(ChangeDependency.Accumulator) - Method in class org.openrewrite.python.ChangeDependency
- getScanner(RemoveDependency.Accumulator) - Method in class org.openrewrite.python.RemoveDependency
- getScanner(UpgradeDependencyVersion.Accumulator) - Method in class org.openrewrite.python.UpgradeDependencyVersion
- getScanner(UpgradeTransitiveDependencyVersion.Accumulator) - Method in class org.openrewrite.python.UpgradeTransitiveDependencyVersion
- getSourceFileType() - Method in class org.openrewrite.python.internal.rpc.PythonContainerRpcCodec
- getSourceFileType() - Method in class org.openrewrite.python.internal.rpc.PythonLeftPaddedRpcCodec
- getSourceFileType() - Method in class org.openrewrite.python.internal.rpc.PythonRightPaddedRpcCodec
- getSourceFileType() - Method in class org.openrewrite.python.internal.rpc.PythonRpcCodec
- getSourceFileType() - Method in class org.openrewrite.python.internal.rpc.PythonSpaceRpcCodec
- getSourceFileType() - Method in class org.openrewrite.python.internal.rpc.PythonTrailingCommaRpcCodec
- getType() - Method in class org.openrewrite.python.internal.rpc.PythonContainerRpcCodec
- getType() - Method in class org.openrewrite.python.internal.rpc.PythonLeftPaddedRpcCodec
- getType() - Method in class org.openrewrite.python.internal.rpc.PythonRightPaddedRpcCodec
- getType() - Method in class org.openrewrite.python.internal.rpc.PythonRpcCodec
- getType() - Method in class org.openrewrite.python.internal.rpc.PythonSpaceRpcCodec
- getType() - Method in class org.openrewrite.python.internal.rpc.PythonTrailingCommaRpcCodec
- getVisitor() - Method in class org.openrewrite.python.format.PythonSpaces
- getVisitor() - Method in class org.openrewrite.python.search.DependencyInsight
- getVisitor(AddDependency.Accumulator) - Method in class org.openrewrite.python.AddDependency
- getVisitor(ChangeDependency.Accumulator) - Method in class org.openrewrite.python.ChangeDependency
- getVisitor(RemoveDependency.Accumulator) - Method in class org.openrewrite.python.RemoveDependency
- getVisitor(UpgradeDependencyVersion.Accumulator) - Method in class org.openrewrite.python.UpgradeDependencyVersion
- getVisitor(UpgradeTransitiveDependencyVersion.Accumulator) - Method in class org.openrewrite.python.UpgradeTransitiveDependencyVersion
H
- hasAlternativeLockFile(Path, Path) - Static method in class org.openrewrite.python.internal.UvLockParser
-
Check whether a poetry.lock or pdm.lock file exists near the given directory.
I
- installRecipes(File) - Method in class org.openrewrite.python.rpc.PythonRewriteRpc
-
Install recipes from a local file path (e.g., a local pip package).
- installRecipes(String) - Method in class org.openrewrite.python.rpc.PythonRewriteRpc
-
Install recipes from a package name.
- installRecipes(String, String) - Method in class org.openrewrite.python.rpc.PythonRewriteRpc
-
Install recipes from a package name with a specific version.
- InstallRecipesResponse - Class in org.openrewrite.python.rpc
-
Response to an
InstallRecipesRPC request. - InstallRecipesResponse() - Constructor for class org.openrewrite.python.rpc.InstallRecipesResponse
- IntelliJ - Class in org.openrewrite.python.style
- IntelliJ() - Constructor for class org.openrewrite.python.style.IntelliJ
- isAcceptable(SourceFile, P) - Method in class org.openrewrite.python.PythonVisitor
- isChanged() - Method in class org.openrewrite.python.internal.PyProjectHelper.EditAndRegenerateResult
- isInsideDependencyArray(Cursor, String, String) - Static method in class org.openrewrite.python.internal.PyProjectHelper
-
Check whether a cursor path represents a position inside a dependency array for the given scope and optional group name.
- isInsidePdmOverridesTable(Cursor) - Static method in class org.openrewrite.python.internal.PyProjectHelper
-
Check whether a cursor path represents a position inside the
[tool.pdm.overrides]table in a pyproject.toml. - isInsideProjectDependencies(Cursor) - Static method in class org.openrewrite.python.internal.PyProjectHelper
-
Check whether a cursor path represents a position inside the
[project].dependenciesarray in a pyproject.toml. - isMultiline() - Method in class org.openrewrite.python.tree.PyComment
K
- KeepMaximum() - Constructor for class org.openrewrite.python.style.BlankLinesStyle.KeepMaximum
- KEY_VALUE_KEY - Enum constant in enum class org.openrewrite.python.tree.PyRightPadded.Location
- KEY_VALUE_PREFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
- KEY_VALUE_SUFFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
- KeywordArguments - Class in org.openrewrite.python.marker
-
Marks a method argument like
**kwargsas a holder of a dictionary of arguments. - KeywordArguments() - Constructor for class org.openrewrite.python.marker.KeywordArguments
- KeywordOnlyArguments - Class in org.openrewrite.python.marker
- KeywordOnlyArguments() - Constructor for class org.openrewrite.python.marker.KeywordOnlyArguments
L
- languageLevel(PythonParser.PythonLanguageLevel) - Method in class org.openrewrite.python.PythonParser.Builder
-
Per-parse Python language version.
- LegacyNotEqual - Class in org.openrewrite.python.marker
-
Marker indicating that a
J.Binaryof typeNotEqualwas written using the Python 2<>spelling rather than!=. - LegacyNotEqual() - Constructor for class org.openrewrite.python.marker.LegacyNotEqual
- LINE_START - Enum constant in enum class org.openrewrite.python.tree.PySpace.IndentStartMode
- link(List<PythonResolutionResult.Dependency>, List<PythonResolutionResult.ResolvedDependency>) - Static method in class org.openrewrite.python.internal.PythonResolutionLinker
- linkMap(Map<String, List<PythonResolutionResult.Dependency>>, List<PythonResolutionResult.ResolvedDependency>) - Static method in class org.openrewrite.python.internal.PythonResolutionLinker
- LITERAL_TYPE_PREFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
- LockFileRegeneration - Class in org.openrewrite.python.internal
-
Regenerates a lock file by running
<packageManager> lockin a temporary directory seeded with the dependencies file (and optionally an existing lock). - LockFileRegeneration.Result - Class in org.openrewrite.python.internal
- log(Path) - Method in class org.openrewrite.python.rpc.PythonRewriteRpc.Builder
M
- marketplace(RecipeMarketplace) - Method in class org.openrewrite.python.rpc.PythonRewriteRpc.Builder
- MATCH_CASE_GUARD - Enum constant in enum class org.openrewrite.python.tree.PyLeftPadded.Location
- MATCH_CASE_GUARD - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
- MATCH_CASE_PATTERN_CHILD - Enum constant in enum class org.openrewrite.python.tree.PyRightPadded.Location
- MATCH_CASE_PATTERN_CHILD_PREFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
- MATCH_CASE_PATTERN_CHILDREN - Enum constant in enum class org.openrewrite.python.tree.PyContainer.Location
- MATCH_CASE_PATTERN_PREFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
- MATCH_CASE_PREFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
- MATCH_PATTERN_ELEMENT_SUFFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
- Matcher() - Constructor for class org.openrewrite.python.trait.PipfileFile.Matcher
- Matcher() - Constructor for class org.openrewrite.python.trait.PyProjectFile.Matcher
- Matcher() - Constructor for class org.openrewrite.python.trait.PythonDependencyFile.Matcher
- Matcher() - Constructor for class org.openrewrite.python.trait.RequirementsFile.Matcher
- maxSizeBytes(long) - Method in class org.openrewrite.python.PythonParser.Builder
-
Set the maximum file size (in bytes) for files to be parsed as Python.
- MethodDeclarationParameters() - Constructor for class org.openrewrite.python.style.TabsAndIndentsStyle.MethodDeclarationParameters
- metricsCsv(Path) - Method in class org.openrewrite.python.rpc.PythonRewriteRpc.Builder
- Minimum() - Constructor for class org.openrewrite.python.style.BlankLinesStyle.Minimum
- MULTI_IMPORT_FROM - Enum constant in enum class org.openrewrite.python.tree.PyRightPadded.Location
- MULTI_IMPORT_FROM_SUFFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
- MULTI_IMPORT_NAME - Enum constant in enum class org.openrewrite.python.tree.PyRightPadded.Location
- MULTI_IMPORT_NAME_PREFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
- MULTI_IMPORT_NAME_SUFFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
- MULTI_IMPORT_NAMES - Enum constant in enum class org.openrewrite.python.tree.PyContainer.Location
- MULTI_IMPORT_PREFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
N
- NAMED_ARGUMENT - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
- NAMED_ARGUMENT_PREFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
- NAMED_ARGUMENT_VALUE - Enum constant in enum class org.openrewrite.python.tree.PyLeftPadded.Location
- normalizeName(String) - Static method in class org.openrewrite.python.marker.PythonResolutionResult
-
Normalize a Python package name per PEP 503: lowercase, dashes/dots/underscores are equivalent.
- normalizeVersionConstraint(String) - Static method in class org.openrewrite.python.internal.PyProjectHelper
-
Normalize a version constraint so it is valid PEP 508.
O
- operatorForMagicMethod(String) - Static method in class org.openrewrite.python.internal.PythonOperatorLookup
- org.openrewrite.python - package org.openrewrite.python
- org.openrewrite.python.format - package org.openrewrite.python.format
- org.openrewrite.python.internal - package org.openrewrite.python.internal
- org.openrewrite.python.internal.rpc - package org.openrewrite.python.internal.rpc
- org.openrewrite.python.marker - package org.openrewrite.python.marker
- org.openrewrite.python.marketplace - package org.openrewrite.python.marketplace
- org.openrewrite.python.rpc - package org.openrewrite.python.rpc
- org.openrewrite.python.search - package org.openrewrite.python.search
- org.openrewrite.python.service - package org.openrewrite.python.service
- org.openrewrite.python.style - package org.openrewrite.python.style
- org.openrewrite.python.table - package org.openrewrite.python.table
- org.openrewrite.python.trait - package org.openrewrite.python.trait
- org.openrewrite.python.tree - package org.openrewrite.python.tree
- other() - Static method in class org.openrewrite.python.style.IntelliJ
- Other() - Constructor for class org.openrewrite.python.style.SpacesStyle.Other
- OtherStyle - Class in org.openrewrite.python.style
- OtherStyle() - Constructor for class org.openrewrite.python.style.OtherStyle
- OtherStyle.UseContinuationIndent - Class in org.openrewrite.python.style
P
- PackageManagerExecutor - Class in org.openrewrite.python.internal
-
Locates and runs a Python package manager CLI.
- PackageManagerExecutor.RunResult - Class in org.openrewrite.python.internal
- parse(String) - Static method in class org.openrewrite.python.internal.PipfileLockParser
-
Parse Pipfile.lock content into a list of resolved dependencies.
- parse(String) - Static method in class org.openrewrite.python.internal.UvLockParser
-
Parse uv.lock content into a list of resolved dependencies.
- parseFreezeOutput(Path) - Static method in class org.openrewrite.python.RequirementsTxtParser
- parseInputs(Iterable<Parser.Input>, Path, ExecutionContext) - Method in class org.openrewrite.python.PipfileParser
- parseInputs(Iterable<Parser.Input>, Path, ExecutionContext) - Method in class org.openrewrite.python.PyProjectTomlParser
- parseInputs(Iterable<Parser.Input>, Path, ExecutionContext) - Method in class org.openrewrite.python.PythonParser
- parseInputs(Iterable<Parser.Input>, Path, ExecutionContext) - Method in class org.openrewrite.python.RequirementsTxtParser
- parseInputs(Iterable<Parser.Input>, Path, ExecutionContext) - Method in class org.openrewrite.python.SetupCfgParser
- parsePep508(String) - Static method in class org.openrewrite.python.internal.PythonDependencyParser
- parseProject(Path, List<String>, Path, ExecutionContext) - Method in class org.openrewrite.python.rpc.PythonRewriteRpc
-
Parses an entire Python project directory.
- parseProject(Path, List<String>, ExecutionContext) - Method in class org.openrewrite.python.rpc.PythonRewriteRpc
-
Parses an entire Python project directory.
- parseProject(Path, ExecutionContext) - Method in class org.openrewrite.python.rpc.PythonRewriteRpc
-
Parses an entire Python project directory.
- PASS_PREFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
- Pdm - Enum constant in enum class org.openrewrite.python.marker.PythonResolutionResult.PackageManager
- Pip - Enum constant in enum class org.openrewrite.python.marker.PythonResolutionResult.PackageManager
- Pipenv - Enum constant in enum class org.openrewrite.python.marker.PythonResolutionResult.PackageManager
- PIPENV - Static variable in class org.openrewrite.python.internal.LockFileRegeneration
- PIPENV - Static variable in class org.openrewrite.python.internal.PackageManagerExecutor
- pipfile(String) - Static method in class org.openrewrite.python.Assertions
- pipfile(String, String) - Static method in class org.openrewrite.python.Assertions
- pipfile(String, String, Consumer<SourceSpec<Toml.Document>>) - Static method in class org.openrewrite.python.Assertions
- pipfile(String, Consumer<SourceSpec<Toml.Document>>) - Static method in class org.openrewrite.python.Assertions
- PipfileFile - Class in org.openrewrite.python.trait
-
Trait implementation for Pipfile dependency files.
- PipfileFile() - Constructor for class org.openrewrite.python.trait.PipfileFile
- PipfileFile.Matcher - Class in org.openrewrite.python.trait
- PipfileLockParser - Class in org.openrewrite.python.internal
-
Parses Pipfile.lock files (JSON format) to extract resolved dependency information.
- PipfileLockParser() - Constructor for class org.openrewrite.python.internal.PipfileLockParser
- PipfileParser - Class in org.openrewrite.python
-
Parser for Pipfile files that delegates to
TomlParserand attaches aPythonResolutionResultmarker with dependency metadata. - PipfileParser() - Constructor for class org.openrewrite.python.PipfileParser
- PipfileParser.Builder - Class in org.openrewrite.python
- pipPackagesPath(Path) - Method in class org.openrewrite.python.rpc.PythonRewriteRpc.Builder
-
Set the base pip packages directory.
- PipRecipeBundleReader - Class in org.openrewrite.python.marketplace
- PipRecipeBundleReader() - Constructor for class org.openrewrite.python.marketplace.PipRecipeBundleReader
- PipRecipeBundleResolver - Class in org.openrewrite.python.marketplace
- PipRecipeBundleResolver() - Constructor for class org.openrewrite.python.marketplace.PipRecipeBundleResolver
- Poetry - Enum constant in enum class org.openrewrite.python.marker.PythonResolutionResult.PackageManager
- prepare(RecipeListing, Map<String, Object>) - Method in class org.openrewrite.python.marketplace.PipRecipeBundleReader
- preVisit(J, RpcReceiveQueue) - Method in class org.openrewrite.python.internal.rpc.PythonReceiver
- preVisit(J, RpcSendQueue) - Method in class org.openrewrite.python.internal.rpc.PythonSender
- printComment(Cursor, PrintOutputCapture<P>) - Method in class org.openrewrite.python.tree.PyComment
- PrintSyntax - Class in org.openrewrite.python.marker
-
Marker indicating that a
J.MethodInvocationrepresents a Python 2 print statement rather than a Python 3 print function call. - PrintSyntax() - Constructor for class org.openrewrite.python.marker.PrintSyntax
- putLiveDepsTree(ExecutionContext, Path, SourceFile) - Static method in class org.openrewrite.python.internal.PyProjectHelper
-
Publish the current chain-modified deps tree for a given path to the shared
ExecutionContextside channel. - PyComment - Class in org.openrewrite.python.tree
- PyComment() - Constructor for class org.openrewrite.python.tree.PyComment
- PyContainer - Class in org.openrewrite.python.tree
- PyContainer() - Constructor for class org.openrewrite.python.tree.PyContainer
- PyContainer.Location - Enum Class in org.openrewrite.python.tree
- PyLeftPadded - Class in org.openrewrite.python.tree
- PyLeftPadded() - Constructor for class org.openrewrite.python.tree.PyLeftPadded
- PyLeftPadded.Location - Enum Class in org.openrewrite.python.tree
- pyproject(String) - Static method in class org.openrewrite.python.Assertions
- pyproject(String, String) - Static method in class org.openrewrite.python.Assertions
- pyproject(String, String, Consumer<SourceSpec<Toml.Document>>) - Static method in class org.openrewrite.python.Assertions
- pyproject(String, Consumer<SourceSpec<Toml.Document>>) - Static method in class org.openrewrite.python.Assertions
- PyProjectFile - Class in org.openrewrite.python.trait
- PyProjectFile() - Constructor for class org.openrewrite.python.trait.PyProjectFile
- PyProjectFile.Matcher - Class in org.openrewrite.python.trait
- PyProjectHelper - Class in org.openrewrite.python.internal
-
Shared utilities for Python dependency recipes operating on pyproject.toml files.
- PyProjectHelper() - Constructor for class org.openrewrite.python.internal.PyProjectHelper
- PyProjectHelper.EditAndRegenerateResult - Class in org.openrewrite.python.internal
- PyProjectTomlParser - Class in org.openrewrite.python
-
Parser for pyproject.toml files that delegates to TomlParser and attaches a
PythonResolutionResultmarker with dependency metadata. - PyProjectTomlParser() - Constructor for class org.openrewrite.python.PyProjectTomlParser
- PyProjectTomlParser.Builder - Class in org.openrewrite.python
- PyRightPadded - Class in org.openrewrite.python.tree
- PyRightPadded() - Constructor for class org.openrewrite.python.tree.PyRightPadded
- PyRightPadded.Location - Enum Class in org.openrewrite.python.tree
- PySpace - Class in org.openrewrite.python.tree
- PySpace.IndentEndMode - Enum Class in org.openrewrite.python.tree
- PySpace.IndentStartMode - Enum Class in org.openrewrite.python.tree
- PySpace.Location - Enum Class in org.openrewrite.python.tree
- PySpace.SpaceBuilder - Class in org.openrewrite.python.tree
- python(String) - Static method in class org.openrewrite.python.Assertions
- python(String, String) - Static method in class org.openrewrite.python.Assertions
- python(String, String, Consumer<SourceSpec<Py.CompilationUnit>>) - Static method in class org.openrewrite.python.Assertions
- python(String, Consumer<SourceSpec<Py.CompilationUnit>>) - Static method in class org.openrewrite.python.Assertions
- PYTHON_2_7 - Enum constant in enum class org.openrewrite.python.PythonParser.PythonLanguageLevel
- PYTHON_3 - Enum constant in enum class org.openrewrite.python.PythonParser.PythonLanguageLevel
- PythonAutoFormatService - Class in org.openrewrite.python.service
-
Auto-format service for Python that dispatches formatting to the Python RPC side, where the actual formatting visitors (blank lines, spaces, indentation, etc.) are implemented.
- PythonAutoFormatService() - Constructor for class org.openrewrite.python.service.PythonAutoFormatService
- PythonContainerRpcCodec - Class in org.openrewrite.python.internal.rpc
- PythonContainerRpcCodec() - Constructor for class org.openrewrite.python.internal.rpc.PythonContainerRpcCodec
- PythonDependenciesInUse - Class in org.openrewrite.python.table
- PythonDependenciesInUse(Recipe) - Constructor for class org.openrewrite.python.table.PythonDependenciesInUse
- PythonDependenciesInUse.Row - Class in org.openrewrite.python.table
- PythonDependencyFile - Interface in org.openrewrite.python.trait
-
Trait for Python dependency files (pyproject.toml, requirements.txt, etc.).
- PythonDependencyFile.Matcher - Class in org.openrewrite.python.trait
- PythonDependencyParser - Class in org.openrewrite.python.internal
-
Extracts dependency metadata from a parsed pyproject.toml AST (Toml.Document).
- PythonDependencyParser() - Constructor for class org.openrewrite.python.internal.PythonDependencyParser
- PythonIsoVisitor<P> - Class in org.openrewrite.python
- PythonIsoVisitor() - Constructor for class org.openrewrite.python.PythonIsoVisitor
- PythonLeftPaddedRpcCodec - Class in org.openrewrite.python.internal.rpc
- PythonLeftPaddedRpcCodec() - Constructor for class org.openrewrite.python.internal.rpc.PythonLeftPaddedRpcCodec
- PythonOperatorLookup - Class in org.openrewrite.python.internal
- PythonParser - Class in org.openrewrite.python
-
Parser for Python source files.
- PythonParser() - Constructor for class org.openrewrite.python.PythonParser
- PythonParser.Builder - Class in org.openrewrite.python
- PythonParser.PythonLanguageLevel - Enum Class in org.openrewrite.python
-
Python language version selectable on the parser.
- pythonPath(Path) - Method in class org.openrewrite.python.rpc.PythonRewriteRpc.Builder
-
Path to the Python executable.
- pythonPath(Supplier<Path>) - Method in class org.openrewrite.python.rpc.PythonRewriteRpc.Builder
-
Supplies the path to the Python executable.
- PythonReceiver - Class in org.openrewrite.python.internal.rpc
-
A receiver for Python AST elements that uses the Java RPC framework.
- PythonReceiver() - Constructor for class org.openrewrite.python.internal.rpc.PythonReceiver
- PythonResolutionLinker - Class in org.openrewrite.python.internal
-
Overlays resolved-dependency information from a parsed lock file onto a
PythonResolutionResultmarker. - PythonResolutionResult - Class in org.openrewrite.python.marker
-
Contains metadata about a Python project, parsed from pyproject.toml and uv.lock.
- PythonResolutionResult() - Constructor for class org.openrewrite.python.marker.PythonResolutionResult
- PythonResolutionResult.Dependency - Class in org.openrewrite.python.marker
-
A dependency specification parsed from a PEP 508 string in pyproject.toml.
- PythonResolutionResult.PackageManager - Enum Class in org.openrewrite.python.marker
- PythonResolutionResult.ResolvedDependency - Class in org.openrewrite.python.marker
-
A resolved (locked) dependency from uv.lock.
- PythonResolutionResult.SourceIndex - Class in org.openrewrite.python.marker
- PythonRewriteRpc - Class in org.openrewrite.python.rpc
- PythonRewriteRpc.Builder - Class in org.openrewrite.python.rpc
- PythonRightPaddedRpcCodec - Class in org.openrewrite.python.internal.rpc
- PythonRightPaddedRpcCodec() - Constructor for class org.openrewrite.python.internal.rpc.PythonRightPaddedRpcCodec
- PythonRpcCodec - Class in org.openrewrite.python.internal.rpc
- PythonRpcCodec() - Constructor for class org.openrewrite.python.internal.rpc.PythonRpcCodec
- PythonSender - Class in org.openrewrite.python.internal.rpc
-
A sender for Python AST elements that uses the Java RPC framework.
- PythonSender() - Constructor for class org.openrewrite.python.internal.rpc.PythonSender
- PythonSpaceRpcCodec - Class in org.openrewrite.python.internal.rpc
- PythonSpaceRpcCodec() - Constructor for class org.openrewrite.python.internal.rpc.PythonSpaceRpcCodec
- PythonSpaces - Class in org.openrewrite.python.format
- PythonSpaces() - Constructor for class org.openrewrite.python.format.PythonSpaces
- PythonSpacesVisitor<P> - Class in org.openrewrite.python.format
-
Ideally, we'll reuse AutoFormatVisitor from Java, but Python requires specific handling of whitespace to maintain column alignment.
- PythonSpacesVisitor() - Constructor for class org.openrewrite.python.format.PythonSpacesVisitor
- PythonStyle - Interface in org.openrewrite.python.style
- PythonTrailingCommaRpcCodec - Class in org.openrewrite.python.internal.rpc
-
Python-specific codec for TrailingComma that uses PythonReceiver.visitSpace to properly handle PyComment in the suffix.
- PythonTrailingCommaRpcCodec() - Constructor for class org.openrewrite.python.internal.rpc.PythonTrailingCommaRpcCodec
- PythonValidator<P> - Class in org.openrewrite.python.internal.rpc
-
Validates that the contents of lists and containers like JLeftPadded respect their generic types.
- PythonValidator() - Constructor for class org.openrewrite.python.internal.rpc.PythonValidator
- pythonVersion(String) - Method in class org.openrewrite.python.rpc.PythonRewriteRpc.Builder
-
Set the Python language version to parse.
- PythonVisitor<P> - Class in org.openrewrite.python
- PythonVisitor() - Constructor for class org.openrewrite.python.PythonVisitor
Q
- Quoted - Class in org.openrewrite.python.marker
-
Used for `J.Identifier` nodes that are quoted in the source.
- Quoted() - Constructor for class org.openrewrite.python.marker.Quoted
- Quoted.Style - Enum Class in org.openrewrite.python.marker
R
- RaiseTuple - Class in org.openrewrite.python.marker
-
Marker indicating that a
J.Throwrepresents a Python 2 three-argumentraise E, v, tbform. - RaiseTuple() - Constructor for class org.openrewrite.python.marker.RaiseTuple
- read() - Method in class org.openrewrite.python.marketplace.PipRecipeBundleReader
- recipeInstallDir(Path) - Method in class org.openrewrite.python.rpc.PythonRewriteRpc.Builder
-
Set the directory where user-installed recipe packages live.
- recipesOrEmpty() - Method in class org.openrewrite.python.rpc.InstallRecipesResponse
- refreshMarker(SourceFile) - Static method in class org.openrewrite.python.internal.PyProjectHelper
-
Re-derive the
PythonResolutionResultmarker on a modified dependency source file by re-parsing its current document content. - regenerate(String) - Method in class org.openrewrite.python.internal.LockFileRegeneration
- regenerate(String, String) - Method in class org.openrewrite.python.internal.LockFileRegeneration
- regenerate(String, String, Map<String, String>) - Method in class org.openrewrite.python.internal.LockFileRegeneration
-
Regenerate the lock file from the given dependencies content.
- regenerateLockContent(SourceFile, String) - Static method in class org.openrewrite.python.internal.PyProjectHelper
-
Regenerate the lock file for a dependencies-file source by dispatching to the package manager indicated by its
PythonResolutionResultmarker. - reindent(Space, String, PySpace.IndentStartMode, PySpace.IndentEndMode) - Static method in class org.openrewrite.python.tree.PySpace
- RemoveDependency - Class in org.openrewrite.python
-
Remove a dependency from a Python project.
- RemoveDependency() - Constructor for class org.openrewrite.python.RemoveDependency
- reparseJson(Json.Document, String) - Static method in class org.openrewrite.python.internal.PyProjectHelper
-
Reparse a JSON document from new content while preserving the original document's identity (id) and markers.
- reparseToml(Toml.Document, String) - Static method in class org.openrewrite.python.internal.PyProjectHelper
-
Reparse a TOML document from new content while preserving the original document's identity (id) and markers.
- RequirementsFile - Class in org.openrewrite.python.trait
- RequirementsFile() - Constructor for class org.openrewrite.python.trait.RequirementsFile
- RequirementsFile.Matcher - Class in org.openrewrite.python.trait
- requirementsTxt(String) - Static method in class org.openrewrite.python.Assertions
- requirementsTxt(String, String) - Static method in class org.openrewrite.python.Assertions
- requirementsTxt(String, String, Consumer<SourceSpec<PlainText>>) - Static method in class org.openrewrite.python.Assertions
- requirementsTxt(String, Consumer<SourceSpec<PlainText>>) - Static method in class org.openrewrite.python.Assertions
- RequirementsTxtParser - Class in org.openrewrite.python
-
Parser for requirements.txt files that delegates to
PlainTextParserand attaches aPythonResolutionResultmarker with dependency metadata resolved viauv pip freeze. - RequirementsTxtParser() - Constructor for class org.openrewrite.python.RequirementsTxtParser
- RequirementsTxtParser(Map<String, String>) - Constructor for class org.openrewrite.python.RequirementsTxtParser
- RequirementsTxtParser.Builder - Class in org.openrewrite.python
- reset() - Method in class org.openrewrite.python.tree.PySpace.SpaceBuilder
- resetCurrent() - Static method in class org.openrewrite.python.rpc.PythonRewriteRpc
- resolve(RecipeBundle) - Method in class org.openrewrite.python.marketplace.PipRecipeBundleResolver
- ResolvedDependency() - Constructor for class org.openrewrite.python.marker.PythonResolutionResult.ResolvedDependency
- resolvers(List<RecipeBundleResolver>) - Method in class org.openrewrite.python.rpc.PythonRewriteRpc.Builder
- REST_OF_LINE - Enum constant in enum class org.openrewrite.python.tree.PySpace.IndentEndMode
- Result() - Constructor for class org.openrewrite.python.internal.LockFileRegeneration.Result
- rewritePep508Spec(String, String, String) - Static method in interface org.openrewrite.python.trait.PythonDependencyFile
-
Rewrite a PEP 508 dependency spec with a new version constraint.
- Row() - Constructor for class org.openrewrite.python.table.PythonDependenciesInUse.Row
- rpcReceive(TrailingComma, RpcReceiveQueue) - Method in class org.openrewrite.python.internal.rpc.PythonTrailingCommaRpcCodec
- rpcReceive(JContainer, RpcReceiveQueue) - Method in class org.openrewrite.python.internal.rpc.PythonContainerRpcCodec
- rpcReceive(JLeftPadded, RpcReceiveQueue) - Method in class org.openrewrite.python.internal.rpc.PythonLeftPaddedRpcCodec
- rpcReceive(JRightPadded, RpcReceiveQueue) - Method in class org.openrewrite.python.internal.rpc.PythonRightPaddedRpcCodec
- rpcReceive(J, RpcReceiveQueue) - Method in class org.openrewrite.python.internal.rpc.PythonRpcCodec
- rpcReceive(Space, RpcReceiveQueue) - Method in class org.openrewrite.python.internal.rpc.PythonSpaceRpcCodec
- rpcReceive(ExecSyntax, RpcReceiveQueue) - Method in class org.openrewrite.python.marker.ExecSyntax
- rpcReceive(KeywordArguments, RpcReceiveQueue) - Method in class org.openrewrite.python.marker.KeywordArguments
- rpcReceive(KeywordOnlyArguments, RpcReceiveQueue) - Method in class org.openrewrite.python.marker.KeywordOnlyArguments
- rpcReceive(LegacyNotEqual, RpcReceiveQueue) - Method in class org.openrewrite.python.marker.LegacyNotEqual
- rpcReceive(PrintSyntax, RpcReceiveQueue) - Method in class org.openrewrite.python.marker.PrintSyntax
- rpcReceive(PythonResolutionResult.Dependency, RpcReceiveQueue) - Method in class org.openrewrite.python.marker.PythonResolutionResult.Dependency
- rpcReceive(PythonResolutionResult.ResolvedDependency, RpcReceiveQueue) - Method in class org.openrewrite.python.marker.PythonResolutionResult.ResolvedDependency
- rpcReceive(PythonResolutionResult.SourceIndex, RpcReceiveQueue) - Method in class org.openrewrite.python.marker.PythonResolutionResult.SourceIndex
- rpcReceive(PythonResolutionResult, RpcReceiveQueue) - Method in class org.openrewrite.python.marker.PythonResolutionResult
- rpcReceive(Quoted, RpcReceiveQueue) - Method in class org.openrewrite.python.marker.Quoted
- rpcReceive(RaiseTuple, RpcReceiveQueue) - Method in class org.openrewrite.python.marker.RaiseTuple
- rpcReceive(SuppressNewline, RpcReceiveQueue) - Method in class org.openrewrite.python.marker.SuppressNewline
- rpcReceive(TupleExceptClause, RpcReceiveQueue) - Method in class org.openrewrite.python.marker.TupleExceptClause
- rpcSend(TrailingComma, RpcSendQueue) - Method in class org.openrewrite.python.internal.rpc.PythonTrailingCommaRpcCodec
- rpcSend(JContainer, RpcSendQueue) - Method in class org.openrewrite.python.internal.rpc.PythonContainerRpcCodec
- rpcSend(JLeftPadded, RpcSendQueue) - Method in class org.openrewrite.python.internal.rpc.PythonLeftPaddedRpcCodec
- rpcSend(JRightPadded, RpcSendQueue) - Method in class org.openrewrite.python.internal.rpc.PythonRightPaddedRpcCodec
- rpcSend(J, RpcSendQueue) - Method in class org.openrewrite.python.internal.rpc.PythonRpcCodec
- rpcSend(Space, RpcSendQueue) - Method in class org.openrewrite.python.internal.rpc.PythonSpaceRpcCodec
- rpcSend(ExecSyntax, RpcSendQueue) - Method in class org.openrewrite.python.marker.ExecSyntax
- rpcSend(KeywordArguments, RpcSendQueue) - Method in class org.openrewrite.python.marker.KeywordArguments
- rpcSend(KeywordOnlyArguments, RpcSendQueue) - Method in class org.openrewrite.python.marker.KeywordOnlyArguments
- rpcSend(LegacyNotEqual, RpcSendQueue) - Method in class org.openrewrite.python.marker.LegacyNotEqual
- rpcSend(PrintSyntax, RpcSendQueue) - Method in class org.openrewrite.python.marker.PrintSyntax
- rpcSend(PythonResolutionResult.Dependency, RpcSendQueue) - Method in class org.openrewrite.python.marker.PythonResolutionResult.Dependency
- rpcSend(PythonResolutionResult.ResolvedDependency, RpcSendQueue) - Method in class org.openrewrite.python.marker.PythonResolutionResult.ResolvedDependency
- rpcSend(PythonResolutionResult.SourceIndex, RpcSendQueue) - Method in class org.openrewrite.python.marker.PythonResolutionResult.SourceIndex
- rpcSend(PythonResolutionResult, RpcSendQueue) - Method in class org.openrewrite.python.marker.PythonResolutionResult
- rpcSend(Quoted, RpcSendQueue) - Method in class org.openrewrite.python.marker.Quoted
- rpcSend(RaiseTuple, RpcSendQueue) - Method in class org.openrewrite.python.marker.RaiseTuple
- rpcSend(SuppressNewline, RpcSendQueue) - Method in class org.openrewrite.python.marker.SuppressNewline
- rpcSend(TupleExceptClause, RpcSendQueue) - Method in class org.openrewrite.python.marker.TupleExceptClause
- run(Path, String, Map<String, String>, String...) - Method in class org.openrewrite.python.internal.PackageManagerExecutor
-
Run the package manager in the given directory with additional environment variables.
- RunResult() - Constructor for class org.openrewrite.python.internal.PackageManagerExecutor.RunResult
S
- sample(SourceFile) - Method in class org.openrewrite.python.style.Autodetect.Detector
- setFactory(PythonRewriteRpc.Builder) - Static method in class org.openrewrite.python.rpc.PythonRewriteRpc
- setupCfg(String) - Static method in class org.openrewrite.python.Assertions
- setupCfg(String, String) - Static method in class org.openrewrite.python.Assertions
- setupCfg(String, String, Consumer<SourceSpec<PlainText>>) - Static method in class org.openrewrite.python.Assertions
- setupCfg(String, Consumer<SourceSpec<PlainText>>) - Static method in class org.openrewrite.python.Assertions
- SetupCfgParser - Class in org.openrewrite.python
-
Parser for setup.cfg files that delegates to
PlainTextParserand attaches aPythonResolutionResultmarker with dependency metadata resolved viauv pip install <projectDir>anduv pip freeze. - SetupCfgParser() - Constructor for class org.openrewrite.python.SetupCfgParser
- SetupCfgParser(Map<String, String>) - Constructor for class org.openrewrite.python.SetupCfgParser
- SetupCfgParser.Builder - Class in org.openrewrite.python
- shutdown() - Method in class org.openrewrite.python.rpc.PythonRewriteRpc
- shutdownCurrent() - Static method in class org.openrewrite.python.rpc.PythonRewriteRpc
- SINGLE - Enum constant in enum class org.openrewrite.python.marker.Quoted.Style
- SLICE_PREFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
- SLICE_START - Enum constant in enum class org.openrewrite.python.tree.PyRightPadded.Location
- SLICE_START_SUFFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
- SLICE_STEP - Enum constant in enum class org.openrewrite.python.tree.PyRightPadded.Location
- SLICE_STEP_SUFFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
- SLICE_STOP - Enum constant in enum class org.openrewrite.python.tree.PyRightPadded.Location
- SLICE_STOP_SUFFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
- SourceIndex() - Constructor for class org.openrewrite.python.marker.PythonResolutionResult.SourceIndex
- sourcePathFromSourceText(Path, String) - Method in class org.openrewrite.python.PipfileParser
- sourcePathFromSourceText(Path, String) - Method in class org.openrewrite.python.PyProjectTomlParser
- sourcePathFromSourceText(Path, String) - Method in class org.openrewrite.python.PythonParser
- sourcePathFromSourceText(Path, String) - Method in class org.openrewrite.python.RequirementsTxtParser
- sourcePathFromSourceText(Path, String) - Method in class org.openrewrite.python.SetupCfgParser
- SpaceBuilder() - Constructor for class org.openrewrite.python.tree.PySpace.SpaceBuilder
- spaces() - Static method in class org.openrewrite.python.style.IntelliJ
- SpacesStyle - Class in org.openrewrite.python.style
- SpacesStyle() - Constructor for class org.openrewrite.python.style.SpacesStyle
- SpacesStyle.AroundOperators - Class in org.openrewrite.python.style
- SpacesStyle.BeforeParentheses - Class in org.openrewrite.python.style
- SpacesStyle.Other - Class in org.openrewrite.python.style
- SpacesStyle.Within - Class in org.openrewrite.python.style
- SPECIAL_PARAMETER_PREFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
- STAR_PREFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
- STATEMENT_START - Enum constant in enum class org.openrewrite.python.tree.PySpace.IndentEndMode
- stripIndent(Space, String) - Static method in class org.openrewrite.python.tree.PySpace
- success(String) - Static method in class org.openrewrite.python.internal.LockFileRegeneration.Result
- SuppressNewline - Class in org.openrewrite.python.marker
- SuppressNewline() - Constructor for class org.openrewrite.python.marker.SuppressNewline
T
- tabsAndIndents() - Static method in class org.openrewrite.python.style.IntelliJ
- TabsAndIndentsStyle - Class in org.openrewrite.python.style
- TabsAndIndentsStyle() - Constructor for class org.openrewrite.python.style.TabsAndIndentsStyle
- TabsAndIndentsStyle.MethodDeclarationParameters - Class in org.openrewrite.python.style
- test(Cursor) - Method in class org.openrewrite.python.trait.PipfileFile.Matcher
- test(Cursor) - Method in class org.openrewrite.python.trait.PyProjectFile.Matcher
- test(Cursor) - Method in class org.openrewrite.python.trait.PythonDependencyFile.Matcher
- test(Cursor) - Method in class org.openrewrite.python.trait.RequirementsFile.Matcher
- timeout(Duration) - Method in class org.openrewrite.python.rpc.PythonRewriteRpc.Builder
- TOP_LEVEL_STATEMENT - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
- TOP_LEVEL_STATEMENT_SUFFIX - Enum constant in enum class org.openrewrite.python.tree.PyRightPadded.Location
- traceRpcMessages() - Method in class org.openrewrite.python.rpc.PythonRewriteRpc.Builder
- traceRpcMessages(boolean) - Method in class org.openrewrite.python.rpc.PythonRewriteRpc.Builder
- TRAILING_ELSE_WRAPPER_ELSE_BLOCK - Enum constant in enum class org.openrewrite.python.tree.PyLeftPadded.Location
- TRAILING_ELSE_WRAPPER_ELSE_BLOCK - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
- TRAILING_ELSE_WRAPPER_PREFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
- TRIPLE_DOUBLE - Enum constant in enum class org.openrewrite.python.marker.Quoted.Style
- TRIPLE_SINGLE - Enum constant in enum class org.openrewrite.python.marker.Quoted.Style
- TupleExceptClause - Class in org.openrewrite.python.marker
-
Marker indicating that a
J.Try.Catchwas written using the Python 2except E, e:comma form rather than the Python 3except E as e:form. - TupleExceptClause() - Constructor for class org.openrewrite.python.marker.TupleExceptClause
- TYPE_ALIAS_PREFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
- TYPE_ALIAS_VALUE - Enum constant in enum class org.openrewrite.python.tree.PyLeftPadded.Location
- TYPE_ALIAS_VALUE - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
- TYPE_HINT_PREFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
- TYPE_HINTED_EXPRESSION_PREFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
U
- unchanged() - Static method in class org.openrewrite.python.internal.PyProjectHelper.EditAndRegenerateResult
- UNION_ELEMENT_SUFFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
- UNION_TYPE_PREFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
- UNION_TYPE_TYPES - Enum constant in enum class org.openrewrite.python.tree.PyRightPadded.Location
- updateResolvedVersions(PythonResolutionResult, Map<String, String>) - Static method in interface org.openrewrite.python.trait.PythonDependencyFile
-
Update the resolved dependency versions in a marker to reflect version changes.
- UpgradeDependencyVersion - Class in org.openrewrite.python
-
Upgrade the version constraint for a dependency.
- UpgradeDependencyVersion() - Constructor for class org.openrewrite.python.UpgradeDependencyVersion
- UpgradeTransitiveDependencyVersion - Class in org.openrewrite.python
-
Pin a transitive dependency version using the strategy appropriate for the file type and package manager.
- UpgradeTransitiveDependencyVersion() - Constructor for class org.openrewrite.python.UpgradeTransitiveDependencyVersion
- UseContinuationIndent() - Constructor for class org.openrewrite.python.style.OtherStyle.UseContinuationIndent
- uv(Path, SourceSpecs...) - Static method in class org.openrewrite.python.Assertions
-
Sets up a Python project with dependencies installed for type attribution.
- Uv - Enum constant in enum class org.openrewrite.python.marker.PythonResolutionResult.PackageManager
- UV - Static variable in class org.openrewrite.python.internal.LockFileRegeneration
- UV - Static variable in class org.openrewrite.python.internal.PackageManagerExecutor
- uvLock(String) - Static method in class org.openrewrite.python.Assertions
- uvLock(String, Consumer<SourceSpec<Toml.Document>>) - Static method in class org.openrewrite.python.Assertions
- UvLockParser - Class in org.openrewrite.python.internal
-
Parses uv.lock files (TOML format) to extract resolved dependency information.
- UvLockParser() - Constructor for class org.openrewrite.python.internal.UvLockParser
V
- validate() - Method in class org.openrewrite.python.AddDependency
- validate() - Method in class org.openrewrite.python.RemoveDependency
- validate() - Method in class org.openrewrite.python.search.DependencyInsight
- validate() - Method in class org.openrewrite.python.UpgradeDependencyVersion
- valueOf(String) - Static method in enum class org.openrewrite.python.marker.PythonResolutionResult.PackageManager
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.openrewrite.python.marker.Quoted.Style
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.openrewrite.python.PythonParser.PythonLanguageLevel
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.openrewrite.python.tree.PyContainer.Location
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.openrewrite.python.tree.PyLeftPadded.Location
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.openrewrite.python.tree.PyRightPadded.Location
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.openrewrite.python.tree.PySpace.IndentEndMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.openrewrite.python.tree.PySpace.IndentStartMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.openrewrite.python.tree.PySpace.Location
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.openrewrite.python.marker.PythonResolutionResult.PackageManager
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.openrewrite.python.marker.Quoted.Style
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.openrewrite.python.PythonParser.PythonLanguageLevel
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.openrewrite.python.tree.PyContainer.Location
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.openrewrite.python.tree.PyLeftPadded.Location
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.openrewrite.python.tree.PyRightPadded.Location
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.openrewrite.python.tree.PySpace.IndentEndMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.openrewrite.python.tree.PySpace.IndentStartMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.openrewrite.python.tree.PySpace.Location
-
Returns an array containing the constants of this enum class, in the order they are declared.
- VARIABLE_SCOPE_NAME_SUFFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
- VARIABLE_SCOPE_NAMES - Enum constant in enum class org.openrewrite.python.tree.PyRightPadded.Location
- VARIABLE_SCOPE_PREFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
- version() - Method in enum class org.openrewrite.python.PythonParser.PythonLanguageLevel
- visit(Tree, RpcReceiveQueue) - Method in class org.openrewrite.python.internal.rpc.PythonReceiver
- visit(Tree, RpcSendQueue) - Method in class org.openrewrite.python.internal.rpc.PythonSender
- visitAnnotatedType(J.AnnotatedType, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitAnnotation(J.Annotation, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitArrayAccess(J.ArrayAccess, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitArrayDimension(J.ArrayDimension, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitArrayType(J.ArrayType, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitAssert(J.Assert, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitAssignment(J.Assignment, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitAssignmentOperation(J.AssignmentOperation, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitAsync(Py.Async, RpcReceiveQueue) - Method in class org.openrewrite.python.internal.rpc.PythonReceiver
- visitAsync(Py.Async, RpcSendQueue) - Method in class org.openrewrite.python.internal.rpc.PythonSender
- visitAsync(Py.Async, P) - Method in class org.openrewrite.python.internal.rpc.PythonValidator
- visitAsync(Py.Async, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitAsync(Py.Async, P) - Method in class org.openrewrite.python.PythonVisitor
- visitAwait(Py.Await, RpcReceiveQueue) - Method in class org.openrewrite.python.internal.rpc.PythonReceiver
- visitAwait(Py.Await, RpcSendQueue) - Method in class org.openrewrite.python.internal.rpc.PythonSender
- visitAwait(Py.Await, P) - Method in class org.openrewrite.python.internal.rpc.PythonValidator
- visitAwait(Py.Await, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitAwait(Py.Await, P) - Method in class org.openrewrite.python.PythonVisitor
- visitBinary(J.Binary, P) - Method in class org.openrewrite.python.internal.rpc.PythonValidator
- visitBinary(J.Binary, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitBinary(Py.Binary, RpcReceiveQueue) - Method in class org.openrewrite.python.internal.rpc.PythonReceiver
- visitBinary(Py.Binary, RpcSendQueue) - Method in class org.openrewrite.python.internal.rpc.PythonSender
- visitBinary(Py.Binary, P) - Method in class org.openrewrite.python.internal.rpc.PythonValidator
- visitBinary(Py.Binary, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitBinary(Py.Binary, P) - Method in class org.openrewrite.python.PythonVisitor
- visitBlock(J.Block, P) - Method in class org.openrewrite.python.internal.rpc.PythonValidator
- visitBlock(J.Block, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitBreak(J.Break, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitCase(J.Case, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitCatch(J.Try.Catch, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitChainedAssignment(Py.ChainedAssignment, RpcReceiveQueue) - Method in class org.openrewrite.python.internal.rpc.PythonReceiver
- visitChainedAssignment(Py.ChainedAssignment, RpcSendQueue) - Method in class org.openrewrite.python.internal.rpc.PythonSender
- visitChainedAssignment(Py.ChainedAssignment, P) - Method in class org.openrewrite.python.internal.rpc.PythonValidator
- visitChainedAssignment(Py.ChainedAssignment, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitChainedAssignment(Py.ChainedAssignment, P) - Method in class org.openrewrite.python.PythonVisitor
- visitClassDeclaration(J.ClassDeclaration, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitCollectionLiteral(Py.CollectionLiteral, RpcReceiveQueue) - Method in class org.openrewrite.python.internal.rpc.PythonReceiver
- visitCollectionLiteral(Py.CollectionLiteral, RpcSendQueue) - Method in class org.openrewrite.python.internal.rpc.PythonSender
- visitCollectionLiteral(Py.CollectionLiteral, P) - Method in class org.openrewrite.python.internal.rpc.PythonValidator
- visitCollectionLiteral(Py.CollectionLiteral, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitCollectionLiteral(Py.CollectionLiteral, P) - Method in class org.openrewrite.python.PythonVisitor
- visitCompilationUnit(Py.CompilationUnit, RpcReceiveQueue) - Method in class org.openrewrite.python.internal.rpc.PythonReceiver
- visitCompilationUnit(Py.CompilationUnit, RpcSendQueue) - Method in class org.openrewrite.python.internal.rpc.PythonSender
- visitCompilationUnit(Py.CompilationUnit, P) - Method in class org.openrewrite.python.internal.rpc.PythonValidator
- visitCompilationUnit(Py.CompilationUnit, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitCompilationUnit(Py.CompilationUnit, P) - Method in class org.openrewrite.python.PythonVisitor
- visitComprehensionClause(Py.ComprehensionExpression.Clause, RpcReceiveQueue) - Method in class org.openrewrite.python.internal.rpc.PythonReceiver
- visitComprehensionClause(Py.ComprehensionExpression.Clause, RpcSendQueue) - Method in class org.openrewrite.python.internal.rpc.PythonSender
- visitComprehensionClause(Py.ComprehensionExpression.Clause, P) - Method in class org.openrewrite.python.internal.rpc.PythonValidator
- visitComprehensionClause(Py.ComprehensionExpression.Clause, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitComprehensionClause(Py.ComprehensionExpression.Clause, P) - Method in class org.openrewrite.python.PythonVisitor
- visitComprehensionCondition(Py.ComprehensionExpression.Condition, RpcReceiveQueue) - Method in class org.openrewrite.python.internal.rpc.PythonReceiver
- visitComprehensionCondition(Py.ComprehensionExpression.Condition, RpcSendQueue) - Method in class org.openrewrite.python.internal.rpc.PythonSender
- visitComprehensionCondition(Py.ComprehensionExpression.Condition, P) - Method in class org.openrewrite.python.internal.rpc.PythonValidator
- visitComprehensionCondition(Py.ComprehensionExpression.Condition, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitComprehensionCondition(Py.ComprehensionExpression.Condition, P) - Method in class org.openrewrite.python.PythonVisitor
- visitComprehensionExpression(Py.ComprehensionExpression, RpcReceiveQueue) - Method in class org.openrewrite.python.internal.rpc.PythonReceiver
- visitComprehensionExpression(Py.ComprehensionExpression, RpcSendQueue) - Method in class org.openrewrite.python.internal.rpc.PythonSender
- visitComprehensionExpression(Py.ComprehensionExpression, P) - Method in class org.openrewrite.python.internal.rpc.PythonValidator
- visitComprehensionExpression(Py.ComprehensionExpression, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitComprehensionExpression(Py.ComprehensionExpression, P) - Method in class org.openrewrite.python.PythonVisitor
- visitContainer(JContainer<J2>, PyContainer.Location, P) - Method in class org.openrewrite.python.PythonVisitor
- visitContainer(JContainer<J2>, RpcReceiveQueue) - Method in class org.openrewrite.python.internal.rpc.PythonReceiver
- visitContainer(JContainer<J2>, RpcSendQueue) - Method in class org.openrewrite.python.internal.rpc.PythonSender
- visitContinue(J.Continue, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitControlParentheses(J.ControlParentheses<J2>, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitDeconstructionPattern(J.DeconstructionPattern, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitDel(Py.Del, RpcReceiveQueue) - Method in class org.openrewrite.python.internal.rpc.PythonReceiver
- visitDel(Py.Del, RpcSendQueue) - Method in class org.openrewrite.python.internal.rpc.PythonSender
- visitDel(Py.Del, P) - Method in class org.openrewrite.python.internal.rpc.PythonValidator
- visitDel(Py.Del, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitDel(Py.Del, P) - Method in class org.openrewrite.python.PythonVisitor
- visitDictLiteral(Py.DictLiteral, RpcReceiveQueue) - Method in class org.openrewrite.python.internal.rpc.PythonReceiver
- visitDictLiteral(Py.DictLiteral, RpcSendQueue) - Method in class org.openrewrite.python.internal.rpc.PythonSender
- visitDictLiteral(Py.DictLiteral, P) - Method in class org.openrewrite.python.internal.rpc.PythonValidator
- visitDictLiteral(Py.DictLiteral, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitDictLiteral(Py.DictLiteral, P) - Method in class org.openrewrite.python.PythonVisitor
- visitDoWhileLoop(J.DoWhileLoop, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitElse(J.If.Else, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitEmpty(J.Empty, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitEnumValue(J.EnumValue, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitEnumValueSet(J.EnumValueSet, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitErroneous(J.Erroneous, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitErrorFrom(Py.ErrorFrom, RpcReceiveQueue) - Method in class org.openrewrite.python.internal.rpc.PythonReceiver
- visitErrorFrom(Py.ErrorFrom, RpcSendQueue) - Method in class org.openrewrite.python.internal.rpc.PythonSender
- visitErrorFrom(Py.ErrorFrom, P) - Method in class org.openrewrite.python.internal.rpc.PythonValidator
- visitErrorFrom(Py.ErrorFrom, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitErrorFrom(Py.ErrorFrom, P) - Method in class org.openrewrite.python.PythonVisitor
- visitExceptionType(Py.ExceptionType, RpcReceiveQueue) - Method in class org.openrewrite.python.internal.rpc.PythonReceiver
- visitExceptionType(Py.ExceptionType, RpcSendQueue) - Method in class org.openrewrite.python.internal.rpc.PythonSender
- visitExceptionType(Py.ExceptionType, P) - Method in class org.openrewrite.python.internal.rpc.PythonValidator
- visitExceptionType(Py.ExceptionType, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitExceptionType(Py.ExceptionType, P) - Method in class org.openrewrite.python.PythonVisitor
- visitExpressionStatement(Py.ExpressionStatement, RpcReceiveQueue) - Method in class org.openrewrite.python.internal.rpc.PythonReceiver
- visitExpressionStatement(Py.ExpressionStatement, RpcSendQueue) - Method in class org.openrewrite.python.internal.rpc.PythonSender
- visitExpressionStatement(Py.ExpressionStatement, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitExpressionStatement(Py.ExpressionStatement, P) - Method in class org.openrewrite.python.PythonVisitor
- visitExpressionTypeTree(Py.ExpressionTypeTree, RpcReceiveQueue) - Method in class org.openrewrite.python.internal.rpc.PythonReceiver
- visitExpressionTypeTree(Py.ExpressionTypeTree, RpcSendQueue) - Method in class org.openrewrite.python.internal.rpc.PythonSender
- visitExpressionTypeTree(Py.ExpressionTypeTree, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitExpressionTypeTree(Py.ExpressionTypeTree, P) - Method in class org.openrewrite.python.PythonVisitor
- visitFieldAccess(J.FieldAccess, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitForControl(J.ForLoop.Control, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitForEachControl(J.ForEachLoop.Control, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitForEachLoop(J.ForEachLoop, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitForLoop(J.ForLoop, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitFormattedString(Py.FormattedString, RpcReceiveQueue) - Method in class org.openrewrite.python.internal.rpc.PythonReceiver
- visitFormattedString(Py.FormattedString, RpcSendQueue) - Method in class org.openrewrite.python.internal.rpc.PythonSender
- visitFormattedString(Py.FormattedString, P) - Method in class org.openrewrite.python.internal.rpc.PythonValidator
- visitFormattedString(Py.FormattedString, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitFormattedString(Py.FormattedString, P) - Method in class org.openrewrite.python.PythonVisitor
- visitFormattedStringValue(Py.FormattedString.Value, RpcReceiveQueue) - Method in class org.openrewrite.python.internal.rpc.PythonReceiver
- visitFormattedStringValue(Py.FormattedString.Value, RpcSendQueue) - Method in class org.openrewrite.python.internal.rpc.PythonSender
- visitFormattedStringValue(Py.FormattedString.Value, P) - Method in class org.openrewrite.python.internal.rpc.PythonValidator
- visitFormattedStringValue(Py.FormattedString.Value, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitFormattedStringValue(Py.FormattedString.Value, P) - Method in class org.openrewrite.python.PythonVisitor
- visitIdentifier(J.Identifier, P) - Method in class org.openrewrite.python.internal.rpc.PythonValidator
- visitIdentifier(J.Identifier, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitIf(J.If, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitImport(J.Import, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitInstanceOf(J.InstanceOf, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitIntersectionType(J.IntersectionType, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitKeyValue(Py.KeyValue, RpcReceiveQueue) - Method in class org.openrewrite.python.internal.rpc.PythonReceiver
- visitKeyValue(Py.KeyValue, RpcSendQueue) - Method in class org.openrewrite.python.internal.rpc.PythonSender
- visitKeyValue(Py.KeyValue, P) - Method in class org.openrewrite.python.internal.rpc.PythonValidator
- visitKeyValue(Py.KeyValue, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitKeyValue(Py.KeyValue, P) - Method in class org.openrewrite.python.PythonVisitor
- visitLabel(J.Label, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitLambda(J.Lambda, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitLeftPadded(JLeftPadded<T>, PyLeftPadded.Location, P) - Method in class org.openrewrite.python.PythonVisitor
- visitLeftPadded(JLeftPadded<T>, RpcReceiveQueue) - Method in class org.openrewrite.python.internal.rpc.PythonReceiver
- visitLeftPadded(JLeftPadded<T>, RpcReceiveQueue, Function<Object, T>) - Method in class org.openrewrite.python.internal.rpc.PythonReceiver
- visitLeftPadded(JLeftPadded<T>, RpcSendQueue) - Method in class org.openrewrite.python.internal.rpc.PythonSender
- visitLiteral(J.Literal, P) - Method in class org.openrewrite.python.internal.rpc.PythonValidator
- visitLiteral(J.Literal, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitLiteralType(Py.LiteralType, RpcReceiveQueue) - Method in class org.openrewrite.python.internal.rpc.PythonReceiver
- visitLiteralType(Py.LiteralType, RpcSendQueue) - Method in class org.openrewrite.python.internal.rpc.PythonSender
- visitLiteralType(Py.LiteralType, P) - Method in class org.openrewrite.python.internal.rpc.PythonValidator
- visitLiteralType(Py.LiteralType, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitLiteralType(Py.LiteralType, P) - Method in class org.openrewrite.python.PythonVisitor
- visitMatchCase(Py.MatchCase, RpcReceiveQueue) - Method in class org.openrewrite.python.internal.rpc.PythonReceiver
- visitMatchCase(Py.MatchCase, RpcSendQueue) - Method in class org.openrewrite.python.internal.rpc.PythonSender
- visitMatchCase(Py.MatchCase, P) - Method in class org.openrewrite.python.internal.rpc.PythonValidator
- visitMatchCase(Py.MatchCase, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitMatchCase(Py.MatchCase, P) - Method in class org.openrewrite.python.PythonVisitor
- visitMatchCasePattern(Py.MatchCase.Pattern, RpcReceiveQueue) - Method in class org.openrewrite.python.internal.rpc.PythonReceiver
- visitMatchCasePattern(Py.MatchCase.Pattern, RpcSendQueue) - Method in class org.openrewrite.python.internal.rpc.PythonSender
- visitMatchCasePattern(Py.MatchCase.Pattern, P) - Method in class org.openrewrite.python.internal.rpc.PythonValidator
- visitMatchCasePattern(Py.MatchCase.Pattern, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitMatchCasePattern(Py.MatchCase.Pattern, P) - Method in class org.openrewrite.python.PythonVisitor
- visitMemberReference(J.MemberReference, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitMethodDeclaration(J.MethodDeclaration, P) - Method in class org.openrewrite.python.format.PythonSpacesVisitor
- visitMethodDeclaration(J.MethodDeclaration, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitMethodInvocation(J.MethodInvocation, P) - Method in class org.openrewrite.python.internal.rpc.PythonValidator
- visitMethodInvocation(J.MethodInvocation, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitModifier(J.Modifier, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitMultiCatch(J.MultiCatch, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitMultiImport(Py.MultiImport, RpcReceiveQueue) - Method in class org.openrewrite.python.internal.rpc.PythonReceiver
- visitMultiImport(Py.MultiImport, RpcSendQueue) - Method in class org.openrewrite.python.internal.rpc.PythonSender
- visitMultiImport(Py.MultiImport, P) - Method in class org.openrewrite.python.internal.rpc.PythonValidator
- visitMultiImport(Py.MultiImport, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitMultiImport(Py.MultiImport, P) - Method in class org.openrewrite.python.PythonVisitor
- visitNamedArgument(Py.NamedArgument, RpcReceiveQueue) - Method in class org.openrewrite.python.internal.rpc.PythonReceiver
- visitNamedArgument(Py.NamedArgument, RpcSendQueue) - Method in class org.openrewrite.python.internal.rpc.PythonSender
- visitNamedArgument(Py.NamedArgument, P) - Method in class org.openrewrite.python.internal.rpc.PythonValidator
- visitNamedArgument(Py.NamedArgument, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitNamedArgument(Py.NamedArgument, P) - Method in class org.openrewrite.python.PythonVisitor
- visitNewArray(J.NewArray, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitNewClass(J.NewClass, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitNullableType(J.NullableType, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitPackage(J.Package, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitParameterizedType(J.ParameterizedType, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitParentheses(J.Parentheses<J2>, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitParenthesizedTypeTree(J.ParenthesizedTypeTree, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitPass(Py.Pass, RpcReceiveQueue) - Method in class org.openrewrite.python.internal.rpc.PythonReceiver
- visitPass(Py.Pass, RpcSendQueue) - Method in class org.openrewrite.python.internal.rpc.PythonSender
- visitPass(Py.Pass, P) - Method in class org.openrewrite.python.internal.rpc.PythonValidator
- visitPass(Py.Pass, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitPass(Py.Pass, P) - Method in class org.openrewrite.python.PythonVisitor
- visitPrimitive(J.Primitive, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitReturn(J.Return, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitRightPadded(JRightPadded<T>, PyRightPadded.Location, P) - Method in class org.openrewrite.python.PythonVisitor
- visitRightPadded(JRightPadded<T>, RpcReceiveQueue) - Method in class org.openrewrite.python.internal.rpc.PythonReceiver
- visitRightPadded(JRightPadded<T>, RpcSendQueue) - Method in class org.openrewrite.python.internal.rpc.PythonSender
- visitSlice(Py.Slice, RpcReceiveQueue) - Method in class org.openrewrite.python.internal.rpc.PythonReceiver
- visitSlice(Py.Slice, RpcSendQueue) - Method in class org.openrewrite.python.internal.rpc.PythonSender
- visitSlice(Py.Slice, P) - Method in class org.openrewrite.python.internal.rpc.PythonValidator
- visitSlice(Py.Slice, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitSlice(Py.Slice, P) - Method in class org.openrewrite.python.PythonVisitor
- visitSpace(Space, PySpace.Location, P) - Method in class org.openrewrite.python.PythonVisitor
- visitSpace(Space, RpcReceiveQueue) - Method in class org.openrewrite.python.internal.rpc.PythonReceiver
- visitSpace(Space, RpcSendQueue) - Method in class org.openrewrite.python.internal.rpc.PythonSender
- visitSpecialParameter(Py.SpecialParameter, RpcReceiveQueue) - Method in class org.openrewrite.python.internal.rpc.PythonReceiver
- visitSpecialParameter(Py.SpecialParameter, RpcSendQueue) - Method in class org.openrewrite.python.internal.rpc.PythonSender
- visitSpecialParameter(Py.SpecialParameter, P) - Method in class org.openrewrite.python.internal.rpc.PythonValidator
- visitSpecialParameter(Py.SpecialParameter, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitSpecialParameter(Py.SpecialParameter, P) - Method in class org.openrewrite.python.PythonVisitor
- visitStar(Py.Star, RpcReceiveQueue) - Method in class org.openrewrite.python.internal.rpc.PythonReceiver
- visitStar(Py.Star, RpcSendQueue) - Method in class org.openrewrite.python.internal.rpc.PythonSender
- visitStar(Py.Star, P) - Method in class org.openrewrite.python.internal.rpc.PythonValidator
- visitStar(Py.Star, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitStar(Py.Star, P) - Method in class org.openrewrite.python.PythonVisitor
- visitStatementExpression(Py.StatementExpression, RpcReceiveQueue) - Method in class org.openrewrite.python.internal.rpc.PythonReceiver
- visitStatementExpression(Py.StatementExpression, RpcSendQueue) - Method in class org.openrewrite.python.internal.rpc.PythonSender
- visitStatementExpression(Py.StatementExpression, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitStatementExpression(Py.StatementExpression, P) - Method in class org.openrewrite.python.PythonVisitor
- visitSwitch(J.Switch, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitSwitchExpression(J.SwitchExpression, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitSynchronized(J.Synchronized, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitTernary(J.Ternary, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitThrow(J.Throw, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitTrailingElseWrapper(Py.TrailingElseWrapper, RpcReceiveQueue) - Method in class org.openrewrite.python.internal.rpc.PythonReceiver
- visitTrailingElseWrapper(Py.TrailingElseWrapper, RpcSendQueue) - Method in class org.openrewrite.python.internal.rpc.PythonSender
- visitTrailingElseWrapper(Py.TrailingElseWrapper, P) - Method in class org.openrewrite.python.internal.rpc.PythonValidator
- visitTrailingElseWrapper(Py.TrailingElseWrapper, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitTrailingElseWrapper(Py.TrailingElseWrapper, P) - Method in class org.openrewrite.python.PythonVisitor
- visitTry(J.Try, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitTryResource(J.Try.Resource, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitType(JavaType, RpcReceiveQueue) - Method in class org.openrewrite.python.internal.rpc.PythonReceiver
- visitType(JavaType, RpcSendQueue) - Method in class org.openrewrite.python.internal.rpc.PythonSender
- visitTypeAlias(Py.TypeAlias, RpcReceiveQueue) - Method in class org.openrewrite.python.internal.rpc.PythonReceiver
- visitTypeAlias(Py.TypeAlias, RpcSendQueue) - Method in class org.openrewrite.python.internal.rpc.PythonSender
- visitTypeAlias(Py.TypeAlias, P) - Method in class org.openrewrite.python.internal.rpc.PythonValidator
- visitTypeAlias(Py.TypeAlias, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitTypeAlias(Py.TypeAlias, P) - Method in class org.openrewrite.python.PythonVisitor
- visitTypeCast(J.TypeCast, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitTypeHint(Py.TypeHint, RpcReceiveQueue) - Method in class org.openrewrite.python.internal.rpc.PythonReceiver
- visitTypeHint(Py.TypeHint, RpcSendQueue) - Method in class org.openrewrite.python.internal.rpc.PythonSender
- visitTypeHint(Py.TypeHint, P) - Method in class org.openrewrite.python.internal.rpc.PythonValidator
- visitTypeHint(Py.TypeHint, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitTypeHint(Py.TypeHint, P) - Method in class org.openrewrite.python.PythonVisitor
- visitTypeHintedExpression(Py.TypeHintedExpression, RpcReceiveQueue) - Method in class org.openrewrite.python.internal.rpc.PythonReceiver
- visitTypeHintedExpression(Py.TypeHintedExpression, RpcSendQueue) - Method in class org.openrewrite.python.internal.rpc.PythonSender
- visitTypeHintedExpression(Py.TypeHintedExpression, P) - Method in class org.openrewrite.python.internal.rpc.PythonValidator
- visitTypeHintedExpression(Py.TypeHintedExpression, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitTypeHintedExpression(Py.TypeHintedExpression, P) - Method in class org.openrewrite.python.PythonVisitor
- visitTypeParameter(J.TypeParameter, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitUnary(J.Unary, P) - Method in class org.openrewrite.python.internal.rpc.PythonValidator
- visitUnary(J.Unary, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitUnionType(Py.UnionType, RpcReceiveQueue) - Method in class org.openrewrite.python.internal.rpc.PythonReceiver
- visitUnionType(Py.UnionType, RpcSendQueue) - Method in class org.openrewrite.python.internal.rpc.PythonSender
- visitUnionType(Py.UnionType, P) - Method in class org.openrewrite.python.internal.rpc.PythonValidator
- visitUnionType(Py.UnionType, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitUnionType(Py.UnionType, P) - Method in class org.openrewrite.python.PythonVisitor
- visitUnknown(J.Unknown, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitUnknownSource(J.Unknown.Source, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitVariable(J.VariableDeclarations.NamedVariable, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitVariableDeclarations(J.VariableDeclarations, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitVariableScope(Py.VariableScope, RpcReceiveQueue) - Method in class org.openrewrite.python.internal.rpc.PythonReceiver
- visitVariableScope(Py.VariableScope, RpcSendQueue) - Method in class org.openrewrite.python.internal.rpc.PythonSender
- visitVariableScope(Py.VariableScope, P) - Method in class org.openrewrite.python.internal.rpc.PythonValidator
- visitVariableScope(Py.VariableScope, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitVariableScope(Py.VariableScope, P) - Method in class org.openrewrite.python.PythonVisitor
- visitWhileLoop(J.WhileLoop, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitWildcard(J.Wildcard, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitYield(J.Yield, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitYieldFrom(Py.YieldFrom, RpcReceiveQueue) - Method in class org.openrewrite.python.internal.rpc.PythonReceiver
- visitYieldFrom(Py.YieldFrom, RpcSendQueue) - Method in class org.openrewrite.python.internal.rpc.PythonSender
- visitYieldFrom(Py.YieldFrom, P) - Method in class org.openrewrite.python.internal.rpc.PythonValidator
- visitYieldFrom(Py.YieldFrom, P) - Method in class org.openrewrite.python.PythonIsoVisitor
- visitYieldFrom(Py.YieldFrom, P) - Method in class org.openrewrite.python.PythonVisitor
W
- withAddedDependencies(Map<String, String>, String, String) - Method in class org.openrewrite.python.trait.PipfileFile
- withAddedDependencies(Map<String, String>, String, String) - Method in class org.openrewrite.python.trait.PyProjectFile
- withAddedDependencies(Map<String, String>, String, String) - Method in interface org.openrewrite.python.trait.PythonDependencyFile
-
Add dependencies to the specified scope.
- withAddedDependencies(Map<String, String>, String, String) - Method in class org.openrewrite.python.trait.RequirementsFile
- withChangedDependency(String, String, String, String, String) - Method in class org.openrewrite.python.trait.PipfileFile
- withChangedDependency(String, String, String, String, String) - Method in class org.openrewrite.python.trait.PyProjectFile
- withChangedDependency(String, String, String, String, String) - Method in interface org.openrewrite.python.trait.PythonDependencyFile
-
Change a dependency to a different package.
- withChangedDependency(String, String, String, String, String) - Method in class org.openrewrite.python.trait.RequirementsFile
- withDependencySearchMarkers(Map<String, String>, String, String, ExecutionContext) - Method in class org.openrewrite.python.trait.PipfileFile
- withDependencySearchMarkers(Map<String, String>, String, String, ExecutionContext) - Method in class org.openrewrite.python.trait.PyProjectFile
- withDependencySearchMarkers(Map<String, String>, String, String, ExecutionContext) - Method in interface org.openrewrite.python.trait.PythonDependencyFile
-
Add search result markers for vulnerable dependencies.
- withDependencySearchMarkers(Map<String, String>, String, String, ExecutionContext) - Method in class org.openrewrite.python.trait.RequirementsFile
- Within() - Constructor for class org.openrewrite.python.style.SpacesStyle.Within
- withPinnedTransitiveDependencies(Map<String, String>, String, String) - Method in class org.openrewrite.python.trait.PipfileFile
- withPinnedTransitiveDependencies(Map<String, String>, String, String) - Method in class org.openrewrite.python.trait.PyProjectFile
- withPinnedTransitiveDependencies(Map<String, String>, String, String) - Method in interface org.openrewrite.python.trait.PythonDependencyFile
-
Pin transitive dependencies using the strategy appropriate for this file's package manager.
- withPinnedTransitiveDependencies(Map<String, String>, String, String) - Method in class org.openrewrite.python.trait.RequirementsFile
- withRemovedDependencies(Set<String>, String, String) - Method in class org.openrewrite.python.trait.PipfileFile
- withRemovedDependencies(Set<String>, String, String) - Method in class org.openrewrite.python.trait.PyProjectFile
- withRemovedDependencies(Set<String>, String, String) - Method in interface org.openrewrite.python.trait.PythonDependencyFile
-
Remove dependencies from the specified scope.
- withRemovedDependencies(Set<String>, String, String) - Method in class org.openrewrite.python.trait.RequirementsFile
- withUpgradedVersions(Map<String, String>, String, String) - Method in class org.openrewrite.python.trait.PipfileFile
- withUpgradedVersions(Map<String, String>, String, String) - Method in class org.openrewrite.python.trait.PyProjectFile
- withUpgradedVersions(Map<String, String>, String, String) - Method in interface org.openrewrite.python.trait.PythonDependencyFile
-
Upgrade version constraints for dependencies in the specified scope.
- withUpgradedVersions(Map<String, String>, String, String) - Method in class org.openrewrite.python.trait.RequirementsFile
- workingDirectory(Path) - Method in class org.openrewrite.python.rpc.PythonRewriteRpc.Builder
-
Set the working directory for the Python process.
- wrappingAndBraces() - Static method in class org.openrewrite.python.style.IntelliJ
- WrappingAndBracesStyle - Class in org.openrewrite.python.style
- WrappingAndBracesStyle() - Constructor for class org.openrewrite.python.style.WrappingAndBracesStyle
Y
- YIELD_FROM_PREFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
All Classes and Interfaces|All Packages