fitzzftw.patch.protocols.HunkCompareOptions¶
---
config:
height: 300px
width: 300px
title: HunkCompareOptions
---
classDiagram
Protocol <|-- HunkCompareOptions
Inheritage diagramm for HunkCompareOptions¶
- class HunkCompareOptions[source]¶
Bases:
ProtocolInterface for options governing how hunks are compared during matching.
Public Data Attributes:
ignore_blank_linesignore_all_spaceignore_space_changePublic 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_implInherited from
Protocol_is_protocol_is_runtime_protocol_abc_impl
- __init__(*args, **kwargs)¶