You could put it here:Robert Dailey wrote:
> On Wed, Sep 24, 2008 at 7:08 PM, Neal Becker <ndbecker2@gmail.com> wrote:
>
>> Robert Dailey wrote:
>>
>> <snip>
>>
>> How about:
>> scope().attr("something") = whatever;
>
>
> Where would this code go? What does scope() do?
BOOST_PYTHON_MODULE ... {
scope().attr ("something") = 42;