pyobjc-framework-AutomaticAssessmentConfiguration 12.0__tar.gz → 12.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pyobjc_framework_automaticassessmentconfiguration-12.0 → pyobjc_framework_automaticassessmentconfiguration-12.2}/Lib/AutomaticAssessmentConfiguration/_metadata.py +46 -1
- {pyobjc_framework_automaticassessmentconfiguration-12.0 → pyobjc_framework_automaticassessmentconfiguration-12.2}/Lib/pyobjc_framework_AutomaticAssessmentConfiguration.egg-info/PKG-INFO +5 -6
- {pyobjc_framework_automaticassessmentconfiguration-12.0 → pyobjc_framework_automaticassessmentconfiguration-12.2}/Lib/pyobjc_framework_AutomaticAssessmentConfiguration.egg-info/SOURCES.txt +2 -2
- pyobjc_framework_automaticassessmentconfiguration-12.2/Lib/pyobjc_framework_AutomaticAssessmentConfiguration.egg-info/pyobjc-build-info.txt +3 -0
- pyobjc_framework_automaticassessmentconfiguration-12.2/Lib/pyobjc_framework_AutomaticAssessmentConfiguration.egg-info/requires.txt +2 -0
- {pyobjc_framework_automaticassessmentconfiguration-12.0 → pyobjc_framework_automaticassessmentconfiguration-12.2}/Modules/pyobjc-compat.h +24 -50
- {pyobjc_framework_automaticassessmentconfiguration-12.0 → pyobjc_framework_automaticassessmentconfiguration-12.2}/PKG-INFO +5 -6
- pyobjc_framework_automaticassessmentconfiguration-12.2/PyObjCTest/test_aeassessmentconfiguration.py +37 -0
- pyobjc_framework_automaticassessmentconfiguration-12.0/metadata/raw/arm64-26.0.fwinfo → pyobjc_framework_automaticassessmentconfiguration-12.2/metadata/raw/arm64-26.5.fwinfo +468 -11
- pyobjc_framework_automaticassessmentconfiguration-12.0/metadata/raw/x86_64-26.0.fwinfo → pyobjc_framework_automaticassessmentconfiguration-12.2/metadata/raw/x86_64-26.5.fwinfo +468 -11
- {pyobjc_framework_automaticassessmentconfiguration-12.0 → pyobjc_framework_automaticassessmentconfiguration-12.2}/pyobjc_setup.py +4 -5
- {pyobjc_framework_automaticassessmentconfiguration-12.0 → pyobjc_framework_automaticassessmentconfiguration-12.2}/setup.py +1 -1
- pyobjc_framework_automaticassessmentconfiguration-12.0/Lib/pyobjc_framework_AutomaticAssessmentConfiguration.egg-info/pyobjc-build-info.txt +0 -3
- pyobjc_framework_automaticassessmentconfiguration-12.0/Lib/pyobjc_framework_AutomaticAssessmentConfiguration.egg-info/requires.txt +0 -2
- pyobjc_framework_automaticassessmentconfiguration-12.0/PyObjCTest/test_aeassessmentconfiguration.py +0 -11
- {pyobjc_framework_automaticassessmentconfiguration-12.0 → pyobjc_framework_automaticassessmentconfiguration-12.2}/Lib/AutomaticAssessmentConfiguration/__init__.py +0 -0
- {pyobjc_framework_automaticassessmentconfiguration-12.0 → pyobjc_framework_automaticassessmentconfiguration-12.2}/Lib/pyobjc_framework_AutomaticAssessmentConfiguration.egg-info/dependency_links.txt +0 -0
- {pyobjc_framework_automaticassessmentconfiguration-12.0 → pyobjc_framework_automaticassessmentconfiguration-12.2}/Lib/pyobjc_framework_AutomaticAssessmentConfiguration.egg-info/not-zip-safe +0 -0
- {pyobjc_framework_automaticassessmentconfiguration-12.0 → pyobjc_framework_automaticassessmentconfiguration-12.2}/Lib/pyobjc_framework_AutomaticAssessmentConfiguration.egg-info/top_level.txt +0 -0
- {pyobjc_framework_automaticassessmentconfiguration-12.0 → pyobjc_framework_automaticassessmentconfiguration-12.2}/License.txt +0 -0
- {pyobjc_framework_automaticassessmentconfiguration-12.0 → pyobjc_framework_automaticassessmentconfiguration-12.2}/MANIFEST.in +0 -0
- {pyobjc_framework_automaticassessmentconfiguration-12.0 → pyobjc_framework_automaticassessmentconfiguration-12.2}/Modules/_AutomaticAssessmentConfiguration.m +0 -0
- {pyobjc_framework_automaticassessmentconfiguration-12.0 → pyobjc_framework_automaticassessmentconfiguration-12.2}/Modules/_AutomaticAssessmentConfiguration_protocols.m +0 -0
- {pyobjc_framework_automaticassessmentconfiguration-12.0 → pyobjc_framework_automaticassessmentconfiguration-12.2}/Modules/pyobjc-api.h +0 -0
- {pyobjc_framework_automaticassessmentconfiguration-12.0 → pyobjc_framework_automaticassessmentconfiguration-12.2}/PyObjCTest/__init__.py +0 -0
- {pyobjc_framework_automaticassessmentconfiguration-12.0 → pyobjc_framework_automaticassessmentconfiguration-12.2}/PyObjCTest/test_aeassessmentapplication.py +0 -0
- {pyobjc_framework_automaticassessmentconfiguration-12.0 → pyobjc_framework_automaticassessmentconfiguration-12.2}/PyObjCTest/test_aeassessmentparticipantconfiguration.py +0 -0
- {pyobjc_framework_automaticassessmentconfiguration-12.0 → pyobjc_framework_automaticassessmentconfiguration-12.2}/PyObjCTest/test_aeassessmentsession.py +0 -0
- {pyobjc_framework_automaticassessmentconfiguration-12.0 → pyobjc_framework_automaticassessmentconfiguration-12.2}/PyObjCTest/test_aeassessmentsessiondelegate.py +0 -0
- {pyobjc_framework_automaticassessmentconfiguration-12.0 → pyobjc_framework_automaticassessmentconfiguration-12.2}/PyObjCTest/test_aeerrors.py +0 -0
- {pyobjc_framework_automaticassessmentconfiguration-12.0 → pyobjc_framework_automaticassessmentconfiguration-12.2}/PyObjCTest/test_automaticassessmentconfiguration.py +0 -0
- {pyobjc_framework_automaticassessmentconfiguration-12.0 → pyobjc_framework_automaticassessmentconfiguration-12.2}/metadata/AutomaticAssessmentConfiguration.fwinfo +0 -0
- {pyobjc_framework_automaticassessmentconfiguration-12.0 → pyobjc_framework_automaticassessmentconfiguration-12.2}/metadata/metadata.ini +0 -0
- {pyobjc_framework_automaticassessmentconfiguration-12.0 → pyobjc_framework_automaticassessmentconfiguration-12.2}/pyproject.toml +0 -0
- {pyobjc_framework_automaticassessmentconfiguration-12.0 → pyobjc_framework_automaticassessmentconfiguration-12.2}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# This file is generated by objective.metadata
|
|
2
2
|
#
|
|
3
|
-
# Last update:
|
|
3
|
+
# Last update: Sun May 24 11:42:43 2026
|
|
4
4
|
#
|
|
5
5
|
# flake8: noqa
|
|
6
6
|
|
|
@@ -53,6 +53,21 @@ try:
|
|
|
53
53
|
b"setRequiresSignatureValidation:",
|
|
54
54
|
{"arguments": {2: {"type": b"Z"}}},
|
|
55
55
|
)
|
|
56
|
+
r(
|
|
57
|
+
b"AEAssessmentConfiguration",
|
|
58
|
+
b"allowsAccessibilityKeyboard",
|
|
59
|
+
{"retval": {"type": b"Z"}},
|
|
60
|
+
)
|
|
61
|
+
r(
|
|
62
|
+
b"AEAssessmentConfiguration",
|
|
63
|
+
b"allowsAccessibilityLiveCaptions",
|
|
64
|
+
{"retval": {"type": b"Z"}},
|
|
65
|
+
)
|
|
66
|
+
r(
|
|
67
|
+
b"AEAssessmentConfiguration",
|
|
68
|
+
b"allowsAccessibilityReader",
|
|
69
|
+
{"retval": {"type": b"Z"}},
|
|
70
|
+
)
|
|
56
71
|
r(
|
|
57
72
|
b"AEAssessmentConfiguration",
|
|
58
73
|
b"allowsAccessibilitySpeech",
|
|
@@ -74,6 +89,7 @@ try:
|
|
|
74
89
|
{"retval": {"type": b"Z"}},
|
|
75
90
|
)
|
|
76
91
|
r(b"AEAssessmentConfiguration", b"allowsDictation", {"retval": {"type": b"Z"}})
|
|
92
|
+
r(b"AEAssessmentConfiguration", b"allowsEmojiKeyboard", {"retval": {"type": b"Z"}})
|
|
77
93
|
r(
|
|
78
94
|
b"AEAssessmentConfiguration",
|
|
79
95
|
b"allowsKeyboardShortcuts",
|
|
@@ -89,7 +105,23 @@ try:
|
|
|
89
105
|
b"allowsPredictiveKeyboard",
|
|
90
106
|
{"retval": {"type": b"Z"}},
|
|
91
107
|
)
|
|
108
|
+
r(b"AEAssessmentConfiguration", b"allowsScreenshots", {"retval": {"type": b"Z"}})
|
|
92
109
|
r(b"AEAssessmentConfiguration", b"allowsSpellCheck", {"retval": {"type": b"Z"}})
|
|
110
|
+
r(
|
|
111
|
+
b"AEAssessmentConfiguration",
|
|
112
|
+
b"setAllowsAccessibilityKeyboard:",
|
|
113
|
+
{"arguments": {2: {"type": b"Z"}}},
|
|
114
|
+
)
|
|
115
|
+
r(
|
|
116
|
+
b"AEAssessmentConfiguration",
|
|
117
|
+
b"setAllowsAccessibilityLiveCaptions:",
|
|
118
|
+
{"arguments": {2: {"type": b"Z"}}},
|
|
119
|
+
)
|
|
120
|
+
r(
|
|
121
|
+
b"AEAssessmentConfiguration",
|
|
122
|
+
b"setAllowsAccessibilityReader:",
|
|
123
|
+
{"arguments": {2: {"type": b"Z"}}},
|
|
124
|
+
)
|
|
93
125
|
r(
|
|
94
126
|
b"AEAssessmentConfiguration",
|
|
95
127
|
b"setAllowsAccessibilitySpeech:",
|
|
@@ -115,6 +147,11 @@ try:
|
|
|
115
147
|
b"setAllowsDictation:",
|
|
116
148
|
{"arguments": {2: {"type": b"Z"}}},
|
|
117
149
|
)
|
|
150
|
+
r(
|
|
151
|
+
b"AEAssessmentConfiguration",
|
|
152
|
+
b"setAllowsEmojiKeyboard:",
|
|
153
|
+
{"arguments": {2: {"type": b"Z"}}},
|
|
154
|
+
)
|
|
118
155
|
r(
|
|
119
156
|
b"AEAssessmentConfiguration",
|
|
120
157
|
b"setAllowsKeyboardShortcuts:",
|
|
@@ -130,6 +167,11 @@ try:
|
|
|
130
167
|
b"setAllowsPredictiveKeyboard:",
|
|
131
168
|
{"arguments": {2: {"type": b"Z"}}},
|
|
132
169
|
)
|
|
170
|
+
r(
|
|
171
|
+
b"AEAssessmentConfiguration",
|
|
172
|
+
b"setAllowsScreenshots:",
|
|
173
|
+
{"arguments": {2: {"type": b"Z"}}},
|
|
174
|
+
)
|
|
133
175
|
r(
|
|
134
176
|
b"AEAssessmentConfiguration",
|
|
135
177
|
b"setAllowsSpellCheck:",
|
|
@@ -269,12 +311,15 @@ try:
|
|
|
269
311
|
finally:
|
|
270
312
|
objc._updatingMetadata(False)
|
|
271
313
|
|
|
314
|
+
objc.registerNewKeywordsFromSelector("AEAssessmentApplication", b"init")
|
|
272
315
|
objc.registerNewKeywordsFromSelector(
|
|
273
316
|
"AEAssessmentApplication", b"initWithBundleIdentifier:"
|
|
274
317
|
)
|
|
275
318
|
objc.registerNewKeywordsFromSelector(
|
|
276
319
|
"AEAssessmentApplication", b"initWithBundleIdentifier:teamIdentifier:"
|
|
277
320
|
)
|
|
321
|
+
objc.registerNewKeywordsFromSelector("AEAssessmentParticipantConfiguration", b"init")
|
|
322
|
+
objc.registerNewKeywordsFromSelector("AEAssessmentSession", b"init")
|
|
278
323
|
objc.registerNewKeywordsFromSelector("AEAssessmentSession", b"initWithConfiguration:")
|
|
279
324
|
expressions = {}
|
|
280
325
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyobjc-framework-AutomaticAssessmentConfiguration
|
|
3
|
-
Version: 12.
|
|
3
|
+
Version: 12.2
|
|
4
4
|
Summary: Wrappers for the framework AutomaticAssessmentConfiguration on macOS
|
|
5
5
|
Home-page: https://github.com/ronaldoussoren/pyobjc
|
|
6
6
|
Author: Ronald Oussoren
|
|
@@ -17,7 +17,6 @@ Classifier: Operating System :: MacOS :: MacOS X
|
|
|
17
17
|
Classifier: Programming Language :: Python
|
|
18
18
|
Classifier: Programming Language :: Python :: 3
|
|
19
19
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
20
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
21
20
|
Classifier: Programming Language :: Python :: 3.10
|
|
22
21
|
Classifier: Programming Language :: Python :: 3.11
|
|
23
22
|
Classifier: Programming Language :: Python :: 3.12
|
|
@@ -25,14 +24,14 @@ Classifier: Programming Language :: Python :: 3.13
|
|
|
25
24
|
Classifier: Programming Language :: Python :: 3.14
|
|
26
25
|
Classifier: Programming Language :: Python :: 3.15
|
|
27
26
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
28
|
-
Classifier: Programming Language :: Python :: Free Threading ::
|
|
27
|
+
Classifier: Programming Language :: Python :: Free Threading :: 3 - Stable
|
|
29
28
|
Classifier: Programming Language :: Objective C
|
|
30
29
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
31
30
|
Classifier: Topic :: Software Development :: User Interfaces
|
|
32
|
-
Requires-Python: >=3.
|
|
31
|
+
Requires-Python: >=3.10
|
|
33
32
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
34
|
-
Requires-Dist: pyobjc-core>=12.
|
|
35
|
-
Requires-Dist: pyobjc-framework-Cocoa>=12.
|
|
33
|
+
Requires-Dist: pyobjc-core>=12.2
|
|
34
|
+
Requires-Dist: pyobjc-framework-Cocoa>=12.2
|
|
36
35
|
Dynamic: author
|
|
37
36
|
Dynamic: author-email
|
|
38
37
|
Dynamic: classifier
|
|
@@ -26,5 +26,5 @@ PyObjCTest/test_aeerrors.py
|
|
|
26
26
|
PyObjCTest/test_automaticassessmentconfiguration.py
|
|
27
27
|
metadata/AutomaticAssessmentConfiguration.fwinfo
|
|
28
28
|
metadata/metadata.ini
|
|
29
|
-
metadata/raw/arm64-26.
|
|
30
|
-
metadata/raw/x86_64-26.
|
|
29
|
+
metadata/raw/arm64-26.5.fwinfo
|
|
30
|
+
metadata/raw/x86_64-26.5.fwinfo
|
|
@@ -22,12 +22,14 @@ NS_ASSUME_NONNULL_BEGIN
|
|
|
22
22
|
* Start of compiler definitions
|
|
23
23
|
*
|
|
24
24
|
*/
|
|
25
|
+
#if 0
|
|
25
26
|
#ifndef __has_feature
|
|
26
27
|
#define __has_feature(x) 0
|
|
27
28
|
#endif
|
|
28
29
|
#ifndef __has_extension
|
|
29
30
|
#define __has_extension(x) __has_feature(x)
|
|
30
31
|
#endif
|
|
32
|
+
#endif
|
|
31
33
|
|
|
32
34
|
#if __has_extension(c_static_assert)
|
|
33
35
|
#define STATIC_ASSERT(test, message) _Static_assert(test, message)
|
|
@@ -55,46 +57,10 @@ NS_ASSUME_NONNULL_BEGIN
|
|
|
55
57
|
/*
|
|
56
58
|
*
|
|
57
59
|
* Start of compiler support helpers
|
|
58
|
-
*
|
|
59
|
-
* XXX: Are these needed?
|
|
60
60
|
*/
|
|
61
61
|
|
|
62
|
-
#ifdef __GNUC__
|
|
63
62
|
#define unlikely(x) __builtin_expect(!!(x), 0)
|
|
64
63
|
#define likely(x) __builtin_expect(!!(x), 1)
|
|
65
|
-
#else
|
|
66
|
-
#define likely(x) x
|
|
67
|
-
#define likely(x) x
|
|
68
|
-
#endif
|
|
69
|
-
|
|
70
|
-
/* On some versions of GCC <limits.h> defines LONG_LONG_MAX but not LLONG_MAX, compensate.
|
|
71
|
-
*/
|
|
72
|
-
#ifndef LLONG_MIN
|
|
73
|
-
#ifdef LONG_LONG_MIN
|
|
74
|
-
#define LLONG_MIN LONG_LONG_MIN
|
|
75
|
-
#define LLONG_MAX LONG_LONG_MAX
|
|
76
|
-
#define ULLONG_MAX ULONG_LONG_MAX
|
|
77
|
-
#endif
|
|
78
|
-
#endif
|
|
79
|
-
|
|
80
|
-
/*
|
|
81
|
-
*
|
|
82
|
-
* End of compiler support helpers
|
|
83
|
-
*
|
|
84
|
-
* XXX: These two are no longer needed, all supported platforms
|
|
85
|
-
* are 64-bit
|
|
86
|
-
*/
|
|
87
|
-
|
|
88
|
-
#if __LP64__
|
|
89
|
-
#define Py_ARG_NSInteger "l"
|
|
90
|
-
#define Py_ARG_NSUInteger "k"
|
|
91
|
-
#else
|
|
92
|
-
#define Py_ARG_NSInteger "i"
|
|
93
|
-
#define Py_ARG_NSUInteger "I"
|
|
94
|
-
#endif
|
|
95
|
-
|
|
96
|
-
#define PyObjC__STR(x) #x
|
|
97
|
-
#define PyObjC_STR(x) PyObjC__STR(x)
|
|
98
64
|
|
|
99
65
|
/*
|
|
100
66
|
*
|
|
@@ -131,20 +97,6 @@ NS_ASSUME_NONNULL_BEGIN
|
|
|
131
97
|
|
|
132
98
|
extern int PyObjC_Cmp(PyObject* o1, PyObject* o2, int* result);
|
|
133
99
|
|
|
134
|
-
/*
|
|
135
|
-
* A micro optimization: when using Python 3.3 or later it
|
|
136
|
-
* is possible to access a 'char*' with an ASCII representation
|
|
137
|
-
* of a unicode object without first converting it to a bytes
|
|
138
|
-
* string (if the string can be encoded as ASCII in the first
|
|
139
|
-
* place.
|
|
140
|
-
*
|
|
141
|
-
* This slightly reduces the object allocation rate during
|
|
142
|
-
* attribute access.
|
|
143
|
-
*
|
|
144
|
-
* XXX: Use PyUnicode_AsUTF8 instead.
|
|
145
|
-
*/
|
|
146
|
-
extern const char* _Nullable PyObjC_Unicode_Fast_Bytes(PyObject* object);
|
|
147
|
-
|
|
148
100
|
#ifdef __clang__
|
|
149
101
|
|
|
150
102
|
#ifndef Py_LIMITED_API
|
|
@@ -286,6 +238,23 @@ static inline PyObject* _Nullable PyList_GetItemRef(PyObject* l, Py_ssize_t i)
|
|
|
286
238
|
Py_XINCREF(result);
|
|
287
239
|
return result;
|
|
288
240
|
}
|
|
241
|
+
|
|
242
|
+
static inline int
|
|
243
|
+
PyDict_SetDefaultRef(PyObject* p, PyObject* key, PyObject* default_value,
|
|
244
|
+
PyObject* _Nonnull* _Nullable result)
|
|
245
|
+
{
|
|
246
|
+
*result = PyDict_SetDefault(p, key, default_value);
|
|
247
|
+
if (*result == NULL) {
|
|
248
|
+
return -1;
|
|
249
|
+
}
|
|
250
|
+
Py_INCREF(*result);
|
|
251
|
+
|
|
252
|
+
/* This does not follow the spec, should return 1 when the key was already
|
|
253
|
+
* in the dict. That part of the API is not used in PyObjC though.
|
|
254
|
+
*/
|
|
255
|
+
return 0;
|
|
256
|
+
}
|
|
257
|
+
|
|
289
258
|
#endif
|
|
290
259
|
|
|
291
260
|
#if PY_VERSION_HEX < 0x030c0000
|
|
@@ -392,6 +361,11 @@ PyUnstable_TryIncRef(PyObject* op __attribute__((__unused__)))
|
|
|
392
361
|
}
|
|
393
362
|
#endif
|
|
394
363
|
|
|
364
|
+
#if PY_VERSION_HEX < 0x030f00a7
|
|
365
|
+
#define PyAnyDict_CheckExact PyDict_CheckExact
|
|
366
|
+
#define PyAnyDict_Check PyDict_Check
|
|
367
|
+
#endif
|
|
368
|
+
|
|
395
369
|
NS_ASSUME_NONNULL_END
|
|
396
370
|
|
|
397
371
|
#endif /* PyObjC_COMPAT_H */
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyobjc-framework-AutomaticAssessmentConfiguration
|
|
3
|
-
Version: 12.
|
|
3
|
+
Version: 12.2
|
|
4
4
|
Summary: Wrappers for the framework AutomaticAssessmentConfiguration on macOS
|
|
5
5
|
Home-page: https://github.com/ronaldoussoren/pyobjc
|
|
6
6
|
Author: Ronald Oussoren
|
|
@@ -17,7 +17,6 @@ Classifier: Operating System :: MacOS :: MacOS X
|
|
|
17
17
|
Classifier: Programming Language :: Python
|
|
18
18
|
Classifier: Programming Language :: Python :: 3
|
|
19
19
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
20
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
21
20
|
Classifier: Programming Language :: Python :: 3.10
|
|
22
21
|
Classifier: Programming Language :: Python :: 3.11
|
|
23
22
|
Classifier: Programming Language :: Python :: 3.12
|
|
@@ -25,14 +24,14 @@ Classifier: Programming Language :: Python :: 3.13
|
|
|
25
24
|
Classifier: Programming Language :: Python :: 3.14
|
|
26
25
|
Classifier: Programming Language :: Python :: 3.15
|
|
27
26
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
28
|
-
Classifier: Programming Language :: Python :: Free Threading ::
|
|
27
|
+
Classifier: Programming Language :: Python :: Free Threading :: 3 - Stable
|
|
29
28
|
Classifier: Programming Language :: Objective C
|
|
30
29
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
31
30
|
Classifier: Topic :: Software Development :: User Interfaces
|
|
32
|
-
Requires-Python: >=3.
|
|
31
|
+
Requires-Python: >=3.10
|
|
33
32
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
34
|
-
Requires-Dist: pyobjc-core>=12.
|
|
35
|
-
Requires-Dist: pyobjc-framework-Cocoa>=12.
|
|
33
|
+
Requires-Dist: pyobjc-core>=12.2
|
|
34
|
+
Requires-Dist: pyobjc-framework-Cocoa>=12.2
|
|
36
35
|
Dynamic: author
|
|
37
36
|
Dynamic: author-email
|
|
38
37
|
Dynamic: classifier
|
pyobjc_framework_automaticassessmentconfiguration-12.2/PyObjCTest/test_aeassessmentconfiguration.py
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import AutomaticAssessmentConfiguration
|
|
2
|
+
import objc
|
|
3
|
+
from PyObjCTools.TestSupport import TestCase, min_os_level
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
class TestAEAssessmentConfiguration(TestCase):
|
|
7
|
+
@min_os_level("10.15.4")
|
|
8
|
+
def testClasses(self):
|
|
9
|
+
self.assertIsInstance(
|
|
10
|
+
AutomaticAssessmentConfiguration.AEAssessmentConfiguration, objc.objc_class
|
|
11
|
+
)
|
|
12
|
+
|
|
13
|
+
@min_os_level("26.1")
|
|
14
|
+
def test_methods26_1(self):
|
|
15
|
+
self.assertResultIsBOOL(
|
|
16
|
+
AutomaticAssessmentConfiguration.AEAssessmentConfiguration.allowsAccessibilityKeyboard
|
|
17
|
+
)
|
|
18
|
+
self.assertArgIsBOOL(
|
|
19
|
+
AutomaticAssessmentConfiguration.AEAssessmentConfiguration.setAllowsAccessibilityKeyboard_,
|
|
20
|
+
0,
|
|
21
|
+
)
|
|
22
|
+
|
|
23
|
+
self.assertResultIsBOOL(
|
|
24
|
+
AutomaticAssessmentConfiguration.AEAssessmentConfiguration.allowsAccessibilityLiveCaptions
|
|
25
|
+
)
|
|
26
|
+
self.assertArgIsBOOL(
|
|
27
|
+
AutomaticAssessmentConfiguration.AEAssessmentConfiguration.setAllowsAccessibilityLiveCaptions_,
|
|
28
|
+
0,
|
|
29
|
+
)
|
|
30
|
+
|
|
31
|
+
self.assertResultIsBOOL(
|
|
32
|
+
AutomaticAssessmentConfiguration.AEAssessmentConfiguration.allowsAccessibilityReader
|
|
33
|
+
)
|
|
34
|
+
self.assertArgIsBOOL(
|
|
35
|
+
AutomaticAssessmentConfiguration.AEAssessmentConfiguration.setAllowsAccessibilityReader_,
|
|
36
|
+
0,
|
|
37
|
+
)
|