MCPcopy Create free account
hub / github.com/python/cpython / fn

Method fn

Lib/test/test_clinic.py:857–858  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

855
856 def test_have_left_options_but_required_is_empty(self):
857 def fn():
858 permute_optional_groups(['a'], [], [])
859 self.assertRaises(ValueError, fn)
860
861

Callers

nothing calls this directly

Calls 1

permute_optional_groupsFunction · 0.90

Tested by

no test coverage detected