mirror of
https://github.com/boostorg/python.git
synced 2026-01-24 18:12:43 +00:00
Deploy to GitHub Pages: b2f53e1acf
This commit is contained in:
@@ -123,7 +123,7 @@
|
||||
</p>
|
||||
</div>
|
||||
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
||||
<td align="left"><p><small>Last revised: April 14, 2017 at 17:29:58 GMT</small></p></td>
|
||||
<td align="left"><p><small>Last revised: May 04, 2017 at 23:44:46 GMT</small></p></td>
|
||||
<td align="right"><div class="copyright-footer"></div></td>
|
||||
</tr></table>
|
||||
<hr>
|
||||
|
||||
Binary file not shown.
@@ -128,7 +128,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
||||
<td align="left"><p><small>Last revised: April 14, 2017 at 17:30:05 GMT</small></p></td>
|
||||
<td align="left"><p><small>Last revised: May 04, 2017 at 23:44:53 GMT</small></p></td>
|
||||
<td align="right"><div class="copyright-footer"></div></td>
|
||||
</tr></table>
|
||||
<hr>
|
||||
|
||||
@@ -140,7 +140,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
||||
<td align="left"><p><small>Last revised: April 14, 2017 at 17:30:16 GMT</small></p></td>
|
||||
<td align="left"><p><small>Last revised: May 04, 2017 at 23:45:04 GMT</small></p></td>
|
||||
<td align="right"><div class="copyright-footer"></div></td>
|
||||
</tr></table>
|
||||
<hr>
|
||||
|
||||
@@ -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