Search bar offers the following options:
+foo bar -baz
foo*
+qname:twisted.mail.* +search
Possible fields: 'name', 'qname' (fully qualified name), 'docstring', and 'kind'. Last two fields are only applicable if "search in docstrings" is enabled.
foo~1
Results provided by Lunr.js
APDUHexValidator
__init__
Clone
OnChar
Validate
apduregexp
hexbyte
smartcard.wx.APDUHexValidator.APDUHexValidator
smartcard
wx
class APDUHexValidator(wx.PyValidator):
View In Hierarchy
A wxValidator that matches APDU in hexadecimal such as: A4 A0 00 00 02 A4A0000002
Undocumented