Module paludis :: Class FetchActionOptions
[hide private]

Class FetchActionOptions

 object --+    
          |    
??.instance --+
              |
             FetchActionOptions

Options for FetchAction.

Instance Methods [hide private]
 
__init__(exclude_unmirrorable, fetch_uneeded, safe_resume)
x.__init__(...) initializes x; see help(type(x)) for signature
 
__reduce__(...)
helper for pickle

Inherited from unreachable.instance: __new__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]
  exclude_unmirrorable
[rw] bool
  safe_resume
[rw] bool

Inherited from object: __class__

Method Details [hide private]

__init__(exclude_unmirrorable, fetch_uneeded, safe_resume)
(Constructor)

 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__

__reduce__(...)

 

helper for pickle

Overrides: object.__reduce__
(inherited documentation)

Property Details [hide private]

exclude_unmirrorable

[rw] bool

Get Method:
unreachable(...)
Set Method:
unreachable(...)

safe_resume

[rw] bool

Get Method:
unreachable(...)
Set Method:
unreachable(...)