All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Lib.test.except_in_raising_code.py Maven / Gradle / Ivy

There is a newer version: 2.7.1.1
Show newest version
def test():
    print noname

def foo():
    try:
        test()
    except ValueError:
        raise RuntimeError("Accessing a undefined name should raise a NameError")




© 2015 - 2025 Weber Informatics LLC | Privacy Policy