MCPcopy Create free account
hub / github.com/apache/qpid-proton / session

Method session

python/proton/_events.py:551–556  ·  view source on GitHub ↗

The session associated with the event, or ``None`` if none is associated with it.

(self)

Source from the content-addressed store, hash-verified

549
550 @property
551 def session(self) -> Optional[Session]:
552 """
553 The session associated with the event, or ``None`` if none
554 is associated with it.
555 """
556 return self._session
557
558 @property
559 def link(self) -> Optional[Union['Receiver', 'Sender']]:

Callers 10

test_session_setMethod · 0.45
test_session_addMethod · 0.45
test_link_setMethod · 0.45
test_link_addMethod · 0.45
linkMethod · 0.45
setUpMethod · 0.45
testMethod · 0.45
testEndpointEventsMethod · 0.45
doLeakMethod · 0.45

Calls

no outgoing calls

Tested by 5

test_session_setMethod · 0.36
test_session_addMethod · 0.36
test_link_setMethod · 0.36
test_link_addMethod · 0.36