runfile ('V:\Trainingswissenschaft\Horst\Gait - XAI - Clinical\explaining-deep-gait-classification-master\python\gait_experiments.py', args='-d ./data ...
def my_decorator(func): def wrapper(*args, **kwargs): # ← Can accept any arguments! print("Before processing") result = func(*args, **kwargs) # Pass them through ...