Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
pybind11
Commits
3764e284
Commit
3764e284
authored
Aug 01, 2016
by
Wenzel Jakob
Browse files
added note about args/kwargs limitation
parent
f5d00105
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
docs/advanced.rst
docs/advanced.rst
+5
-0
No files found.
docs/advanced.rst
View file @
3764e284
...
@@ -1546,6 +1546,11 @@ that the ``kwargs`` argument is invalid if no keyword arguments were actually
...
@@ -1546,6 +1546,11 @@ that the ``kwargs`` argument is invalid if no keyword arguments were actually
provided. Please refer to the other examples for details on how to iterate
provided. Please refer to the other examples for details on how to iterate
over these, and on how to cast their entries into C++ objects.
over these, and on how to cast their entries into C++ objects.
.. warning::
Unlike Python, pybind11 does not allow combining normal parameters with the
``args`` / ``kwargs`` special parameters.
Partitioning code over multiple extension modules
Partitioning code over multiple extension modules
=================================================
=================================================
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment