Next:
callable()
Up:
python
Previous:
touch
Contents
Index
Built-in Functions
Subsections
callable()
chr(), ord()
dir()
exec()
eval()
delattr(), getattr(), setattr()
use getattr() to make callbacks
globals() (example from 00-start.py)
hasattr()
id()
int(), float(), str()
int(), round()
issubclass()
iter()
lambda (closure)
map, filter
locals()
map()
range()
sort(), sorted()
type(), isinstance()
yield