CardLabel¶
Bases: CardLabel_
Source code in src/plankapy/interfaces.py
2248 2249 2250 2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 |
|
board
property
¶
card
property
¶
label
property
¶
delete()
¶
Deletes the card label relationship
Danger
This action is irreversible and cannot be undone
Returns:
Type | Description |
---|---|
tuple[Card, Label]
|
tuple[Card, Label]: The card and label that were removed from each other |
Source code in src/plankapy/interfaces.py
2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 |
|