fitzzftw.patch.protocols.HunkCompareOptions

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

title: HunkCompareOptions
---
classDiagram
  Protocol <|-- HunkCompareOptions
    

Inheritage diagramm for HunkCompareOptions

class HunkCompareOptions[source]

Bases: Protocol

Interface for options governing how hunks are compared during matching.

Public Data Attributes:

ignore_blank_lines

ignore_all_space

ignore_space_change

Public Methods:

__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 Protocol

_is_protocol

_is_runtime_protocol

_abc_impl


__init__(*args, **kwargs)