(s)
| 205 | |
| 206 | @classmethod |
| 207 | def required(s): |
| 208 | return { |
| 209 | "model": ("MODEL",), |
| 210 | "factors": ( |
| 211 | "STRING", |
| 212 | { |
| 213 | "default": "0.9, 0.75, 0.0", |
| 214 | "tooltip": "Comma-separated list of factors, each factor will be used for one step.", |
| 215 | }, |
| 216 | ), |
| 217 | } |
| 218 | |
| 219 | @classmethod |
| 220 | def optional(s): |
no outgoing calls
no test coverage detected