Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
Dpythonrun.h66 PyAPI_FUNC(int) PyRun_SimpleString(const char *s);
82 #define PyRun_SimpleString(s) PyRun_SimpleStringFlags((s), NULL) macro
/external/python/cpython3/Programs/
D_testembed.c101 return PyRun_SimpleString("import readline"); // gh-124160 in test_import_in_subinterpreters()
119 PyRun_SimpleString( in print_subinterp()
200 int err = PyRun_SimpleString(code); in test_repeated_init_exec()
264 PyRun_SimpleString( in check_stdio_details()
329 PyRun_SimpleString( in test_pre_initialization_api()
388 PyRun_SimpleString( in test_pre_initialization_sys_options()
1878 int res = PyRun_SimpleString( in test_init_main()
2190 int result = PyRun_SimpleString("(_ for _ in ())"); in test_get_incomplete_frame()
/external/python/cpython3/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.rst216 PyRun_SimpleString("import myApp"); // Import the shadow class.
/external/python/cpython3/Doc/extending/
Dembedding.rst33 containing Python statements to :c:func:`PyRun_SimpleString`, or you can pass a
78 PyRun_SimpleString("from time import time,ctime\n"
/external/python/cpython3/Python/
Dpythonrun.c1666 #undef PyRun_SimpleString
1668 PyRun_SimpleString(const char *s) in PyRun_SimpleString() function
/external/python/cpython3/Doc/c-api/
Dveryhigh.rst58 .. c:function:: int PyRun_SimpleString(const char *command)
Dinit_config.rst1667 int res = PyRun_SimpleString(
Dinit.rst845 PyRun_SimpleString("import sys; sys.path.pop(0)\n");
/external/python/cpython3/Doc/data/
Drefcounts.dat1955 PyRun_SimpleString:int:::
1956 PyRun_SimpleString:const char*:command::
Dpython3.13.abi657 …<elf-symbol name='PyRun_SimpleString' type='func-type' binding='global-binding' visibility='defaul…
28923PyRun_SimpleString' mangled-name='PyRun_SimpleString' filepath='Python/pythonrun.c' line='1668' co…
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc4045 PyRun_SimpleString("import sys; sys.stdout.flush()");
/external/python/cpython3/Doc/whatsnew/
D2.6.rst3015 ``PyRun_SimpleString("sys.path.pop(0)\n")`` afterwards to discard
/external/python/cpython3/Misc/
DHISTORY18243 PyRun_SimpleFile PyRun_SimpleFileEx PyRun_SimpleString