Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

import * meaning in python

from <module_name> import *

# this represent importing all of the exposed functions and classes into your namespace
# so if you use a name same as a function in that module. Errors and incompatabalities occurs
 
PREVIOUS NEXT
Tagged: #import #meaning #python
ADD COMMENT
Topic
Name
4+4 =