fitzzftw.patch.protocols.FtwPatchApplyOptions

        ---
config:
  height: 300px
  width: 300px

title: FtwPatchApplyOptions
---
classDiagram
  BackupOptions <|-- FtwPatchApplyOptions
  DiffCodeOptions <|-- FtwPatchApplyOptions
    

Inheritage diagramm for FtwPatchApplyOptions

class FtwPatchApplyOptions[source]

Bases: DiffCodeOptions, BackupOptions

Combined protocol for the core patch application logic.

Public Data Attributes:

Inherited from DiffCodeOptions

strip_count

Inherited from HunkCompareOptions

ignore_blank_lines

ignore_all_space

ignore_space_change

Inherited from BackupOptions

backup

backup_ext

backup_path

dt_now

Public Methods:

__subclasshook__(other)

Abstract classes can override this to customize issubclass().

Inherited from DiffCodeOptions

__subclasshook__(other)

Abstract classes can override this to customize issubclass().

Inherited from HunkCompareOptions

__subclasshook__(other)

Abstract classes can override this to customize issubclass().

__init__(*args, **kwargs)

Inherited from BackupOptions

__subclasshook__(other)

Abstract classes can override this to customize issubclass().

__init__(*args, **kwargs)

Inherited from Protocol

__init_subclass__(*args, **kwargs)

Function to initialize subclasses.

Inherited from Generic

__class_getitem__

Parameterizes a generic class.

__init_subclass__

Function to initialize subclasses.

Private Data Attributes:

_is_protocol

_abc_impl

Inherited from DiffCodeOptions

_is_protocol

_abc_impl

Inherited from HunkCompareOptions

_is_protocol

_abc_impl

Inherited from BackupOptions

_is_protocol

_abc_impl

Inherited from Protocol

_is_protocol

_is_runtime_protocol

_abc_impl


__init__(*args, **kwargs)