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/b/a/babelsubs-HEAD/babelsubs/tests/test_storage.py babelsubs(Download)
def _components(expression, hours, minutes, seconds, fraction): match = storage.TIME_EXPRESSION_CLOCK_TIME.match(expression) self.assertTrue(match) self.assertEquals(int(match.groupdict()['hours']), hours) self.assertEquals(int(match.groupdict()['minutes']), minutes)