mirror of
https://github.com/boostorg/python.git
synced 2026-01-22 05:22:45 +00:00
More comments.
[SVN r9553]
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
/*
|
||||
This example shows how to make an Extension Class "pickleable".
|
||||
|
||||
The world class below can be fully restored by passing the
|
||||
appropriate argument to the constructor. Therefore it is sufficient
|
||||
to define the pickle interface method __getinitargs__.
|
||||
|
||||
For more information refer to boost/libs/python/doc/pickle.html.
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user