Demonstrates the differences between the methods for importing modules : Import « Language Basics « Python






Demonstrates the differences between the methods for importing modules

Demonstrates the differences between the methods for importing modules
import types 
print types.FunctionType                                


           
       

Related examples in the same category

1.Import enclosing moduleImport enclosing module
2.Import a packageImport a package