black/blib2to3/pgen2/literals.pyi
2018-03-14 12:55:32 -07:00

10 lines
216 B
Python

# Stubs for lib2to3.pgen2.literals (Python 3.6)
from typing import Dict, Match, Text
simple_escapes: Dict[Text, Text]
def escape(m: Match) -> Text: ...
def evalString(s: Text) -> Text: ...
def test() -> None: ...