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
CardConnectionEvent
__init__
args
type
smartcard.CardConnectionEvent.CardConnectionEvent
smartcard
class CardConnectionEvent:
Constructor: CardConnectionEvent(type, args)
CardConnectionEvent(type, args)
View In Hierarchy
Base class for card connection events.
This event is notified by CardConnection objects.
Undocumented