This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.
Python developer mode The Python Development Mode introduces additional runtime checks that are too expensive to be enabled by default. It should not be more verbose than the default if the code is correct; new warnings are only emitted when an issue is detected.
It can be enabled using the -X dev command line option or by setting the PYTHONDEVMODE environment variable to 1.
Some of the…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.