GRAYBYTE WORDPRESS FILE MANAGER5756

Server IP : 198.54.121.189 / Your IP : 216.73.216.112
System : Linux premium69.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
PHP Version : 7.4.33
Disable Function : NONE
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Directory : /opt/alt/python34/lib/python3.4/site-packages/setuptools/
Upload Files :
Current_dir [ Not Writeable ] Document_root [ Writeable ]

Command :


Current File : /opt/alt/python34/lib/python3.4/site-packages/setuptools//extension.py
import sys
import distutils.core
import distutils.extension

from setuptools.dist import _get_unpatched

_Extension = _get_unpatched(distutils.core.Extension)

def have_pyrex():
    """
    Return True if Cython or Pyrex can be imported.
    """
    pyrex_impls = 'Cython.Distutils.build_ext', 'Pyrex.Distutils.build_ext'
    for pyrex_impl in pyrex_impls:
        try:
            # from (pyrex_impl) import build_ext
            __import__(pyrex_impl, fromlist=['build_ext']).build_ext
            return True
        except Exception:
            pass
    return False


class Extension(_Extension):
    """Extension that uses '.c' files in place of '.pyx' files"""

    def __init__(self, *args, **kw):
        _Extension.__init__(self, *args, **kw)
        if not have_pyrex():
            self._convert_pyx_sources_to_c()

    def _convert_pyx_sources_to_c(self):
        "convert .pyx extensions to .c"
        def pyx_to_c(source):
            if source.endswith('.pyx'):
                source = source[:-4] + '.c'
            return source
        self.sources = list(map(pyx_to_c, self.sources))

class Library(Extension):
    """Just like a regular Extension, but built as a library instead"""

distutils.core.Extension = Extension
distutils.extension.Extension = Extension
if 'distutils.command.build_ext' in sys.modules:
    sys.modules['distutils.command.build_ext'].Extension = Extension

[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
April 17 2024 17:09:54
root / linksafe
0755
__pycache__
--
March 03 2024 22:37:27
root / linksafe
0755
command
--
March 03 2024 22:37:27
root / linksafe
0755
__init__.py
3.239 KB
November 13 2023 21:21:17
root / linksafe
0644
archive_util.py
6.446 KB
November 13 2023 21:21:17
root / linksafe
0644
compat.py
2.496 KB
November 13 2023 21:21:17
root / linksafe
0644
depends.py
6.075 KB
November 13 2023 21:21:17
root / linksafe
0644
dist.py
31.785 KB
November 13 2023 21:21:17
root / linksafe
0644
extension.py
1.371 KB
November 13 2023 21:21:17
root / linksafe
0644
lib2to3_ex.py
1.951 KB
November 13 2023 21:21:17
root / linksafe
0644
package_index.py
38.013 KB
November 13 2023 21:21:17
root / linksafe
0644
py26compat.py
0.421 KB
November 13 2023 21:21:17
root / linksafe
0644
py27compat.py
0.299 KB
November 13 2023 21:21:17
root / linksafe
0644
py31compat.py
0.387 KB
November 13 2023 21:21:17
root / linksafe
0644
sandbox.py
9.76 KB
November 13 2023 21:21:17
root / linksafe
0644
script template (dev).py
0.304 KB
November 13 2023 21:21:17
root / root
0644
script template.py
0.159 KB
November 13 2023 21:21:17
root / root
0644
site-patch.py
2.361 KB
November 13 2023 21:21:17
root / linksafe
0644
ssl_support.py
7.483 KB
November 13 2023 21:21:17
root / linksafe
0644
svn_utils.py
17.43 KB
November 13 2023 21:21:17
root / linksafe
0644
version.py
0.02 KB
November 13 2023 21:21:17
root / linksafe
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025
CONTACT ME
Static GIF