Trouvez l'emplacement d'une classe à Python
import inspect
inspect.getfile(C.__class__)
Happy Herring
import inspect
inspect.getfile(C.__class__)
import sys, os
os.path.abspath(sys.modules[LocationArtifact.__module__].__file__)