DEBSOURCES
Skip Quicknav
sources / preprocess / 1.1.0%2Bds-1 / test / inputs / defined.py
12345678910
#!python if __name__ == '__main__': # #if defined('ASDF') print "ASDF defined" # #else print "ASDF not defined" # #endif print "bye"