fitzzftw.patch.protocols.DiffCodeOptions¶
---
config:
height: 300px
width: 300px
title: DiffCodeOptions
---
classDiagram
HunkCompareOptions <|-- DiffCodeOptions
Protocol <|-- DiffCodeOptions
Inheritage diagramm for DiffCodeOptions¶
- class DiffCodeOptions[source]¶
Bases:
HunkCompareOptions,ProtocolExtension of comparison options to include file-level strip counts.
Public Data Attributes:
strip_countInherited from
HunkCompareOptionsignore_blank_linesignore_all_spaceignore_space_changePublic Methods:
__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
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
HunkCompareOptions_is_protocol_abc_implInherited from
Protocol_is_protocol_is_runtime_protocol_abc_impl
- __init__(*args, **kwargs)¶