OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Store_singleton
(Results
1 - 4
of
4
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Python-ast.c
274
static PyObject *Load_singleton, *
Store_singleton
, *Del_singleton,
796
Store_singleton
= PyType_GenericNew(Store_type, NULL, NULL);
797
if (!
Store_singleton
) return 0;
[
all
...]