We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6809706 commit 90ae1e9Copy full SHA for 90ae1e9
1 file changed
src/gstype_python.i
@@ -57,6 +57,19 @@ class FetchOption(IntEnum):
57
def __int__(self):
58
return int(self.value)
59
LIMIT = 0
60
+%#if GS_COMPATIBILITY_SUPPORT_1_5
61
+
62
+%#if GS_INTERNAL_DEFINITION_VISIBLE
63
+%#if !GS_COMPATIBILITY_DEPRECATE_FETCH_OPTION_SIZE
64
+ SIZE = (LIMIT + 1)
65
+%#endif
66
67
68
+%#if GS_COMPATIBILITY_SUPPORT_4_0
69
+ PARTIAL_EXECUTION = (LIMIT + 2)
70
71
72
73
class TimeUnit(IntEnum):
74
75
0 commit comments