VT
* [new branch] master -> maste
rSize: a a a
VT
* [new branch] master -> maste
rVT
* [new branch] slave -> slave
DF
AP
DF
AP
AP
DF
AP
DF
AP
VT
AP
DF
VG
DF
DF
SZ
DF
AP
Python 3.8.5 (default, Jan 27 2021, 15:41:15)
[GCC 9.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import re
>>> fname = "i2c_screen.c"
>>> re.match(r"\.(c|cc|cpp|cxx)$", fname, re.IGNORECASE) is not None
False
>>>