Jelle Zijlstra
2017-05-25 19:39:15 -07:00
committed by Matthias Kramm
parent 3ed17cdb49
commit aeb19baa84

View File

@@ -1,7 +1,7 @@
# Stubs for symtable (Python 2 and 3)
import sys
from typing import List, Sequence, Tuple
from typing import List, Sequence, Tuple, Text
def symtable(code: Text, filename: Text, compile_type: Text) -> SymbolTable: ...
class SymbolTable(object):
def get_type(self) -> str: ...