[SciPy-dev] vonmises_cython exposes all of numpy to np.lookfor

josef.pktd at gmail.com josef.pktd at gmail.com
Tue Nov 18 19:10:36 EST 2008


vonmises_cython exposes all of numpy to np.lookfor

It looks like there is no __all__ in vonmises_cython, instead it
exports np, scipy and
__builtins__ which seems to confuse np.lookfor

>>> dir(stats.vonmises_cython)
['__builtins__', '__doc__', '__file__', '__name__', 'i0', 'np', 'numpy', 'scipy'
, 'von_mises_cdf', 'von_mises_cdf_normalapprox']

Josef



More information about the SciPy-Dev mailing list