Current File : //proc/self/root/proc/self/root/usr/share/doc/numpy-1.7.1/docs-f2py/usersguide/var.pyf
! -*- f90 -*-
python module var
usercode '''
int BAR = 5;
'''
interface
usercode '''
PyDict_SetItemString(d,"BAR",PyInt_FromLong(BAR));
'''
end interface
end python module