Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StackStorm/st2
/ config_request
Method
config_request
pants-plugins/api_spec/subsystem.py:48–52 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
46
)
47
48
def
config_request(self) -> ConfigFilesRequest:
49
return
ConfigFilesRequest(
50
specified=(self.config_file,),
51
discovery=False,
52
)
53
54
55
class
GenerateApiSpec(Cmd):
Callers
2
generate_api_spec_via_fmt
Function · 0.80
validate_api_spec
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected