MCPcopy Create free account
hub / github.com/django/code.djangoproject.com / __init__

Method __init__

traccheck.py:90–92  ·  view source on GitHub ↗
(self, cmdoptions, *args, **kwargs)

Source from the content-addressed store, hash-verified

88
89class CommandEnvironment(TracEnvironment):
90 def __init__(self, cmdoptions, *args, **kwargs):
91 self._cmdoptions = cmdoptions
92 super().__init__(cmdoptions.trac_env, *args, **kwargs)
93
94 def setup_log(self):
95 if self._cmdoptions.trac_log_level:

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected