Wenzel Jakob | 38bd711 | 2015-07-05 20:05:44 +0200 | [diff] [blame] | 1 | Value constructor: Creating a sequence with 5 entries |
Wenzel Jakob | f7b5874 | 2016-04-25 23:04:27 +0200 | [diff] [blame^] | 2 | s = <example.Sequence object at 0x10c786c70> |
Wenzel Jakob | 38bd711 | 2015-07-05 20:05:44 +0200 | [diff] [blame] | 3 | len(s) = 5 |
| 4 | s[0], s[3] = 0.000000 0.000000 |
| 5 | 12.34 in s: False |
| 6 | 12.34 in s: True |
| 7 | s[0], s[3] = 12.340000 56.779999 |
Wenzel Jakob | be0e834 | 2015-10-01 16:48:34 +0200 | [diff] [blame] | 8 | Value constructor: Creating a sequence with 5 entries |
Wenzel Jakob | f7b5874 | 2016-04-25 23:04:27 +0200 | [diff] [blame^] | 9 | Move constructor: Creating a sequence with 5 entries |
| 10 | Freeing a sequence with 0 entries |
Wenzel Jakob | be0e834 | 2015-10-01 16:48:34 +0200 | [diff] [blame] | 11 | Value constructor: Creating a sequence with 5 entries |
Wenzel Jakob | 38bd711 | 2015-07-05 20:05:44 +0200 | [diff] [blame] | 12 | rev[0], rev[1], rev[2], rev[3], rev[4] = 0.000000 56.779999 0.000000 0.000000 12.340000 |
Wenzel Jakob | be0e834 | 2015-10-01 16:48:34 +0200 | [diff] [blame] | 13 | 0.0 56.7799987793 0.0 0.0 12.3400001526 |
| 14 | 0.0 56.7799987793 0.0 0.0 12.3400001526 |
| 15 | True |
| 16 | Value constructor: Creating a sequence with 3 entries |
| 17 | Freeing a sequence with 3 entries |
| 18 | 2.0 56.7799987793 2.0 0.0 2.0 |
| 19 | Freeing a sequence with 5 entries |
Wenzel Jakob | 38bd711 | 2015-07-05 20:05:44 +0200 | [diff] [blame] | 20 | Freeing a sequence with 5 entries |
| 21 | Freeing a sequence with 5 entries |