Index

Symbols | A | B | C | D | E | F | G | I | J | L | M | O | P | R | S | T | U

Symbols

--annotate
jmp-compile command line option
--asserts
jmp-compile command line option
--constant name=value
jmp-compile command line option
--dump
jmp-compile command line option
--dump-source <input.py>
jmp-compile command line option
--no-optimization
jmp-compile command line option
--omit-line-table
jmp-compile command line option
--print-function
jmp-compile command line option
--syntax
jmp-compile command line option

A

Adding methods
Java
Objective C
addModule:named: (Objective C method)
append() (list method)
apply() (built-in function)

B

bool() (built-in function)

C

callable() (built-in function)
callMethod:args:error: (Objective C method)
callObject:args:error: (Objective C method)
clear (Objective C method)
cmp() (built-in function)
Comparisons
copy() (dict method)

D

dict type

E

endswith() (str method)
Errors
Java
Objective C
Example
extend() (list method)

F

filter() (built-in function)

G

get() (dict method)
getError (Objective C method)
globals() (built-in function)

I

id() (built-in function)
index() (list method)
int() (built-in function)
isCallable: (Objective C method)

J

jmp-compile command line option
--annotate
--asserts
--constant name=value
--dump
--dump-source <input.py>
--no-optimization
--omit-line-table
--print-function
--syntax
join() (str method)

L

len() (built-in function)
list type
locals() (built-in function)
lower() (str method)

M

map() (built-in function)
MiniPython (Java class)
(Objective C)
MiniPython#addModule(String, Object) (Java method)
MiniPython#callMethod(String, Object...) (Java method)
MiniPython#clear() (Java method)
MiniPython#setClient(Client) (Java method)
MiniPython#setCode(InputStream) (Java method)
MiniPython#signalError(String, String, Throwable) (Java method)
MiniPython#toPyReprString(Object) (Java method)
MiniPython#toPyString(Object) (Java method)
MiniPython#toPyTypeString(Object) (Java method)
MiniPython.Client (Java class)
MiniPython.Client#onError(ExecutionError) (Java method)
MiniPython.Client#print(String) (Java method)
MiniPython.ExecutionError (Java class)
MiniPython.ExecutionError#getType() (Java method)
MiniPython.ExecutionError#linenumber() (Java method)
MiniPython.ExecutionError#pc() (Java method)
MiniPython.ExecutionError#toDetailedString() (Java method)
MiniPython.ExecutionError#toString() (Java method)
MiniPythonClientDelegate (Objective C)

O

onError: (Objective C method)

P

pop() (list method)
print() (built-in function)
print: (Objective C method)

R

range() (built-in function)
replace() (str method)
reverse() (list method)

S

setClient: (Objective C method)
setCode:error: (Objective C method)
setError:reason:userInfo: (Objective C method)
setNSError: (Objective C method)
sort() (list method)
split() (str method)
startswith() (str method)
str type
str() (built-in function)
strip() (str method)

T

toPyReprString: (Objective C method)
toPyString: (Objective C method)
toPyTypeString: (Objective C method)
type() (built-in function)
Types
Java
Objective C

U

update() (dict method)
upper() (str method)