module documentation

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

Function find_spec Undocumented
Function get_frozen_object Undocumented
Function get_module Undocumented
Constant C_BUILTIN Undocumented
Constant C_EXTENSION Undocumented
Constant PY_COMPILED Undocumented
Constant PY_FROZEN Undocumented
Constant PY_SOURCE Undocumented
def find_spec(module, paths): (source)

Undocumented

def get_frozen_object(module, paths=None): (source)

Undocumented

def get_module(module, paths, info): (source)

Undocumented

C_BUILTIN: int = (source)

Undocumented

Value
6
C_EXTENSION: int = (source)

Undocumented

Value
3
PY_COMPILED: int = (source)

Undocumented

Value
2
PY_FROZEN: int = (source)

Undocumented

Value
7
PY_SOURCE: int = (source)

Undocumented

Value
1