mirror of
https://github.com/boostorg/python.git
synced 2026-01-20 04:42:28 +00:00
mention cPickle
[SVN r15085]
This commit is contained in:
@@ -32,7 +32,8 @@ through the interface as described in detail in the
|
||||
>Python Library Reference for pickle.</a> This interface
|
||||
involves the special methods <tt>__getinitargs__</tt>,
|
||||
<tt>__getstate__</tt> and <tt>__setstate__</tt> as described
|
||||
in the following.
|
||||
in the following. Note that Boost.Python is also fully compatible
|
||||
with Python's cPickle module.
|
||||
|
||||
<hr>
|
||||
<h2>The Boost.Python Pickle Interface</h2>
|
||||
|
||||
Reference in New Issue
Block a user