CardMembership¶
Bases: CardMembership_
Source code in src/plankapy/interfaces.py
2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 |
|
user
property
¶
delete()
¶
Deletes the card membership
Danger
This action is irreversible and cannot be undone
Returns:
Type | Description |
---|---|
tuple[User, Card]
|
tuple[User, Card]: The user and card that were removed from each other |
Source code in src/plankapy/interfaces.py
2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 |
|