Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(1) | Call(1) | Derive(0) | Import(0)
src/t/i/timeparser-0.7.4/timeparser.py timeparser(Download)
#don't use set to keep the order str_fmts = self._get_formats_for_string() all_fmts = self._get_all() self.extend([f for f in str_fmts if f in all_fmts])