Module paludis :: Class DepListOptions
[show private | hide private]
[frames | no frames]

Type DepListOptions

object --+    
         |    
  instance --+
             |
            DepListOptions


Parameters for a DepList.
Method Summary
  __init__()
__init__()
  __reduce__(...)
    Inherited from instance
  __new__(T, S, ...)
T.__new__(S, ...) -> a new object with type S, a subtype of T
    Inherited from object
  __delattr__(...)
x.__delattr__('name') <==> del x.name
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  __hash__(x)
x.__hash__() <==> hash(x)
  __reduce_ex__(...)
helper for pickle
  __repr__(x)
x.__repr__() <==> repr(x)
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value
  __str__(x)
x.__str__() <==> str(x)

Property Summary
  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

Class Variable Summary
int __instance_size__ = 112                                                                   

Method Details

__init__()
(Constructor)

__init__()
Overrides:
__builtin__.object.__init__

Property Details

blocks

[rw] DepListBlocksOption
Get Method:
<Boost.Python.function object at 0x1786a...
Set Method:
<Boost.Python.function object at 0x17869...

circular

[rw] DepListCircularOption
Get Method:
<Boost.Python.function object at 0x1786a...
Set Method:
<Boost.Python.function object at 0x17869...

dependency_tags

[rw] bool
Get Method:
<Boost.Python.function object at 0x1786a...
Set Method:
<Boost.Python.function object at 0x17869...

downgrade

[rw] DepListDowngradeOption
Get Method:
<Boost.Python.function object at 0x1786a...
Set Method:
<Boost.Python.function object at 0x17869...

fall_back

[rw] DepListFallBackOption
Get Method:
<Boost.Python.function object at 0x1786a...
Set Method:
<Boost.Python.function object at 0x17869...

installed_deps_post

[rw] DepListDepsOption
Get Method:
<Boost.Python.function object at 0x1786a...
Set Method:
<Boost.Python.function object at 0x17869...

installed_deps_pre

[rw] DepListDepsOption
Get Method:
<Boost.Python.function object at 0x1786a...
Set Method:
<Boost.Python.function object at 0x17869...

installed_deps_runtime

[rw] DepListDepsOption
Get Method:
<Boost.Python.function object at 0x1786a...
Set Method:
<Boost.Python.function object at 0x17869...

new_slots

[rw] DepListNewSlotsOption
Get Method:
<Boost.Python.function object at 0x1786a...
Set Method:
<Boost.Python.function object at 0x17869...

reinstall

[rw] DepListReinstallOption
Get Method:
<Boost.Python.function object at 0x1786a...
Set Method:
<Boost.Python.function object at 0x17869...

reinstall_scm

[rw] DepListReinstallScmOption
Get Method:
<Boost.Python.function object at 0x1786a...
Set Method:
<Boost.Python.function object at 0x17869...

suggested

[rw] DepListSuggestedOption
Get Method:
<Boost.Python.function object at 0x1786a...
Set Method:
<Boost.Python.function object at 0x17869...

target_type

[rw] DepListTargetType
Get Method:
<Boost.Python.function object at 0x1786a...
Set Method:
<Boost.Python.function object at 0x17869...

uninstalled_deps_post

[rw] DepListDepsOption
Get Method:
<Boost.Python.function object at 0x1786a...
Set Method:
<Boost.Python.function object at 0x17869...

uninstalled_deps_pre

[rw] DepListDepsOption
Get Method:
<Boost.Python.function object at 0x1786a...
Set Method:
<Boost.Python.function object at 0x17869...

uninstalled_deps_runtime

[rw] DepListDepsOption
Get Method:
<Boost.Python.function object at 0x1786a...
Set Method:
<Boost.Python.function object at 0x17869...

uninstalled_deps_suggested

[rw] DepListDepsOption
Get Method:
<Boost.Python.function object at 0x1786a...
Set Method:
<Boost.Python.function object at 0x17869...

upgrade

[rw] DepListUpgradeOption
Get Method:
<Boost.Python.function object at 0x1786a...
Set Method:
<Boost.Python.function object at 0x17869...

use

[rw] DepListUseOption
Get Method:
<Boost.Python.function object at 0x1786a...
Set Method:
<Boost.Python.function object at 0x17869...

Class Variable Details

__instance_size__

Type:
int
Value:
112                                                                   

Generated by Epydoc 2.1 on Mon Aug 4 19:40:19 2008 http://epydoc.sf.net