Pymecavideo 8.0
Étude cinématique à l'aide de vidéos
|
dbg.py, a module for pymecavideo: a program to track moving points in a video frameset Plus de détails...
Fonctions membres publiques | |
def | __init__ (self, verbosite) |
def | p (self, niveau, msg) |
affiche un message si la verbosité est suffisante Plus de détails... | |
def | __str__ (self) |
Renvoie une chaîne lisible pour les humains. Plus de détails... | |
Attributs publics | |
verbosite | |
dbg.py, a module for pymecavideo: a program to track moving points in a video frameset
Copyright (C) 2007 Jean-Baptiste Butet ashas.nosp@m.hiwa.nosp@m.@gmai.nosp@m.l.co.nosp@m.m Copyright (C) 2023 Georges Khaznadar georg.nosp@m.esk@.nosp@m.debia.nosp@m.n.or.nosp@m.g
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
def src.dbg.Dbg.__str__ | ( | self | ) |
def src.dbg.Dbg.p | ( | self, | |
niveau, | |||
msg | |||
) |
affiche un message si la verbosité est suffisante
Définition à la ligne 33 du fichier dbg.py.
Références src.dbg.Dbg.verbosite.
src.dbg.Dbg.verbosite |
Définition à la ligne 28 du fichier dbg.py.
Référencé par src.dbg.Dbg.p().