ScolaSync  5.1
Référence de l'espace de nommage src.scolasync

Fonctions

def run
 Le lancement de l'application. Plus de détails...
 

Variables

dictionary licence = {}
 
string licenceEn
 
string licenceFr
 

Documentation des fonctions

def src.scolasync.run (   debugger = False,
  callback = lambda x: print(x) 
)

Le lancement de l'application.

Paramètres
debuggers'il est vrai, un bouton de débogage est ajouté
callbackune fonction de rappel à un paramètre (qui sera la fenêtre principale, le cas échéant)

Définition à la ligne 147 du fichier scolasync.py.

Documentation des variables

dictionary src.scolasync.licence = {}

Définition à la ligne 84 du fichier scolasync.py.

string src.scolasync.licenceEn
Valeur initiale :
1 = """
2  scolasync version %s:
3 
4  a program to manage file transfers between a computer and a collection
5  of USB sticks.
6 
7  Copyright (C) 2010-2012 Georges Khaznadar <georgesk@ofset.org>
8 
9  This program is free software: you can redistribute it and/or modify
10  it under the terms of the GNU General Public License as published by
11  the Free Software Foundation, either version 3 of the License, or
12  (at your option) any later version.
13 
14  This program is distributed in the hope that it will be useful,
15  but WITHOUT ANY WARRANTY; without even the implied warranty of
16  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17  GNU General Public License for more details.
18 
19  You should have received a copy of the GNU General Public License
20  along with this program. If not, see <http://www.gnu.org/licenses/>.
21 """

Définition à la ligne 85 du fichier scolasync.py.

string src.scolasync.licenceFr
Valeur initiale :
1 = """
2  scolasync version %s :
3 
4  un programme pour gérer des transferts de fichiers entre un
5  ordinateur et une collection de clés USB.
6 
7  Copyright (C) 2010-2012 Georges Khaznadar <georgesk@ofset.org>
8 
9  Ce projet est un logiciel libre : vous pouvez le redistribuer, le
10  modifier selon les terme de la GPL (GNU Public License) dans les
11  termes de la Free Software Foundation concernant la version 3 ou
12  plus de la dite licence.
13 
14  Ce programme est fait avec l'espoir qu'il sera utile mais SANS
15  AUCUNE GARANTIE. Lisez la licence pour plus de détails.
16 
17  <http://www.gnu.org/licenses/>.
18 """

Définition à la ligne 108 du fichier scolasync.py.