OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:re_duration
(Results
1 - 1
of
1
) sorted by null
/packages/providers/CalendarProvider/
maketests.py
96
re_duration
= DURATION.match(s)
variable
97
if
re_duration
:
98
duration =
re_duration
.group(1)
Completed in 707 milliseconds