Index


_ | a | b | c | d | e | f | h | i | l | m | n | o | p | r | u | w | x

_ (underscore)

__delitem__() (CodeString method)
__delslice__() (CodeString method)
__doc__ (Function attribute)
__getattr__() (Flesher method)
__getitem__() (CodeString method)
__getslice__() (CodeString method)
__len__() (CodeString method)
__name__ (Function attribute)
__setitem__() (CodeString method)
__setslice__() (CodeString method)
__strength__ (in bytecodehacks.dbc)


A

absrefs (Label attribute)
add_absref() (Label method)
add_contracts() (in bytecodehacks.dbc)
add_label() (CodeString method)
add_macro() (in bytecodehacks.macro)
add_relref() (Label method)
append() (CodeString method)
as_tuple() (EditableCode method), [Link]
assembles() (CodeString method)


B

bind() (in bytecodehacks.closure)
bind_locals() (in bytecodehacks.closure)
bind_now() (in bytecodehacks.closure)
byte (Label attribute)
byte2op (CodeString attribute)
bytecodehacks.assemble (module)
bytecodehacks.attr_freeze (module)
bytecodehacks.closure (module)
bytecodehacks.code_editor (module)
bytecodehacks.code_gen.method_spec (module)
bytecodehacks.common (module)
bytecodehacks.dbc (module)
bytecodehacks.find_function_call (module)
bytecodehacks.fleshy (module)
bytecodehacks.inline (module)
bytecodehacks.label (module)
bytecodehacks.macro (module)
bytecodehacks.macros (module)
bytecodehacks.opbases (module)
bytecodehacks.ops (module)
bytecodehacks.rationalize (module)
bytecodehacks.tailr (module)
bytecodehacks.xapply (module)


C

co_argcount (EditableCode attribute)
co_code (EditableCode attribute)
co_consts (EditableCode attribute)
co_filename (EditableCode attribute)
co_firstlineno (EditableCode attribute)
co_flags (EditableCode attribute)
co_lnotab (EditableCode attribute)
co_name (EditableCode attribute)
co_names (EditableCode attribute)
co_varnames (EditableCode attribute)
code (CodeString attribute)
CodeString (class in bytecodehacks.code_editor)
copy_code_with_changes() (in bytecodehacks.common)


D

disassemble() (CodeString method)


E

EditableCode (class in bytecodehacks.code_editor)
EVERYTHING (in bytecodehacks.dbc)
execute() (Opcode method)
expand() (in bytecodehacks.macro)
expand_these() (in bytecodehacks.macro)
extend() (CodeString method)


F

find_function_call() (in bytecodehacks.find_function_call)
find_labels() (CodeString method)
flesh() (Fleshable method)
Fleshable (class in bytecodehacks.fleshy)
Flesher (class in bytecodehacks.fleshy)
func_code (Function attribute)
func_defaults (Function attribute)
func_doc (Function attribute)
func_globals (Function attribute)
func_name (Function attribute)
Function (class in bytecodehacks.code_editor)
function (EditableCode attribute)
function (FunctionOrMethod attribute)
FunctionOrMethod (class in bytecodehacks.code_editor)


H

has_local() (Opcode method)
has_name() (Opcode method)
has_name_or_local() (Opcode method)


I

im_class (InstanceMethod attribute)
im_func (InstanceMethod attribute)
im_self (InstanceMethod attribute)
index() (CodeString method)
init_code() (EditableCode method)
init_defaults() (EditableCode method)
init_defaults() (Function method)
init_defaults() (InstanceMethod method)
init_func() (Funciton method)
init_meth() (InstanceMethod method)
init_tuple() (EditableCode method), [Link]
inline() (in bytecodehacks.inline)
InstanceMethod (class in bytecodehacks.code_editor)
INVRIANTS (in bytecodehacks.dbc)
is_jump() (Opcode method)
is_method (FunctionOrMethod attribute)


L

Label (class in bytecodehacks.label)
labels (CodeString attribute)
local_index() (EditableCode method)


M

MagicSelfValue (Flesher attribute)
make_adder() (in bytecodehacks.closure)
make_balance() (in bytecodehacks.closure)
make_code() (EditableCode method)
make_fleshed() (Flesher method)
make_function() (Function method)
make_function_or_method() (FunctionOrMethod method)
make_instance_method() (InstanceMethod method)
manipulate_stack() (Opcode method)
method (Function attribute)
method (FunctionOrMethod attribute)


N

name_index() (EditableCode method)


O

op (Label attribute)
opcodes (CodeString attribute)


P

POSTCONDITIONS (in bytecodehacks.dbc)
PRECONDITIONS (in bytecodehacks.dbc)


R

rationalize() (EditableCode method)
rationalize() (in bytecodehacks.rationalize)
relrefs (Label attribute)
remove() (CodeString method)
resolve() (Label method)


U

unflesh() (Fleshable method)


W

write_refs() (Label method)


X

xapply() (in bytecodehacks.xapply)

Send comments to mwh@python.net