SciPy 0.6.0 API Documentation Generated by Endo, 2007-10-17
byName = { Const('STOP_CODE') : Const(0), Const('POP_TOP') : Const(1), Const('ROT_TWO') : Const(2), Const('ROT_THREE') : Const(3), Const('DUP_TOP') : Const(4), Const('ROT_FOUR') : Const(5), Const('UNARY_POSITIVE') : Const(10), Const('UNARY_NEGATIVE') : Const(11), Const('UNARY_NOT') : Const(12), Const('UNARY_CONVERT') : Const(13), Const('UNARY_INVERT') : Const(15), Const('BINARY_POWER') : Const(19), Const('BINARY_MULTIPLY') : Const(20), Const('BINARY_DIVIDE') : Const(21), Const('BINARY_MODULO') : Const(22), Const('BINARY_ADD') : Const(23), Const('BINARY_SUBTRACT') : Const(24), Const('BINARY_SUBSCR') : Const(25), Const('BINARY_FLOOR_DIVIDE') : Const(26), Const('BINARY_TRUE_DIVIDE') : Const(27), Const('INPLACE_FLOOR_DIVIDE') : Const(28), Const('INPLACE_TRUE_DIVIDE') : Const(29), Const('SLICE') : Const(30), Const('STORE_SLICE') : Const(40), Const('DELETE_SLICE') : Const(50), Const('INPLACE_ADD') : Const(55), Const('INPLACE_SUBTRACT') : Const(56), Const('INPLACE_MULTIPLY') : Const(57), Const('INPLACE_DIVIDE') : Const(58), Const('INPLACE_MODULO') : Const(59), Const('STORE_SUBSCR') : Const(60), Const('DELETE_SUBSCR') : Const(61), Const('BINARY_LSHIFT') : Const(62), Const('BINARY_RSHIFT') : Const(63), Const('BINARY_AND') : Const(64), Const('BINARY_XOR') : Const(65), Const('BINARY_OR') : Const(66), Const('INPLACE_POWER') : Const(67), Const('GET_ITER') : Const(68), Const('PRINT_EXPR') : Const(70), Const('PRINT_ITEM') : Const(71), Const('PRINT_NEWLINE') : Const(72), Const('PRINT_ITEM_TO') : Const(73), Const('PRINT_NEWLINE_TO') : Const(74), Const('INPLACE_LSHIFT') : Const(75), Const('INPLACE_RSHIFT') : Const(76), Const('INPLACE_AND') : Const(77), Const('INPLACE_XOR') : Const(78), Const('INPLACE_OR') : Const(79), Const('BREAK_LOOP') : Const(80), Const('LOAD_LOCALS') : Const(82), Const('RETURN_VALUE') : Const(83), Const('IMPORT_STAR') : Const(84), Const('EXEC_STMT') : Const(85), Const('YIELD_VALUE') : Const(86), Const('POP_BLOCK') : Const(87), Const('END_FINALLY') : Const(88), Const('BUILD_CLASS') : Const(89), Const('STORE_NAME') : Const(90), Const('DELETE_NAME') : Const(91), Const('UNPACK_SEQUENCE') : Const(92), Const('FOR_ITER') : Const(93), Const('STORE_ATTR') : Const(95), Const('DELETE_ATTR') : Const(96), Const('STORE_GLOBAL') : Const(97), Const('DELETE_GLOBAL') : Const(98), Const('DUP_TOPX') : Const(99), Const('LOAD_CONST') : Const(100), Const('LOAD_NAME') : Const(101), Const('BUILD_TUPLE') : Const(102), Const('BUILD_LIST') : Const(103), Const('BUILD_MAP') : Const(104), Const('LOAD_ATTR') : Const(105), Const('COMPARE_OP') : Const(106), Const('IMPORT_NAME') : Const(107), Const('IMPORT_FROM') : Const(108), Const('JUMP_FORWARD') : Const(110), Const('JUMP_IF_FALSE') : Const(111), Const('JUMP_IF_TRUE') : Const(112), Const('JUMP_ABSOLUTE') : Const(113), Const('FOR_LOOP') : Const(114), Const('LOAD_GLOBAL') : Const(116), Const('CONTINUE_LOOP') : Const(119), Const('SETUP_LOOP') : Const(120), Const('SETUP_EXCEPT') : Const(121), Const('SETUP_FINALLY') : Const(122), Const('LOAD_FAST') : Const(124), Const('STORE_FAST') : Const(125), Const('DELETE_FAST') : Const(126), Const('SET_LINENO') : Const(127), Const('RAISE_VARARGS') : Const(130), Const('CALL_FUNCTION') : Const(131), Const('MAKE_FUNCTION') : Const(132), Const('BUILD_SLICE') : Const(133), Const('MAKE_CLOSURE') : Const(134), Const('LOAD_CLOSURE') : Const(135), Const('LOAD_DEREF') : Const(136), Const('STORE_DEREF') : Const(137), Const('CALL_FUNCTION_VAR') : Const(140), Const('CALL_FUNCTION_KW') : Const(141), Const('CALL_FUNCTION_VAR_KW') : Const(142) }
byOpcode = { }
haveArgument = 90
Pretty print the internals of your function
Slightly more readable form
| Local name | Refers to |
|---|---|
| accelerate_tools | SciPy.weave.accelerate_tools |
| inspect | inspect |