CofeehousePy/deps/numpy/doc/source/f2py/var.pyf

12 lines
212 B
Plaintext

! -*- f90 -*-
python module var
usercode '''
int BAR = 5;
'''
interface
usercode '''
PyDict_SetItemString(d,"BAR",PyInt_FromLong(BAR));
'''
end interface
end python module