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

Module GangaList'

source code

Classes [hide private]
  GangaList
This is a Ganga.GPI.GangaList implementation class.
  GangaListIter
Simple wrapper around the listiterator
Functions [hide private]
 
decorateListEntries(entries, typename) source code
 
makeGangaList(_list, mapfunction=None, parent=None)
Should be used for makeing full gangalists
source code
 
makeGangaListByRef(_list)
Faster version of makeGangaList.
source code
 
stripGangaList(_list)
Gets the underlying list of non-proxy objects
source code
Variables [hide private]
  __package__ = 'Ganga.GPIDev.Lib.GangaList'
  allComponentFilters = _ComponentFilterManager()
  allPlugins = PluginManager()
Function Details [hide private]

makeGangaListByRef(_list)

source code 

Faster version of makeGangaList. Does not make a copy of _list but use it by reference.