Instance Property
tempData
A dictionary that stores temporary data. It will not be written to disk.
Declaration
var tempData: [AnyHashable : Any]? { get set }Declaration
@property (nonatomic, strong) NSDictionary * tempData;Declaration
pyobjc_instanceMethods.tempData() -> dict
pyobjc_instanceMethods.setTempData_(tempData: dict)