Files
django-stubs/django/utils/translation/template.pyi
2018-07-29 18:27:46 +03:00

4 lines
103 B
Python

def blankout(src: str, char: str) -> str: ...
def templatize(src: str, origin: str = ...) -> str: ...