Searched refs:PatchStream (Results 1 – 3 of 3) sorted by relevance
21 from patman.patchstream import PatchStream510 pstrm = PatchStream.process_text(text)524 pstrm = PatchStream.process_text(text)537 pstrm = PatchStream.process_text(text)547 pstrm = PatchStream.process_text(text)557 pstrm = PatchStream.process_text(text)566 pstrm = PatchStream.process_text(text)577 pstrm = PatchStream.process_text(text)602 pstrm = PatchStream.process_text(text)1118 pstrm = PatchStream.process_text(text, True)
68 class PatchStream: class115 pstrm = PatchStream(Series())711 pst = PatchStream(series, is_log=True)744 pst = PatchStream(series, is_log=True)770 pst = PatchStream(series)
20 from patman.patchstream import PatchStream293 pstrm = PatchStream.process_text(data['content'], True)303 pstrm = PatchStream.process_text(comment['content'], True)
Completed in 11 milliseconds