Package Ganga :: Package GPIDev :: Package Lib :: Package GangaList :: Module GangaList' :: Class GangaList :: Class _proxyClass
[hide private]
[frames] | no frames]

Class _proxyClass

source code

    object --+    
             |    
GPIProxyObject --+
                 |
                Lib.GangaList.GangaList'.GangaList._proxyClass

Documentation missing.

Properties:

Nested Classes [hide private]
  _impl
This is a Ganga.GPI.GangaList implementation class.
Instance Methods [hide private]
 
__add__(...) source code
 
__contains__(...) source code
 
__delitem__(...) source code
 
__delslice__(...) source code
 
__eq__(...) source code
 
__ge__(...) source code
 
__getitem__(...) source code
 
__getslice__(...) source code
 
__gt__(...) source code
 
__hash__(...)
hash(x)
source code
 
__iadd__(...) source code
 
__imul__(...) source code
 
__init__(self, *args, **kwds)
GPI GangaList object constructor: GangaList() : create gangalist with default settings; GangaList(g) : make a copy of g; GangaList(g,x=a,...): make a copy of g and set property 'x' to a, etc..
source code
 
__iter__(...) source code
 
__le__(...) source code
 
__len__(...) source code
 
__lt__(...) source code
 
__mul__(...) source code
 
__ne__(...) source code
 
__radd__(...) source code
 
__repr__(self)
Return an short representation of GangaList object.
source code
 
__reversed__(...) source code
 
__rmul__(...) source code
 
__setattr__(self, x, v)
Set a property of GangaList with consistency and safety checks.
source code
 
__setitem__(...) source code
 
__setslice__(...) source code
 
__str__(self)
Return a printable string representing GangaList object as a tree of properties.
source code
 
append(...) source code
 
copy(self)
Make an identical copy of self.
source code
 
count(...) source code
 
extend(...) source code
 
index(...) source code
 
insert(...) source code
 
pop(...) source code
 
remove(...) source code
 
reverse(...) source code
 
sort(...) source code

Inherited from object: __delattr__, __format__, __getattribute__, __new__, __reduce__, __reduce_ex__, __sizeof__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__hash__(...)
(Hashing function)

source code 

hash(x)

Overrides: object.__hash__
(inherited documentation)

__init__(self, *args, **kwds)
(Constructor)

source code 

GPI GangaList object constructor: GangaList() : create gangalist with default settings; GangaList(g) : make a copy of g; GangaList(g,x=a,...): make a copy of g and set property 'x' to a, etc..

Overrides: object.__init__

__repr__(self)
(Representation operator)

source code 

Return an short representation of GangaList object.

Overrides: object.__repr__

__setattr__(self, x, v)

source code 

Set a property of GangaList with consistency and safety checks. Setting a [protected] or a unexisting property raises AttributeError.

Overrides: object.__setattr__

__str__(self)
(Informal representation operator)

source code 

Return a printable string representing GangaList object as a tree of properties.

Overrides: object.__str__