Deprecated: Use of MediaWiki\Parser\ParserOutput::getText was deprecated in MediaWiki 1.42. [Called from SMW\MediaWiki\Hooks\OutputPageParserOutput::getParserOutput in /home/jltryoen/www/MediaWiki/extensions/SemanticMediaWiki/src/MediaWiki/Hooks/OutputPageParserOutput.php at line 161] in /home/jltryoen/www/MediaWiki/includes/debug/MWDebug.php on line 386
Python — La FAQ de JLT

Python

<keywords content="python"/>

Import de modules

_temp = __import__('spam.ham', globals(), locals(), ['eggs',
 'sausage'], -1)
     eggs = _temp.eggs
     saus = _temp.sausage


Compilation

python -O -m compileall <directory>

Liens externes