@@ -217,6 +217,19 @@ QDEF(MP_QSTR_generator, (const byte*)"\x96\x09" "generator")
217
217
QDEF (MP_QSTR_iterator , (const byte * )"\x47\x08" "iterator" )
218
218
QDEF (MP_QSTR_module , (const byte * )"\xbf\x06" "module" )
219
219
QDEF (MP_QSTR_slice , (const byte * )"\xb5\x05" "slice" )
220
+ QDEF (MP_QSTR_discard , (const byte * )"\x0f\x07" "discard" )
221
+ QDEF (MP_QSTR_difference , (const byte * )"\x72\x0a" "difference" )
222
+ QDEF (MP_QSTR_difference_update , (const byte * )"\x9c\x11" "difference_update" )
223
+ QDEF (MP_QSTR_intersection , (const byte * )"\x28\x0c" "intersection" )
224
+ QDEF (MP_QSTR_intersection_update , (const byte * )"\x06\x13" "intersection_update" )
225
+ QDEF (MP_QSTR_isdisjoint , (const byte * )"\xf7\x0a" "isdisjoint" )
226
+ QDEF (MP_QSTR_issubset , (const byte * )"\xb9\x08" "issubset" )
227
+ QDEF (MP_QSTR_issuperset , (const byte * )"\xfc\x0a" "issuperset" )
228
+ QDEF (MP_QSTR_set , (const byte * )"\x27\x03" "set" )
229
+ QDEF (MP_QSTR_symmetric_difference , (const byte * )"\xce\x14" "symmetric_difference" )
230
+ QDEF (MP_QSTR_symmetric_difference_update , (const byte * )"\x60\x1b" "symmetric_difference_update" )
231
+ QDEF (MP_QSTR_union , (const byte * )"\xf6\x05" "union" )
232
+ QDEF (MP_QSTR_frozenset , (const byte * )"\xed\x09" "frozenset" )
220
233
QDEF (MP_QSTR_math , (const byte * )"\x35\x04" "math" )
221
234
QDEF (MP_QSTR_e , (const byte * )"\xc0\x01" "e" )
222
235
QDEF (MP_QSTR_pi , (const byte * )"\x1c\x02" "pi" )
0 commit comments