OpenQuizz
Une application de gestion des contenus pédagogiques
|
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 | |
Re-implementation of find_module and get_frozen_object from the deprecated imp module.
def setuptools._imp.find_module | ( | module, | |
paths = None |
|||
) |
Just like 'imp.find_module()', but with package support
def setuptools._imp.find_spec | ( | module, | |
paths | |||
) |
def setuptools._imp.get_frozen_object | ( | module, | |
paths = None |
|||
) |
def setuptools._imp.get_module | ( | module, | |
paths, | |||
info | |||
) |
C_BUILTIN |
C_EXTENSION |
PY_COMPILED |
PY_FROZEN |
PY_SOURCE |