SourceEdits

SourceEdits(lang: ‘str’ = ‘py’, include_tests: ‘bool’ = False, paths: ‘str | None’ = None)

Usage

Source

SourceEdits(
    lang="py",
    include_tests=False,
    paths=None,
)

Parameter Attributes

lang: str = "py"
include_tests: bool = False
paths: str | None = None