How can I get a reference to a module from within that module? Also, how can I get a reference to the package containing that module?
|
2
|
|
|
|
|
|
|
||
|
|
|
|
You can get the name of the current module using The module reference can be found in the See the Python documentation |
|||
|
|
If you have a class in that module, then the |
||
|
|
