repo.or.cz
/
pyyaml
/
python3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Subclass all base classes from `object`.
[pyyaml/python3.git]
/
tests
/
data
/
spec-08-09.data
blob
69da04225c7bb3382367e9c35beb4a34535f18bd
1
---
2
scalars:
3
plain: !!str some text
4
quoted:
5
single: 'some text'
6
double: "some text"
7
collections:
8
sequence: !!seq [ !!str entry,
9
# Mapping entry:
10
key: value ]
11
mapping: { key: value }