mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
must (pretend to) support all operations except assignments; if you don't want to support an operation you have to provide a dummy function that raises an exception... |
||
|---|---|---|
| .. | ||
| classobject.c | ||
| fileobject.c | ||
| floatobject.c | ||
| frameobject.c | ||
| funcobject.c | ||
| intobject.c | ||
| listobject.c | ||
| longobject.c | ||
| methodobject.c | ||
| moduleobject.c | ||
| object.c | ||
| stringobject.c | ||
| tupleobject.c | ||
| typeobject.c | ||
| xxobject.c | ||