2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-23 17:52:17 +00:00

Deploy to GitHub Pages: b2f53e1acf

This commit is contained in:
Travis CI
2017-05-04 23:45:13 +00:00
parent abc730d4d7
commit 76040eda92
5 changed files with 8 additions and 3 deletions

View File

@@ -145,6 +145,11 @@ exe embedded_program # name of the executable
executes the given code (typically a set of statements) returning the result,
and exec_file executes the code contained in the given file.
</p>
<p>
There are also overloads taking <code class="computeroutput"><span class="keyword">char</span>
<span class="keyword">const</span><span class="special">*</span></code>
instead of str as the first argument.
</p>
<p>
The <code class="literal">globals</code> and <code class="literal">locals</code> parameters are
Python dictionaries containing the globals and locals of the context in which