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

Class Validator

Lib/idlelib/idle_test/test_config_key.py:20–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18 "Test validation methods: ok, keys_ok, bind_ok."
19
20 class Validator(config_key.GetKeysFrame):
21 def __init__(self, *args, **kwargs):
22 super().__init__(*args, **kwargs)
23 class list_keys_final:
24 get = Func()
25 self.list_keys_final = list_keys_final
26 get_modifiers = Func()
27 showerror = Mbox_func()
28
29 @classmethod
30 def setUpClass(cls):

Callers

nothing calls this directly

Calls 2

FuncClass · 0.90
Mbox_funcClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…