Declaration

var hints: [GSHint] { get set }

Declaration

@property (nonatomic, strong) NSArray<GSHint *> * hints;

Declaration

pyobjc_instanceMethods.hints() -> list[GSHint]
pyobjc_instanceMethods.setHints_(hints: list[GSHint])

Discussion

The returned array is empty when no hints are stored.

See Also

Hints

See Also

Hints