fix docstrings with evaluator stuff

This commit is contained in:
Dave Halter
2013-12-25 18:31:42 +01:00
parent d86f180d2e
commit f039bc3fc9
3 changed files with 5 additions and 8 deletions
+1 -3
View File
@@ -255,12 +255,10 @@ class Evaluator(object):
r = func.var.params[r.position_nr]
# add docstring knowledge
"""
doc_params = docstrings.follow_param(r) TODO ENABLE
doc_params = docstrings.follow_param(self, r)
if doc_params:
res_new += doc_params
continue
"""
if not r.is_generated:
res_new += dynamic.search_params(self, r)