Enhanced complex concepts handling

This commit is contained in:
2020-01-11 08:03:35 +01:00
parent a62c1f0f13
commit 40416ac337
24 changed files with 1647 additions and 961 deletions
+2 -1
View File
@@ -92,7 +92,8 @@ class DefConceptNode(DefaultParserNode):
if isinstance(prop_value, ReturnValueConcept) and isinstance(prop_value.body,
ParserResultConcept) and hasattr(
prop_value.body.body, "ast_"):
asts[part_key] = prop_value.body.body.ast_
asts[part_key] = prop_value
#asts[part_key] = prop_value.body.body.ast_
return asts