Lines Matching refs:data
196 # carry no data), but they need to be picklable anyway else
1601 for data in tests:
1603 derived = loads(data, encoding='latin1')
2373 for data in tests:
2375 derived = loads(data, encoding='latin1')
3614 for i, (data, args) in enumerate(tests):
3618 derived = loads(data, encoding='latin1')
4019 for data in tests:
4021 derived = loads(data, encoding='latin1')
4022 self.assertEqual(derived, expected, repr(data))
4276 '12:30:45.123456a', # Non-numeric data after 6 components
4277 '12:30:45.123456789a', # Non-numeric data after 9 components
4474 for data in tests:
4476 derived = loads(data, encoding='latin1')
6171 # tz data can represent solar time only with some difficulty and error.