Lines Matching defs:check
1896 # we just do the check ourselves.
2225 self.produce_global_ext(0x0000abcd, pickle.EXT2) # check endianness
2230 self.produce_global_ext(0x12abcdef, pickle.EXT4) # check endianness
2537 the following consistency check.
2618 # Perform full equality check if the lengths match.
3124 def check(collection):
3138 check([Clearer()])
3139 check([Clearer(), Clearer()])
3140 check({Clearer()})
3141 check({Clearer(), Clearer()})
3142 check({Clearer(): 1})
3143 check({Clearer(): 1, Clearer(): 2})
3144 check({1: Clearer(), 2: Clearer()})
3313 """This class is used to check the 4th argument (list iterator) of
3326 """This class is used to check the 5th argument (dict iterator) of
3339 """This class is used to check the 3th argument (state) of
3487 # check that dumps() and loads() redirect their arguments
3924 # so check pickling a complex number still works
3937 # check picklability of AAA and BBB