MCPcopy Create free account
hub / github.com/ablab/spades / peek_event

Method peek_event

ext/src/python_libs/pyyaml3/parser.py:107–112  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

105 return False
106
107 def peek_event(self):
108 # Get the next event.
109 if self.current_event is None:
110 if self.state:
111 self.current_event = self.state()
112 return self.current_event
113
114 def get_event(self):
115 # Get the next event and proceed further.

Callers 1

compose_nodeMethod · 0.80

Calls 1

stateMethod · 0.80

Tested by

no test coverage detected