I want to view source code like python dict , but I cannot find it.
dict
I am looking for python 2.6.
Here is the latest python2.6.6 dictobject source code from python svn
http://svn.python.org/view/checkout/python/tags/r266/Objects/dictobject.c?revision=84293&content -type = text / plain
Here's a newer link with source highlighting: http://hg.python.org/cpython/file/tip/Objects/dictobject.c
Now that Python has moved to Github, here is the updated link:
cpython/Objects/dictobject.c .
cpython/Objects/dictobject.c
See Objects/dictobject.c in the Python source code.
Objects/dictobject.c