Scalar#
Superclass for scalar types. |
|
Represents a function definition. |
|
Represents a Swordfish Bool object, initialized optionally with a Python bool value. |
|
Represents a Swordfish Char object, initialized optionally with a Python str or int value. |
|
Represents a Swordfish Short object, initialized optionally with a Python int value. |
|
Represents a Swordfish Int object, initialized optionally with a Python int value. |
|
Represents a Swordfish Long object, initialized optionally with a Python int value. |
|
Represents a Swordfish Float object, initialized optionally with a Python float value. |
|
Represents a Swordfish Double object, initialized optionally with a Python float value. |
|
Represents a Swordfish String object, initialized optionally with a Python str value. |
|
Represents a Swordfish Blob object, initialized optionally with a Python str value. |
|
Represents a Swordfish Date object, initialized in one of three ways: with no arguments, with a Python int value, or with three ints indicating year, month, and day. |
|
Represents a Swordfish Month object, initialized in one of three ways: with no arguments, with a Python int value, or two ints indicating year and month. |
|
Represents a Swordfish Time object, initialized in one of three ways: with no arguments, with a Python int value, or with separate ints indicating hour, minute, second, and millisecond. |
|
Represents a Swordfish Minute object, initialized in one of three ways: with no arguments, with a Python int value, or with two ints indicating hour and minute. |
|
Represents a Swordfish Second object, initialized in one of three ways: with no arguments, with a Python int value, or with separate ints indicating hour, minute, and second. |
|
Represents a Swordfish DateTime object, initialized in one of three ways: with no arguments, with a Python int value, or with separate ints for year, month, day, hour, minute, and second. |
|
Represents a Swordfish Timestamp object. |
|
Represents a Swordfish NanoTime object. |
|
Represents a Swordfish NanoTimestamp object. |
|
Represents a Swordfish DateHour object. |
|
Represents a Swordfish Uuid object. |
|
Represents a Swordfish Int128 object. |
|
Represents a Swordfish Ipaddr object. |
|
Represents a Swordfish Duration object. |
|
Represents a Swordfish Handle object. |
|
Represents a Swordfish MetaCode object. |
|
Represents a Swordfish Decimal32 object. |
|
Represents a Swordfish Decimal64 object. |
|
Represents a Swordfish Decimal128 object. |