source:
pyyaml/trunk/tests3/data/recursive-set.recursive
@
329
| Revision 329, 102 bytes checked in by xi, 4 years ago (diff) |
|---|
| Line | |
|---|---|
| 1 | value = set() |
| 2 | value.add(AnInstance(foo=value, bar=value)) |
| 3 | value.add(AnInstance(foo=value, bar=value)) |
Note: See TracBrowser
for help on using the repository browser.
