gdesk.utils.funccom module¶
Function tools.
- gdesk.utils.funccom.find_nested_func(parent, child_name, globs, closure=None)¶
Find nested funcion.
Return the function named <child_name> that is defined inside a <parent> function Returns None if nonexistent