https://github.com/xflr6/graphviz
Revision 9723fd6e85734f2f9ef1f319a5c7c2954d35606c authored by Sebastian Bank on 10 April 2022, 10:02:10 UTC, committed by Sebastian Bank on 10 April 2022, 10:02:10 UTC
- follow-up 02ea50e4790a8ebc50d9c212298b669de0e3eb1d
1 parent 4ac5a25
Raw File
Tip revision: 9723fd6e85734f2f9ef1f319a5c7c2954d35606c authored by Sebastian Bank on 10 April 2022, 10:02:10 UTC
fix literal escapes
Tip revision: 9723fd6
.gitignore
*.py[co]
__pycache__/

/MANIFEST
/build/
/dist/
/docs/_build/
/docs/_doctest/
/*.egg-info/
/*.egg
/.eggs/

/.venv/
/.pytest_cache/
/.tox/
/htmlcov/
/.coverage
/test-log.txt

Thumbs.db

.ipynb_checkpoints/

/doctest-output/
/test-output/

/examples/*.gv
/examples/*.pdf
/examples/*.svg
back to top