Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pyinvoke/invoke
/ may_specify_config_class
Method
may_specify_config_class
tests/program.py:80–82 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
78
assert Program().config_class is Config
79
80
def
may_specify_config_class(self):
81
klass = object()
82
assert Program(config_class=klass).config_class == klass
83
84
class
miscellaneous:
85
"miscellaneous behaviors"
Callers
nothing calls this directly
Calls
1
Program
Class · 0.90
Tested by
no test coverage detected