MCPcopy Index your code
hub / github.com/bpython/bpython / combined_events

Function combined_events

bpython/curtsies.py:285–290  ·  view source on GitHub ↗
(
    event_provider: SupportsEventGeneration, paste_threshold: int = 3
)

Source from the content-addressed store, hash-verified

283
284
285def combined_events(
286 event_provider: SupportsEventGeneration, paste_threshold: int = 3
287) -> SupportsEventGeneration:
288 g = _combined_events(event_provider, paste_threshold)
289 next(g)
290 return g
291
292
293if __name__ == "__main__":

Callers 3

test_paste_thresholdMethod · 0.90
test_set_timeoutMethod · 0.90
mainloopMethod · 0.85

Calls 1

_combined_eventsFunction · 0.85

Tested by 2

test_paste_thresholdMethod · 0.72
test_set_timeoutMethod · 0.72