Module object

Report a typo

What will each of these module object values return?

Match the items from left and right columns
module.parent
module.children
module.path
module.filename
returns parent module that uses current module
returns current file path without the filename
returns child modules of the current module
returns the filename of the current module
___

Create a free account to access the full topic