mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-20 13:23:24 -07:00
Add MarkupSafe-2.0.1
This commit is contained in:
parent
7d74869316
commit
08faff47ce
5 changed files with 711 additions and 0 deletions
9
lib/markupsafe/_speedups.pyi
Normal file
9
lib/markupsafe/_speedups.pyi
Normal file
|
@ -0,0 +1,9 @@
|
|||
from typing import Any
|
||||
from typing import Optional
|
||||
|
||||
from . import Markup
|
||||
|
||||
def escape(s: Any) -> Markup: ...
|
||||
def escape_silent(s: Optional[Any]) -> Markup: ...
|
||||
def soft_str(s: Any) -> str: ...
|
||||
def soft_unicode(s: Any) -> str: ...
|
Loading…
Add table
Add a link
Reference in a new issue