This website requires JavaScript.
Explore
Help
Sign In
Mirror
/
zulip
mirror of
https://github.com/zulip/zulip.git
Watch
1
Star
0
Fork
You've already forked zulip
0
Code
Issues
Projects
Releases
Wiki
Activity
01540b45b0
zulip
/
zerver
/
lib
/
pysa.py
8 lines
95 B
Python
Raw
Blame
History
from
typing
import
TypeVar
T
=
TypeVar
(
"
T
"
)
def
mark_sanitized
(
arg
:
T
)
-
>
T
:
return
arg
Reference in New Issue
View Git Blame
Copy Permalink