fix some of the dynamic bugs

This commit is contained in:
David Halter
2013-02-17 23:23:57 +04:30
parent 108f395670
commit 4e102e25e6
2 changed files with 41 additions and 31 deletions

View File

@@ -555,8 +555,7 @@ def follow_statement(stmt, seek_name=None):
def follow_call_list(call_list, follow_array=False):
"""
The call_list has a special structure.
This can be either `pr.Array` or `list of list`.
`call_list` can be either `pr.Array` or `list of list`.
It is used to evaluate a two dimensional object, that has calls, arrays and
operators in it.
"""