Python Module Internal Representation and Introspection: Difference between revisions
Jump to navigation
Jump to search
Line 8: | Line 8: | ||
All module instances are represented internally as instances of the <code>module</code> | All module instances are represented internally as instances of the <code>module</code> | ||
=Attributes= | |||
==<tt>__file__</tt>== |
Revision as of 01:52, 4 January 2023
Internal
Overview
The module Class
All module instances are represented internally as instances of the module