mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-21 05:43:22 -07:00
parent
eb18b24bd6
commit
2916749360
5 changed files with 373 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