First page Back Continue Last page Summary Graphics
Iterating Through Byte Codes
While iterating through byte codes, PyChecker maintains an internal stack which simulates the execution stack within Python
PyChecker modifies its stack appropriately for each byte code it processes
When problems are encountered, a warning is generated
After iterating through all the byte codes, a warning list is output
Notes: