MCPcopy Create free account
hub / github.com/StackStorm/st2 / address

Method address

pants-plugins/api_spec/subsystem.py:33–38  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

31 config_file = "conf/st2.dev.conf"
32
33 def address(self) -> Address:
34 return Address(
35 self.directory,
36 target_name="cmd",
37 relative_file_path=f"{self.cmd}.py",
38 )
39
40 def pex_request(self) -> PexFromTargetsRequest:
41 return PexFromTargetsRequest(

Callers 1

pex_requestMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected