MCPcopy
hub / github.com/tornadoweb/tornado / TestConfig3

Class TestConfig3

tornado/test/util_test.py:65–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63
64
65class TestConfig3(TestConfigurable):
66 # TestConfig3 is a configuration option that is itself configurable.
67 @classmethod
68 def configurable_base(cls):
69 return TestConfig3
70
71 @classmethod
72 def configurable_default(cls):
73 return TestConfig3A
74
75
76class TestConfig3A(TestConfig3):

Callers 1

Calls

no outgoing calls

Tested by 1