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

Method select

python/proton/_io.py:71–72  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

69
70 @staticmethod
71 def select(*args, **kwargs):
72 return select.select(*args, **kwargs)
73
74 @staticmethod
75 def sleep(t: float) -> None:

Callers 13

on_reactor_quiescedMethod · 0.45
on_reactor_quiescedMethod · 0.45
select_innerMethod · 0.45
each_senderMethod · 0.45
each_receiverMethod · 0.45
each_senderMethod · 0.45
each_receiverMethod · 0.45
run_oneMethod · 0.45
initializeMethod · 0.45
uri_partsMethod · 0.45
test_standardMethod · 0.45
test_validMethod · 0.45

Calls

no outgoing calls

Tested by 4

uri_partsMethod · 0.36
test_standardMethod · 0.36
test_validMethod · 0.36
activeFunction · 0.36