Trees | Indices | Help |
|
---|
|
1 2 ################################################################################ 3 # Warning: Deprecation mode 4 # This code will be deleted by ... June 7th 2010 5 ################################################################################ 6 7 8 from EDVerbose import EDVerbose 9 _strDeprecate = "Deprecation by Monday 7th June 2010 of EDList, called "11 """ 12 Interface for EDList objects. 13 """2515 EDVerbose.WARNING(_strDeprecate + "init") 16 # ALObject.__init__(self) 17 list.__init__(self) 18 for i in _oList: 19 self.append(i)20 21
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Jun 20 03:53:32 2014 | http://epydoc.sourceforge.net |