"Fossies" - the Fresh Open Source Software Archive

Member "swig-4.1.1/Examples/test-suite/python/abstract_access_runme.py" (30 Nov 2022, 89 Bytes) of package /linux/misc/swig-4.1.1.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) Python source code syntax highlighting (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 import abstract_access
    2 
    3 d = abstract_access.D()
    4 if d.do_x() != 1:
    5     raise RuntimeError