shadowImport
shadowImport(l_symbols[t_namespace] ) =>t
Description
Adds symbols to the namespace shadow list. By default, all warnings related to namespaces are suppressed in the shadowImport function.
Arguments
Value Returned
|
The symbols are successfully added to the namespace shadow list. |
Examples
shadowImport('(methods::drawPolygon))
=> t
Related Topics
Return to top