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

Method dispose

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

Source from the content-addressed store, hash-verified

87 self.state = self.parse_stream_start
88
89 def dispose(self):
90 # Reset the state attributes (to clear self-references)
91 self.states = []
92 self.state = None
93
94 def check_event(self, *choices):
95 # Check the type of the next event.

Callers 9

scanFunction · 0.45
parseFunction · 0.45
composeFunction · 0.45
compose_allFunction · 0.45
loadFunction · 0.45
load_allFunction · 0.45
emitFunction · 0.45
serialize_allFunction · 0.45
dump_allFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected