1
0
forked from VimPlug/jedi

Move get_node() to tree_node and replace all the custom classdefs/funcdefs.

This commit is contained in:
Dave Halter
2017-01-05 23:43:12 +01:00
parent b44f0aae5d
commit ae8e43d3c7
24 changed files with 90 additions and 99 deletions

View File

@@ -33,7 +33,7 @@ def test_fake_loading():
def test_fake_docstr():
assert compiled.create(_evaluator(), next).get_node().raw_doc == next.__doc__
assert compiled.create(_evaluator(), next).tree_node.raw_doc == next.__doc__
def test_parse_function_doc_illegal_docstr():