fitzzftw.patch.protocols.WhitespaceOptions

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

title: WhitespaceOptions
---
classDiagram
  Protocol <|-- WhitespaceOptions
    

Inheritage diagramm for WhitespaceOptions

class WhitespaceOptions[source]

Bases: Protocol

Specialized options for whitespace normalization rules.

Public Data Attributes:

normalize_whitespace

ignore_all_whitespace

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)