MCPcopy Create free account
hub / github.com/apache/httpd / get_class_domain

Method get_class_domain

test/modules/md/md_env.py:191–192  ·  view source on GitHub ↗
(self, c)

Source from the content-addressed store, hash-verified

189 return "%s-%s" % (re.sub(r'[_]', '-', module.__name__.lower()), MDTestEnv.DOMAIN_SUFFIX)
190
191 def get_class_domain(self, c):
192 return "%s-%s" % (re.sub(r'[_]', '-', c.__name__.lower()), MDTestEnv.DOMAIN_SUFFIX)
193
194 # --------- cmd execution ---------
195

Callers 3

_class_scopeMethod · 0.80
_method_scopeMethod · 0.80
_method_scopeMethod · 0.80

Calls

no outgoing calls

Tested by 3

_class_scopeMethod · 0.64
_method_scopeMethod · 0.64
_method_scopeMethod · 0.64