10 lines
216 B
Python
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: ...
|