Fixed warnings caused by docstrings in %pythoncode section
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55582 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -636,10 +636,8 @@ public:
|
|||||||
dict_=None,
|
dict_=None,
|
||||||
as_strings=False,
|
as_strings=False,
|
||||||
inc_attributes=False):
|
inc_attributes=False):
|
||||||
"""
|
"Same as GetValues, but returns values from specific page only."
|
||||||
Same as GetValues, but returns values from specific page only.
|
"For argument descriptions, see GetValues."
|
||||||
For argument descriptions, see GetValues.
|
|
||||||
"""
|
|
||||||
return page.GetPropertyValues(dict_, as_strings, inc_attributes)
|
return page.GetPropertyValues(dict_, as_strings, inc_attributes)
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user