fitzzftw.patch.protocols.CommonOptions

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

title: CommonOptions
---
classDiagram
  Protocol <|-- CommonOptions
    

Inheritage diagramm for CommonOptions

class CommonOptions[source]

Bases: Protocol

Global framework options for logging and execution mode.

Public Data Attributes:

verbose

dry_run

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)