Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pyinvoke/invoke
/ loader_class_defaults_to_FilesystemLoader
Method
loader_class_defaults_to_FilesystemLoader
tests/program.py:63–64 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
61
assert Program(binary=
"myapp"
).binary ==
"myapp"
62
63
def
loader_class_defaults_to_FilesystemLoader(self):
64
assert Program().loader_class is FilesystemLoader
65
66
def
may_specify_loader_class(self):
67
klass = object()
Callers
nothing calls this directly
Calls
1
Program
Class · 0.90
Tested by
no test coverage detected