Allow comparrisons with None
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25857 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -7454,11 +7454,11 @@ class GBPosition(object):
|
||||
return _core.GBPosition_SetCol(*args, **kwargs)
|
||||
|
||||
def __eq__(*args, **kwargs):
|
||||
"""__eq__(GBPosition p) -> bool"""
|
||||
"""__eq__(GBPosition other) -> bool"""
|
||||
return _core.GBPosition___eq__(*args, **kwargs)
|
||||
|
||||
def __ne__(*args, **kwargs):
|
||||
"""__ne__(GBPosition p) -> bool"""
|
||||
"""__ne__(GBPosition other) -> bool"""
|
||||
return _core.GBPosition___ne__(*args, **kwargs)
|
||||
|
||||
def Set(*args, **kwargs):
|
||||
@@ -7519,11 +7519,11 @@ class GBSpan(object):
|
||||
return _core.GBSpan_SetColspan(*args, **kwargs)
|
||||
|
||||
def __eq__(*args, **kwargs):
|
||||
"""__eq__(GBSpan o) -> bool"""
|
||||
"""__eq__(GBSpan other) -> bool"""
|
||||
return _core.GBSpan___eq__(*args, **kwargs)
|
||||
|
||||
def __ne__(*args, **kwargs):
|
||||
"""__ne__(GBSpan o) -> bool"""
|
||||
"""__ne__(GBSpan other) -> bool"""
|
||||
return _core.GBSpan___ne__(*args, **kwargs)
|
||||
|
||||
def Set(*args, **kwargs):
|
||||
|
Reference in New Issue
Block a user