Home
last modified time | relevance | path

Searched defs:tags (Results 1 – 1 of 1) sorted by relevance

/libuv/tools/
H A Dmake_dist_html.py100 def group_for(tags): argument
115 tags = subprocess.check_output(['git', 'tag'], text=True) variable
116 tags = [tag for tag in tags.split('\n') if tag.startswith('v')] variable

Completed in 6 milliseconds