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

Method test_good_entity

Lib/idlelib/idle_test/test_calltip.py:272–273  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

270 def test_bad_entity(self):
271 self.assertIsNone(calltip.get_entity('1/0'))
272 def test_good_entity(self):
273 self.assertIs(calltip.get_entity('int'), int)
274
275
276# Test the 9 Calltip methods.

Callers

nothing calls this directly

Calls 2

get_entityMethod · 0.80
assertIsMethod · 0.45

Tested by

no test coverage detected