Declaration

var guides: [GSGuide] { get set }

Declaration

@property (nonatomic, strong) NSArray<GSGuide *> * guides;

Declaration

pyobjc_instanceMethods.guides() -> list[GSGuide]
pyobjc_instanceMethods.setGuides_(guides: list[GSGuide])