Changeset 377 for pyyaml/trunk/lib/yaml/parser.py
- Timestamp:
- 05/29/11 22:51:30 (2 years ago)
- File:
-
- 1 edited
-
pyyaml/trunk/lib/yaml/parser.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pyyaml/trunk/lib/yaml/parser.py
r302 r377 87 87 self.state = self.parse_stream_start 88 88 89 def dispose(self): 90 # Reset the state attributes (to clear self-references) 91 self.states = [] 92 self.state = None 93 89 94 def check_event(self, *choices): 90 95 # Check the type of the next event.
Note: See TracChangeset
for help on using the changeset viewer.
