Struct FramePythonVisitor::Pickle

Nested Relationships

This struct is a nested type of Struct FramePythonVisitor.

Inheritance Relationships

Base Type

  • public boost::python::pickle_suite

Struct Documentation

struct Pickle : public boost::python::pickle_suite

Public Static Functions

static inline bp::tuple getinitargs(const Frame&)
static inline bp::tuple getstate(const Frame &f)
static inline void setstate(Frame &f, bp::tuple tup)
static inline bool getstate_manages_dict()