1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

Merge pull request #22651 from mshabunin:script-doc

ts: basic documentation for utility scripts
This commit is contained in:
Maksim Shabunin
2022-10-20 14:11:02 +03:00
committed by GitHub
parent e309a06b47
commit c0a84dcc85
14 changed files with 223 additions and 3 deletions
+3
View File
@@ -1,5 +1,8 @@
#!/usr/bin/env python
""" Parse XML test log file.
This module serves as utility for other scripts.
"""
from __future__ import print_function
import collections
import re