LAL 7.7.0.1-eeff03c
lal.pipeline.DeepCopyableConfigParser Class Reference

Detailed Description

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)
 

Member Function Documentation

◆ __deepcopy__()

def lal.pipeline.DeepCopyableConfigParser.__deepcopy__ (   self,
  memo 
)

Definition at line 3130 of file pipeline.py.