Esempio n. 1
0
 def parseindex(self, data, inline):
     # call the C implementation to parse the index data
     index, cache = parsers.parse_index2(data, inline)
     return index, None, cache
Esempio n. 2
0
 def parseindex(self, data, inline):
     # call the C implementation to parse the index data
     index, cache = parsers.parse_index2(data, inline)
     return index, getattr(index, 'nodemap', None), cache
Esempio n. 3
0
 def parseindex(self, data, inline):
     # call the C implementation to parse the index data
     index, cache = parsers.parse_index2(data, inline)
     return index, None, cache
Esempio n. 4
0
 def parseindex(self, data, inline):
     # call the C implementation to parse the index data
     index, cache = parsers.parse_index2(data, inline)
     return index, getattr(index, 'nodemap', None), cache