#!/usr/bin/env python3 """ Fonctions de traitement des actions lors d'une impulsion """ import inspect def stocker(): print(inspect.getframeinfo(inspect.currentframe()).function," non encore fonctionnel") def créer_graphe(): print(inspect.getframeinfo(inspect.currentframe()).function," non encore fonctionnel")