__builtin__.execfile()¶
-
__builtin__.execfile(filename[, globals[, locals]])¶ Read and execute a Python script from a file. The globals and locals are dictionaries, defaulting to the current globals and locals. If only globals is given, locals defaults to it.