MCPcopy Create free account
hub / github.com/ipython/ipython / test_get__all__entries_no__all__ok

Method test_get__all__entries_no__all__ok

tests/test_completer.py:787–792  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

785 self.assertEqual(words, ["x"])
786
787 def test_get__all__entries_no__all__ok(self):
788 class A:
789 pass
790
791 words = completer.get__all__entries(A())
792 self.assertEqual(words, [])
793
794 def test_completes_globals_as_args_of_methods(self):
795 ip = get_ipython()

Callers

nothing calls this directly

Calls 1

AClass · 0.70

Tested by

no test coverage detected