Home
last modified time | relevance | path

Searched refs:comment_arrows_re (Results 1 – 2 of 2) sorted by relevance

/dports/games/py-pychess/pychess-1.0.2/lib/pychess/widgets/
H A DBoardView.py15 from pychess.Savers.pgn import comment_arrows_re, comment_circles_re
620 match = comment_arrows_re.search(child)
/dports/games/py-pychess/pychess-1.0.2/lib/pychess/Savers/
H A Dpgn.py74 comment_arrows_re = re.compile(r"\[%cal\s+((?:[RGBY]\w{4},?)+)\]") variable