Searched refs:replyIndexPath (Results 1 – 1 of 1) sorted by relevance
12 def parseReply(replyIndexPath): argument13 replyDir, _ = os.path.split(replyIndexPath)17 with open(replyIndexPath, 'r') as indexFile: