Commit c38f0493 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent b4fe3075
...@@ -307,7 +307,7 @@ var rPyStateful = reflect.TypeOf((*PyStateful)(nil)).Elem() // typeof(PyStatef ...@@ -307,7 +307,7 @@ var rPyStateful = reflect.TypeOf((*PyStateful)(nil)).Elem() // typeof(PyStatef
// typ must embed Persistent; *typ must implement IPersistent. // typ must embed Persistent; *typ must implement IPersistent.
// //
// typ must be convertible to stateType; stateType must implement Ghostable and // typ must be convertible to stateType; stateType must implement Ghostable and
// either Stateful or PyStateful(*) // either Stateful or PyStateful(*).
// //
// RegisterClass must be called from global init(). // RegisterClass must be called from global init().
// //
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment