¡@

Home 

python Programming Glossary: funca

Regular expression to detect semi-colon terminated C++ for & while loops

http://stackoverflow.com/questions/524548/regular-expression-to-detect-semi-colon-terminated-c-for-while-loops

may contain other parenthesis for example for int i funcA i funcB i I'm using the python.re module. Right now my regular..

local var referenced before assignment

http://stackoverflow.com/questions/8934772/local-var-referenced-before-assignment

For the following Python2.7 code # usr bin python def funcA print funcA c 0 def funcB c 3 print funcB c def funcC print.. following Python2.7 code # usr bin python def funcA print funcA c 0 def funcB c 3 print funcB c def funcC print funcC c print.. c print c c funcB c 2 funcC c 2 funcB c 2 funcC print end funcA I get the following error File . a.py line 9 in funcB c 3 UnboundLocalError..