/
niceSOFT
/
swig
Обзор
Документация
Войти
/
niceSOFT
/
swig
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Examples/test-suite/errors/swig_pythoncode_bad3.i
7 строк
154 B
William S Fulton
Improve python code indentation warning / error messages
30 июл 2015, 10:26
30 июл 2015, 10:26
e69cc0c
Код
Авторство
О чём код?
%module xxx %pythoncode %{ def extra(): print "extra a" # indentation is 2 spaces then tab print "extra b" # indentation is tab then 2 spaces %}