Alternate to `b`. Builds a linear space of a coordinates. Use with `db` where `b0` is the starting coordinate and `db` the step. The 'b0' property is a number and may be specified as: - An int or float Returns ------- int|float
(self)
| 144 | |
| 145 | @property |
| 146 | def b0(self): |
| 147 | """ |
| 148 | Alternate to `b`. Builds a linear space of a coordinates. Use |
| 149 | with `db` where `b0` is the starting coordinate and `db` the |
| 150 | step. |
| 151 | |
| 152 | The 'b0' property is a number and may be specified as: |
| 153 | - An int or float |
| 154 | |
| 155 | Returns |
| 156 | ------- |
| 157 | int|float |
| 158 | """ |
| 159 | return self["b0"] |
| 160 | |
| 161 | @b0.setter |
| 162 | def b0(self, val): |
no outgoing calls
no test coverage detected