Library of Assembled Shared Sources
lass::python::impl::Sequence Class Reference

Object for interfacing sequence-like objects with Python. More...

#include <pysequence.h>

Inheritance diagram for lass::python::impl::Sequence:
Collaboration diagram for lass::python::impl::Sequence:

Static Public Member Functions

static void _lassPyClassRegisterHook ()
 This function can be used to execute some code at injection time.
 

Detailed Description

Object for interfacing sequence-like objects with Python.

Definition at line 332 of file pysequence.h.

Member Function Documentation

◆ _lassPyClassRegisterHook()

void lass::python::PyObjectPlus::_lassPyClassRegisterHook ( )
staticinherited

This function can be used to execute some code at injection time.

By default it doens't do anything, but you can override it for any type. Be aware that the top level implementation is the only one that counts. Consider it as a 'virtual' function at static level

Definition at line 65 of file pyobject_plus.cpp.


The documentation for this class was generated from the following files: