Adding minor doc update.
This commit is contained in:
parent
dd937cdcd3
commit
a5b4ddd1e9
1 changed files with 2 additions and 1 deletions
|
|
@ -778,7 +778,8 @@ def mod_import(module):
|
|||
|
||||
def all_from_module(module):
|
||||
"""
|
||||
Return all global-level variables from a module as a dict
|
||||
Return all global-level variables from a module as a dict.
|
||||
Ignores modules and variable names starting with an underscore.
|
||||
"""
|
||||
mod = mod_import(module)
|
||||
if not mod:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue