def script_name()

in scripts/run_examples.py [0:0]


def script_name() -> str:
    """:returns: script name with leading paths removed"""
    return os.path.split(sys.argv[0])[1]