Package flumotion :: Package common :: Module python
[hide private]

Module python

source code

forward compatibility with future python versions


Version: $Rev$

Functions [hide private]
 
from_iterable(...)
chain.from_iterable(iterable) --> chain object
source code
Variables [hide private]
  __pychecker__ = 'no-shadowbuiltin'
  __package__ = 'flumotion.common'
Function Details [hide private]

from_iterable(...)

source code 

chain.from_iterable(iterable) --> chain object

Alternate chain() contructor taking a single iterable argument that evaluates lazily.