Short# class swordfish._swordfishcpp.Short(data: int)# class swordfish._swordfishcpp.Short Represents a Swordfish Short object, initialized optionally with a Python int value. Examples:>>> import swordfish as sf >>> sf.data.Short() Short(null) >>> sf.data.Short(28) Short(28) NULL_VALUE: Short#