Skip to content

Commit

Permalink
add docstr for getSupportedIdTypes, fix #298
Browse files Browse the repository at this point in the history
  • Loading branch information
0u812 committed Feb 15, 2016
1 parent 7122396 commit 8869afd
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions wrappers/Python/roadrunner/rr_docstrings.i
Original file line number Diff line number Diff line change
Expand Up @@ -1279,6 +1279,17 @@ Compute the frequency response



%feature("docstring") rr::RoadRunner::getSupportedIdTypes "
RoadRunner.getSupportedIdTypes()
Returns a bitfield representing the element ID types which can be used with e.g.
RoadRunner.getValue
:rtype: numpy.ndarray
";



%feature("docstring") rr::SelectionRecord "
SelectionRecord.__init__(str)
Create a new selection record. This constructor really should not be called,
Expand Down

0 comments on commit 8869afd

Please sign in to comment.