MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / _parse_sequence

Function _parse_sequence

Lib/idlelib/MultiCall.py:254–294  ·  view source on GitHub ↗

Get a string which should describe an event sequence. If it is successfully parsed as one, return a tuple containing the state (as an int), the event type (as an index of _types), and the detail - None if none, or a string if there is one. If the parsing is unsuccessful, return None.

(sequence)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

event_addMethod · 0.85
event_deleteMethod · 0.85

Calls 2

splitMethod · 0.80
matchMethod · 0.45

Tested by

no test coverage detected