Instance Property
exports
Indicates if the instance should be exported.
Declaration
var exports: Bool { get set }Declaration
@property (nonatomic) BOOL exports;Declaration
pyobjc_instanceMethods.exports() -> bool
pyobjc_instanceMethods.setExports_(exports: bool)