update
This commit is contained in:
parent
aa0b8fd999
commit
e03a8d7fd1
1807 changed files with 333694 additions and 0 deletions
8
.venv/lib/python3.11/site-packages/markupsafe/_native.py
Normal file
8
.venv/lib/python3.11/site-packages/markupsafe/_native.py
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
def _escape_inner(s: str, /) -> str:
|
||||
return (
|
||||
s.replace("&", "&")
|
||||
.replace(">", ">")
|
||||
.replace("<", "<")
|
||||
.replace("'", "'")
|
||||
.replace('"', """)
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue