C++ Boost

Boost.Python

Header <boost/python/import.hpp>


Contents

Introduction
Functions
import

Introduction

Exposes a mechanism for importing python modules.

Functions

import

object import(str name);
    
Effects: Imports the module named by name.
Returns: An instance of object which holds a reference to the imported module.