Python Module sys: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 7: Line 7:
=Overview=
=Overview=
This module provides access to some variables used or maintained by the interpreter and to functions that interact strongly with the interpreter.
This module provides access to some variables used or maintained by the interpreter and to functions that interact strongly with the interpreter.
=Variables=
====<tt>sys.modules</tt>====

Revision as of 02:04, 8 July 2022

External

Internal

Overview

This module provides access to some variables used or maintained by the interpreter and to functions that interact strongly with the interpreter.

Variables

sys.modules