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

Method unpack

Lib/test/test_tcl.py:729–730  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

727 join = tkinter._join
728 tcl = self.interp.tk
729 def unpack(s):
730 return tcl.call('lindex', s, 0)
731 def check(value):
732 self.assertEqual(unpack(join([value])), value)
733 self.assertEqual(unpack(join([value, 0])), value)

Callers 15

parseMethod · 0.80
_get_sizeMethod · 0.80
_read_intsMethod · 0.80
_read_objectMethod · 0.80
_read_gzip_headerFunction · 0.80
_read_eofMethod · 0.80
decompressFunction · 0.80
handleMethod · 0.80
test_transitivenessMethod · 0.80
test_new_featuresMethod · 0.80

Calls 1

callMethod · 0.45

Tested by

no test coverage detected