Home
last modified time | relevance | path

Searched refs:_full_mapping (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Lib/test/
Dmapping_tests.py22 def _full_mapping(self, data): member in BasicTestMappingProtocol
47 d = self._full_mapping(self.reference)
112 d = self._full_mapping(self.reference)
320 self.assertTrue(self._full_mapping({"x": "y"}))
322 self.assertTrue(bool(self._full_mapping({"x": "y"})) is True)
328 d = self._full_mapping({'a': 1, 'b': 2})
336 d = self._full_mapping({1:2})
342 d = self._full_mapping({1:2})
348 d = self._full_mapping({'a': 1, 'b': 2})
360 d = self._full_mapping({'a': 1, 'b': 2})
[all …]