OpenQuizz
Une application de gestion des contenus pédagogiques
setuptools._imp Namespace Reference

Functions

def find_spec (module, paths)
 
def find_module (module, paths=None)
 
def get_frozen_object (module, paths=None)
 
def get_module (module, paths, info)
 

Variables

 PY_SOURCE
 
 PY_COMPILED
 
 C_EXTENSION
 
 C_BUILTIN
 
 PY_FROZEN
 

Detailed Description

Re-implementation of find_module and get_frozen_object
from the deprecated imp module.

Function Documentation

◆ find_module()

def setuptools._imp.find_module (   module,
  paths = None 
)
Just like 'imp.find_module()', but with package support

◆ find_spec()

def setuptools._imp.find_spec (   module,
  paths 
)

◆ get_frozen_object()

def setuptools._imp.get_frozen_object (   module,
  paths = None 
)

◆ get_module()

def setuptools._imp.get_module (   module,
  paths,
  info 
)

Variable Documentation

◆ C_BUILTIN

C_BUILTIN

◆ C_EXTENSION

C_EXTENSION

◆ PY_COMPILED

PY_COMPILED

◆ PY_FROZEN

PY_FROZEN

◆ PY_SOURCE

PY_SOURCE