Ben Kurtovic 10 лет назад
Родитель
Сommit
ae542e640c
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      bitshift/parser/python.py

+ 1
- 1
bitshift/parser/python.py Просмотреть файл

@@ -111,7 +111,7 @@ class _CachedWalker(ast.NodeVisitor):

if isinstance(node.func, ast.Name):
name = node.func.id
elif isinstance(node.func, ast.Attr):
elif isinstance(node.func, ast.Attribute):
name = node.func.attr
else: # Dynamically selected functions, etc:
return


Загрузка…
Отмена
Сохранить