The standard SafeConfigParser no longer supports deepcopy() as of python 2.7 (see http://bugs.python.org/issue16058).
This subclass restores that functionality.
Definition at line 3129 of file pipeline.py.
Inherits configparser.ConfigParser.
Public Member Functions | |
def | __deepcopy__ (self, memo) |
def lal.pipeline.DeepCopyableConfigParser.__deepcopy__ | ( | self, | |
memo | |||
) |
Definition at line 3130 of file pipeline.py.