Skip to main content

with_improvement

Method
This is a method of the ReflectionOutput class in the extras module.
Create with improved output

Signature

def with_improvement(
        original: impl Into<String>,
        reflection: impl Into<String>,
        improved: impl Into<String>,
    ) -> Self

Parameters

original
impl Into<String>
required
No description available.
reflection
impl Into<String>
required
No description available.
improved
impl Into<String>
required
No description available.

Returns

Returns
Self
The result of the operation.