Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
admin
/
installer
/
css
/
sass
/
sym404
/
root
/
usr
/
local
/
lib64
/
python3.6
/
site-packages
/
scipy
/
special
:
basic.py
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
# Deprecated in SciPy 1.4 from ._basic import * from warnings import warn as _warn _warn( 'scipy.special.basic is deprecated, ' 'import directly from scipy.special instead', category=DeprecationWarning, stacklevel=2 )