mirror of
https://github.com/boostorg/python.git
synced 2026-02-10 11:42:26 +00:00
bug fix in error reporting of __init__
[SVN r8316]
This commit is contained in:
@@ -33,4 +33,9 @@ namespace python { namespace detail {
|
||||
return none();
|
||||
}
|
||||
|
||||
string init::arguments_as_string(tuple arguments) const
|
||||
{
|
||||
return argument_tuple_as_string(arguments.slice(1, arguments.size()));
|
||||
}
|
||||
|
||||
}} // namespace python::detail
|
||||
|
||||
Reference in New Issue
Block a user