Exemplo n.º 1
0
 def GetObj(self, Content):
     Obj = _DecGuid(FileContent('dummy', Content.splitlines()))
     Obj._RawData.CurrentLine = Obj._RawData.GetNextLine()
     Obj._RawData.CurrentScope = [('guids'.upper(), 'COMMON')]
     return Obj
Exemplo n.º 2
0
 def GetObj(self, Content):
     Obj = _DecGuid(FileContent('dummy', Content.splitlines()))
     Obj._RawData.CurrentLine = Obj._RawData.GetNextLine()
     Obj._RawData.CurrentScope = [('guids'.upper(), 'COMMON')]
     return Obj