MCPcopy Create free account
hub / github.com/conda/constructor / get_signing_command

Method get_signing_command

constructor/signing.py:59–64  ·  view source on GitHub ↗

Get the string of the signing command to be executed. For Windows, this command is inserted into the NSIS template.

(self)

Source from the content-addressed store, hash-verified

57 self._verify_tool_is_available()
58
59 def get_signing_command(self):
60 """Get the string of the signing command to be executed.
61
62 For Windows, this command is inserted into the NSIS template.
63 """
64 return self.executable
65
66 def verify_signature(self):
67 """Verify the signed installer."""

Callers 1

signMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected