argparse.Namespace¶
-
class
argparse.Namespace(**kwargs)[source]¶ Simple object for storing attributes.
Implements equality by attribute names and values, and provides a simple string representation.
Methods¶
__contains__(key) |
|
__eq__(other) |
|
__format__ |
default object formatter |
__init__(**kwargs) |
|
__ne__(other) |
|
__new__((S, ...) |
|
__reduce__ |
helper for pickle |
__reduce_ex__ |
helper for pickle |
__repr__() |
|
__sizeof__(() -> int) |
size of object in memory, in bytes |
__subclasshook__ |
Abstract classes can override this to customize issubclass(). |
_get_args() |
|
_get_kwargs() |