Module paludis :: Class DepListOptions
[hide private]

Class DepListOptions

 object --+    
          |    
??.instance --+
              |
             DepListOptions

Parameters for a DepList.

Instance Methods [hide private]
 
__init__()
x.__init__(...) initializes x; see x.__class__.__doc__ 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__

Class Variables [hide private]
  __instance_size__ = 120
Properties [hide private]
  blocks
[rw] DepListBlocksOption
  circular
[rw] DepListCircularOption
  dependency_tags
[rw] bool
  downgrade
[rw] DepListDowngradeOption
  fall_back
[rw] DepListFallBackOption
  installed_deps_post
[rw] DepListDepsOption
  installed_deps_pre
[rw] DepListDepsOption
  installed_deps_runtime
[rw] DepListDepsOption
  new_slots
[rw] DepListNewSlotsOption
  reinstall
[rw] DepListReinstallOption
  reinstall_scm
[rw] DepListReinstallScmOption
  suggested
[rw] DepListSuggestedOption
  target_type
[rw] DepListTargetType
  uninstalled_deps_post
[rw] DepListDepsOption
  uninstalled_deps_pre
[rw] DepListDepsOption
  uninstalled_deps_runtime
[rw] DepListDepsOption
  uninstalled_deps_suggested
[rw] DepListDepsOption
  upgrade
[rw] DepListUpgradeOption
  use
[rw] DepListUseOption

Inherited from object: __class__

Method Details [hide private]

__init__()
(Constructor)

 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__

__reduce__(...)

 

helper for pickle

Overrides: object.__reduce__
(inherited documentation)

Property Details [hide private]

blocks

[rw] DepListBlocksOption

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

circular

[rw] DepListCircularOption

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

dependency_tags

[rw] bool

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

downgrade

[rw] DepListDowngradeOption

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

fall_back

[rw] DepListFallBackOption

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

installed_deps_post

[rw] DepListDepsOption

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

installed_deps_pre

[rw] DepListDepsOption

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

installed_deps_runtime

[rw] DepListDepsOption

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

new_slots

[rw] DepListNewSlotsOption

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

reinstall

[rw] DepListReinstallOption

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

reinstall_scm

[rw] DepListReinstallScmOption

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

suggested

[rw] DepListSuggestedOption

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

target_type

[rw] DepListTargetType

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

uninstalled_deps_post

[rw] DepListDepsOption

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

uninstalled_deps_pre

[rw] DepListDepsOption

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

uninstalled_deps_runtime

[rw] DepListDepsOption

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

uninstalled_deps_suggested

[rw] DepListDepsOption

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

upgrade

[rw] DepListUpgradeOption

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

use

[rw] DepListUseOption

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