/usr/lib64/python2.6/site-packages/numpy/distutils/tests/f2py_ext/src
Edit: /usr/lib64/python2.6/site-packages/numpy/distutils/tests/f2py_ext/src/fib2.pyf (242B)
! -*- f90 -*-
python module fib2
interface
subroutine fib(a,n)
real*8 dimension(n),intent(out),depend(n) :: a
integer intent(in) :: n
end subroutine fib
end interface
end python module fib2