class documentation

class ModuleType(enum.Enum): (source)

View In Hierarchy

Python module types used for ModuleSpec.

Constant C_BUILTIN Undocumented
Constant C_EXTENSION Undocumented
Constant PKG_DIRECTORY Undocumented
Constant PY_CODERESOURCE Undocumented
Constant PY_COMPILED Undocumented
Constant PY_FROZEN Undocumented
Constant PY_NAMESPACE Undocumented
Constant PY_RESOURCE Undocumented
Constant PY_SOURCE Undocumented
Constant PY_ZIPMODULE Undocumented
C_BUILTIN = (source)

Undocumented

Value
enum.auto()
C_EXTENSION = (source)

Undocumented

Value
enum.auto()
PKG_DIRECTORY = (source)

Undocumented

Value
enum.auto()
PY_CODERESOURCE = (source)

Undocumented

Value
enum.auto()
PY_COMPILED = (source)

Undocumented

Value
enum.auto()
PY_FROZEN = (source)

Undocumented

Value
enum.auto()
PY_NAMESPACE = (source)

Undocumented

Value
enum.auto()
PY_RESOURCE = (source)

Undocumented

Value
enum.auto()
PY_SOURCE = (source)

Undocumented

Value
enum.auto()
PY_ZIPMODULE = (source)

Undocumented

Value
enum.auto()