Filters
Filters object
Methods:
.toDict()
: Converts theGiftsFloors
object back to a dictionary format..model(name)
: Get floor for specified gift model.backdrop(name)
: Get floor for specified gift backdrop.symbol(name)
: Get floor for specified gift symbol
Attributes:
.backdrops
- Get all backdrops and their floors of the specified gift (dict).models
- Get all models and their floors of the specified gift (dict).symbols
- Get all symbols and their floors of the specified gift (dict)
Last updated