co_code
....
antocuni (EuroPython 2012) Python White Magic July 3 2012 15 / 47
co_code
....
0 LOAD_GLOBAL 0 (A)
3 PRINT_ITEM
4 PRINT_NEWLINE
5 LOAD_CONST 0 (None)
8 RETURN_VALUE
antocuni (EuroPython 2012) Python White Magic July 3 2012 15 / 47
co_code
....
0 LOAD_GLOBAL 0 (A)
3 PRINT_ITEM
4 PRINT_NEWLINE
5 LOAD_CONST 0 (None)
8 RETURN_VALUE
antocuni (EuroPython 2012) Python White Magic July 3 2012 15 / 47
co_code
....
0 LOAD_GLOBAL 0 (A)
3 PRINT_ITEM
4 PRINT_NEWLINE
5 LOAD_CONST 0 (None)
8 RETURN_VALUE
func_globals
func_code
....
{
'A': 'ciao',
}
antocuni (EuroPython 2012) Python White Magic July 3 2012 15 / 47