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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user