MCPcopy Index your code
hub / github.com/python/cpython / _full_mapping

Method _full_mapping

Lib/test/mapping_tests.py:22–25  ·  view source on GitHub ↗

Return a mapping object with the values contained in data dictionary

(self, data)

Source from the content-addressed store, hash-verified

20 """Return an empty mapping object"""
21 return self.type2test()
22 def _full_mapping(self, data):
23 """Return a mapping object with the values contained in data
24 dictionary"""
25 return self.type2test(data)
26
27 def __init__(self, *args, **kw):
28 unittest.TestCase.__init__(self, *args, **kw)

Callers 1

test_readMethod · 0.95

Calls 1

type2testMethod · 0.80

Tested by

no test coverage detected