MCPcopy Index your code
hub / github.com/pyinvoke/invoke / executor_class_defaults_to_Executor

Method executor_class_defaults_to_Executor

tests/program.py:70–71  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

68 assert Program(loader_class=klass).loader_class == klass
69
70 def executor_class_defaults_to_Executor(self):
71 assert Program().executor_class is Executor
72
73 def may_specify_executor_class(self):
74 klass = object()

Callers

nothing calls this directly

Calls 1

ProgramClass · 0.90

Tested by

no test coverage detected