$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: boost_at_[hidden]
Date: 2001-03-28 08:06:37
Hi!
I am new to this group and I would like to ask how to use keyword
arguments in Boost.Python? That is, how to write a BPL function that
models the following Python function:
def foo(a,b=1):
# do something
or
def fun(*args, *kwds):
# do something
May be this question is already answered but I could not find out how to
access to the archives of this list. I appreciate any hints.
Thanks in advance,
Pearu