If there is a layout grid, use the domain for this row in the grid for this pie trace . The 'row' property is an integer and may be specified as: - An int (or float that will be cast to an int) in the interval [0, 9223372036854775807] Returns
(self)
| 32 | |
| 33 | @property |
| 34 | def row(self): |
| 35 | """ |
| 36 | If there is a layout grid, use the domain for this row in the |
| 37 | grid for this pie trace . |
| 38 | |
| 39 | The 'row' property is an integer and may be specified as: |
| 40 | - An int (or float that will be cast to an int) |
| 41 | in the interval [0, 9223372036854775807] |
| 42 | |
| 43 | Returns |
| 44 | ------- |
| 45 | int |
| 46 | """ |
| 47 | return self["row"] |
| 48 | |
| 49 | @row.setter |
| 50 | def row(self, val): |
no outgoing calls
no test coverage detected