fitzzftw.patch.protocols.ArgParsOptions¶
---
config:
height: 300px
width: 300px
title: ArgParsOptions
---
classDiagram
CommonOptions <|-- ArgParsOptions
FtwPatchApplyOptions <|-- ArgParsOptions
WhitespaceOptions <|-- ArgParsOptions
Inheritage diagramm for ArgParsOptions¶
- class ArgParsOptions[source]¶
Bases:
FtwPatchApplyOptions,WhitespaceOptions,CommonOptionsComprehensive protocol representing all CLI-provided arguments.
This acts as the master interface for the main application controller.
Public Data Attributes:
patch_filetarget_directoryInherited from
DiffCodeOptionsstrip_countInherited from
HunkCompareOptionsignore_blank_linesignore_all_spaceignore_space_changeInherited from
BackupOptionsbackupbackup_extbackup_pathdt_nowInherited from
WhitespaceOptionsnormalize_whitespaceignore_all_whitespaceInherited from
CommonOptionsverbosedry_runPublic Methods:
__subclasshook__(other)Abstract classes can override this to customize issubclass().
Inherited from
FtwPatchApplyOptions__subclasshook__(other)Abstract classes can override this to customize issubclass().
Inherited from
DiffCodeOptions__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
BackupOptions__subclasshook__(other)Abstract classes can override this to customize issubclass().
__init__(*args, **kwargs)Inherited from
WhitespaceOptions__subclasshook__(other)Abstract classes can override this to customize issubclass().
__init__(*args, **kwargs)Inherited from
CommonOptions__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
FtwPatchApplyOptions_is_protocol_abc_implInherited from
DiffCodeOptions_is_protocol_abc_implInherited from
HunkCompareOptions_is_protocol_abc_implInherited from
BackupOptions_is_protocol_abc_implInherited from
WhitespaceOptions_is_protocol_abc_implInherited from
CommonOptions_is_protocol_abc_implInherited from
Protocol_is_protocol_is_runtime_protocol_abc_impl
- __init__(*args, **kwargs)¶