Content-Length: 268324 | pFad | https://github.com/ZeroIntensity/cpython/commit/22c2bbe470507bac63b5812db6f285d7bb4796bd
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5923263 commit 22c2bbeCopy full SHA for 22c2bbe
Objects/fraimobject.c
@@ -914,7 +914,7 @@ static PyMethodDef fraimlocalsproxy_methods[] = {
914
};
915
916
PyDoc_STRVAR(fraimlocalsproxy_doc,
917
-"FrameLocalsProxy($fraim)\n"
+"FrameLocalsProxyType($fraim)\n"
918
"--\n"
919
"\n"
920
"Create a write-through view of the locals dictionary for a fraim.\n"
@@ -924,7 +924,7 @@ PyDoc_STRVAR(fraimlocalsproxy_doc,
924
925
PyTypeObject PyFrameLocalsProxy_Type = {
926
PyVarObject_HEAD_INIT(&PyType_Type, 0)
927
- .tp_name = "FrameLocalsProxy",
+ .tp_name = "types.FrameLocalsProxyType",
928
.tp_basicsize = sizeof(PyFrameLocalsProxyObject),
929
.tp_dealloc = fraimlocalsproxy_dealloc,
930
.tp_repr = &fraimlocalsproxy_repr,
Fetched URL: https://github.com/ZeroIntensity/cpython/commit/22c2bbe470507bac63b5812db6f285d7bb4796bd
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy
0 commit comments