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

Extension of comparison options to include file-level strip counts.

Public Data Attributes:

strip_count

Inherited from HunkCompareOptions

ignore_blank_lines

ignore_all_space

ignore_space_change

Public 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_impl

Inherited from HunkCompareOptions

_is_protocol

_abc_impl

Inherited from Protocol

_is_protocol

_is_runtime_protocol

_abc_impl


__init__(*args, **kwargs)