MCPcopy Create free account
hub / github.com/EasyIME/PIME / TestConfig3

Class TestConfig3

python/python3/tornado/test/util_test.py:70–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68
69
70class TestConfig3(TestConfigurable):
71 # TestConfig3 is a configuration option that is itself configurable.
72 @classmethod
73 def configurable_base(cls):
74 return TestConfig3
75
76 @classmethod
77 def configurable_default(cls):
78 return TestConfig3A
79
80
81class TestConfig3A(TestConfig3):

Callers 1

Calls

no outgoing calls

Tested by 1