Home
last modified time | relevance | path

Searched refs:_PyFrame_InitializeSpecials (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Python/
H A Dframe.c161 _PyFrame_InitializeSpecials(new_frame, func, NULL, code->co_nlocalsplus); in _PyFrame_Push()
H A Dceval.c2257 _PyFrame_InitializeSpecials(new_frame, getitem,
6375 _PyFrame_InitializeSpecials(frame, func, locals, code->co_nlocalsplus);
/third_party/python/Include/internal/
H A Dpycore_frame.h102 _PyFrame_InitializeSpecials( in _PyFrame_InitializeSpecials() function
/third_party/python/Objects/
H A Dframeobject.c1009 /* _PyFrame_InitializeSpecials consumes reference to func */ in init_frame()
1012 _PyFrame_InitializeSpecials(frame, func, locals, code->co_nlocalsplus); in init_frame()

Completed in 13 milliseconds