mirror of
https://github.com/python/cpython.git
synced 2024-11-24 08:52:25 +01:00
81daa32c15
yet). The class is now passed to eval_code and stored in the current frame. It is also stored in instance method objects. An "unbound" instance method is now returned when a function is retrieved through "classname.funcname", which when called passes the class to eval_code. |
||
---|---|---|
.. | ||
bltinmodule.c | ||
ceval.c | ||
cgensupport.c | ||
compile.c | ||
errors.c | ||
fmod.c | ||
frozenmain.c | ||
getcwd.c | ||
graminit.c | ||
import.c | ||
marshal.c | ||
modsupport.c | ||
pythonmain.c | ||
pythonrun.c | ||
strerror.c | ||
strtod.c | ||
structmember.c | ||
sysmodule.c | ||
thread.c | ||
traceback.c |