Remove the old Leave class.

This commit is contained in:
Dave Halter
2014-10-09 11:02:03 +02:00
parent c7c222daab
commit 140320143a
2 changed files with 4 additions and 47 deletions

View File

@@ -5,6 +5,10 @@ from jedi.parser.pgen2 import Driver
def test_basic():
def compare(string):
"""Generates the AST object and then regenerates the code."""
return d.parse_string(string).get_code() == string
#if self.options["print_function"]:
# python_grammar = pygram.python_grammar_no_print_statement
#else: