start
Recherche
Voici les résultats de votre recherche.
Résultats plein texte: pyinvoke @python 5 Occurrences trouvées , Dernière modification: il y a 8 ans fichier //tasks.py//.
//tasks.py//
<code python>
from invoke import task
@task
def remove_all(ctx):
... mple complet d'ordonnancement ====
<code python>
from invoke import task
@task
def clean_workdir(ctx):... s'assurer que //build/doc// existe
<code python>
from invoke import task
import os
import shutil
from mako.template import Template
work_dirname = '/tmp/pro keep_fork_in_sync @git 3 Occurrences trouvées , Dernière modification: il y a 8 ans RNAME/YOUR-FORKED-REPO.git
</code>
2. Add remote from original repository in your forked repository:
<... /github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM .git
git fetch upstream
</code>
3. Updating your fork from original repo to keep up with their changes:
<co decorateurs @python 2 Occurrences trouvées , Dernière modification: il y a 7 ans [https://pabloariasal.github.io/python-decorators-from -the-ground-up/|https://pabloariasal.github.io/python-decorators-from -the-ground-up/ ]]
optimisation_python @python 1 Occurrences trouvées , Dernière modification: il y a 8 ans /numba
TBD: Expliquer le contexte
<code python>
from numba import jit
@jit
def ma_function_a_optimise cossou @people 1 Occurrences trouvées , Dernière modification: il y a 8 ans
ps aux | grep "python"
</code>
===== find login from UID (or inversely) =====
<code>
getent passwd|gr
start.txt · Dernière modification: 2017/08/30 17:03 par marc dexet