File: construct-omap.code

package info (click to toggle)
ruamel.yaml 0.18.10%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,772 kB
  • sloc: python: 20,132; makefile: 188; sh: 31
file content (8 lines) | stat: -rw-r--r-- 313 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
{
    "Bestiary": ordereddict([
        ("aardvark", "African pig-like ant eater. Ugly."),
        ("anteater", "South-American ant eater. Two species."),
        ("anaconda", "South-American constrictor snake. Scaly."),
    ]),
    "Numbers": ordereddict([ ("one", 4), ("one", 1), ("two", 2), ("three", 3) ]),
}