fitzzftw.patch.protocols.WhitespaceOptions¶
---
config:
height: 300px
width: 300px
title: WhitespaceOptions
---
classDiagram
Protocol <|-- WhitespaceOptions
Inheritage diagramm for WhitespaceOptions¶
- class WhitespaceOptions[source]¶
Bases:
ProtocolSpecialized options for whitespace normalization rules.
Public Data Attributes:
normalize_whitespaceignore_all_whitespacePublic 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)¶