importlib.machinery.BYTECODE_SUFFIXES
A list of strings representing the recognized file suffixes for bytecode modules (including the leading dot).
New in version 3.3.
Changed in version 3.5: The value is no longer dependent on __debug__
.
importlib.machinery.BYTECODE_SUFFIXES
A list of strings representing the recognized file suffixes for bytecode modules (including the leading dot).
New in version 3.3.
Changed in version 3.5: The value is no longer dependent on __debug__
.
Please login to continue.