mirror of
https://github.com/weechat/weechat.git
synced 2026-06-25 12:26:40 +02:00
16 lines
796 B
Plaintext
16 lines
796 B
Plaintext
//
|
||
// This file is auto-generated by script docgen.py.
|
||
// DO NOT EDIT BY HAND!
|
||
//
|
||
* [[option_python.look.check_license]] *python.look.check_license*
|
||
** description: pass:none[vérifier la licence des scripts quand ils sont chargés : si la licence est différente de la licence de l'extension, un avertissement est affiché]
|
||
** type: booléen
|
||
** valeurs: on, off
|
||
** valeur par défaut: `+off+`
|
||
|
||
* [[option_python.look.eval_keep_context]] *python.look.eval_keep_context*
|
||
** description: pass:none[keep context between two calls to /python eval (or info "python_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower]
|
||
** type: booléen
|
||
** valeurs: on, off
|
||
** valeur par défaut: `+on+`
|