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?
|
feedback
|
|
You can get the name of the current module using The module reference can be found in the See the Python documentation | |||||||
feedback
|
|
If you have a class in that module, then the | |||
|
feedback
|