Created starter files for the project.
This commit is contained in:
commit
73f0c0db42
1992 changed files with 769897 additions and 0 deletions
6
venv/Lib/site-packages/pip/_vendor/toml/common.py
Normal file
6
venv/Lib/site-packages/pip/_vendor/toml/common.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
# content after the \
|
||||
escapes = ['0', 'b', 'f', 'n', 'r', 't', '"']
|
||||
# What it should be replaced by
|
||||
escapedchars = ['\0', '\b', '\f', '\n', '\r', '\t', '\"']
|
||||
# Used for substitution
|
||||
escape_to_escapedchars = dict(zip(_escapes, _escapedchars))
|
Loading…
Add table
Add a link
Reference in a new issue