Usted buscó: variable scope python (Español - Inglés)

Español

Traductor

variable scope python

Traductor

Inglés

Traductor
Traductor

Traduce al momento textos, documentos y pistas de voz con Lara

¡Traducir ahora!

Contribuciones humanas

De traductores profesionales, empresas, páginas web y repositorios de traducción de libre uso.

Añadir una traducción

Español

Inglés

Información

Español

cuando un fichero es incluido, el código que contiene hereda la variable scope de la linea en donde el include ocurre.

Inglés

when a file is included, the code it contains inherits the variable scope of the line on which the include occurs.

Última actualización: 2018-02-13
Frecuencia de uso: 1
Calidad:

Español

this is not strictly speaking the same thing as include() ing the file and having it inherit the parent file's variable scope; the script is actually being run on the remote server and the result is then being included into the local script.

Inglés

return.php ?php $var = 'php'; return $var;? noreturn.php ?php $var = 'php';? testreturns.php ?php $foo = include'return.php'; echo $foo; / / prints'php' $bar = include'noreturn.php'; echo $bar; / / prints 1?

Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:

Español

when a file is include() ed, the code it contains inherits the variable scope of the line on which the include() when a file is include() ed, the code it contains inherits the variable scope of the line on which the include() occurs.

Inglés

it is possible to execute a return() it is possible to execute a return() statement inside an included file in order to terminate processing in that file and return to the script which called it.

Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:

Español

en contraposición al modelo de desarrollo económico de henry ford, especialmente proclive a las economías de escala (scale economics) la especialización flexible fomenta las "eco­nomías de objetivos variables" (scope economics).

Inglés

whereas the fordist model of economic development favoured economies of scale, flexible specialisation, by contrast, promotes economies of scope.

Última actualización: 2014-02-06
Frecuencia de uso: 1
Calidad:

Advertencia: contiene formato HTML invisible

Se han ocultado algunas traducciones humanas de escasa relevancia para esta búsqueda.
Mostrar los resultados de escasa relevancia para esta búsqueda.

Obtenga una traducción de calidad con
8,784,707,278 contribuciones humanas

Usuarios que están solicitando ayuda en este momento:



Utilizamos cookies para mejorar nuestros servicios. Al continuar navegando está aceptando su uso. Más información. De acuerdo