More docstring updates for OUTPUT parameters
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24615 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1,15 +1,12 @@
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
# Use Python's bool constants if available, make aliases if not
|
||||
# Use Python's bool constants if available, make some if not
|
||||
try:
|
||||
True
|
||||
except NameError:
|
||||
True = 1==1
|
||||
False = 1==0
|
||||
__builtins__.True = 1==1
|
||||
__builtins__.False = 1==0
|
||||
|
||||
# Backwards compaatibility
|
||||
TRUE = true = True
|
||||
FALSE = false = False
|
||||
|
||||
|
||||
# workarounds for bad wxRTTI names
|
||||
|
Reference in New Issue
Block a user