예제 #1
0
 def GetObj(self, Content):
     Obj = _DecLibraryclass(FileContent('dummy', Content.splitlines()))
     Obj._RawData.CurrentLine = Obj._RawData.GetNextLine()
     return Obj
예제 #2
0
 def GetObj(self, Content):
     Obj = _DecLibraryclass(FileContent('dummy', Content.splitlines()))
     Obj._RawData.CurrentLine = Obj._RawData.GetNextLine()
     return Obj