Home
last modified time | relevance | path

Searched refs:PyRun_SimpleString (Results 1 – 11 of 11) sorted by relevance

/third_party/python/Include/cpython/
Dpythonrun.h89 PyAPI_FUNC(int) PyRun_SimpleString(const char *s);
105 #define PyRun_SimpleString(s) PyRun_SimpleStringFlags(s, NULL) macro
/third_party/python/Programs/
D_testembed.c49 PyRun_SimpleString( in print_subinterp()
123 PyRun_SimpleString( in check_stdio_details()
183 PyRun_SimpleString("import sys; " in test_pre_initialization_api()
233 PyRun_SimpleString("import sys; " in test_pre_initialization_sys_options()
1631 int res = PyRun_SimpleString( in test_init_main()
/third_party/python/Doc/faq/
Dextending.rst63 The highest-level function to do this is :c:func:`PyRun_SimpleString` which takes
67 :c:func:`PyRun_String`; see the source for :c:func:`PyRun_SimpleString` in
Dwindows.rst219 PyRun_SimpleString("import myApp"); // Import the shadow class.
/third_party/python/Doc/extending/
Dembedding.rst33 containing Python statements to :c:func:`PyRun_SimpleString`, or you can pass a
69 PyRun_SimpleString("from time import time,ctime\n"
/third_party/python/Python/
Dpythonrun.c1551 #undef PyRun_SimpleString
1553 PyRun_SimpleString(const char *s) in PyRun_SimpleString() function
/third_party/python/Doc/c-api/
Dveryhigh.rst80 .. c:function:: int PyRun_SimpleString(const char *command)
Dinit_config.rst1503 int res = PyRun_SimpleString(
Dinit.rst630 PyRun_SimpleString("import sys; sys.path.pop(0)\n");
/third_party/python/Doc/data/
Drefcounts.dat1897 PyRun_SimpleString:int:::
1898 PyRun_SimpleString:const char*:command::
/third_party/python/Misc/
DHISTORY18243 PyRun_SimpleFile PyRun_SimpleFileEx PyRun_SimpleString