MCPcopy Create free account
hub / github.com/bugy/script-server / pass_as_argument

Method pass_as_argument

src/model/parameter_config.py:559–560  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

557 self._configured_option = configured_option
558
559 def pass_as_argument(self):
560 return (self._configured_option is None) or (self._configured_option == PASS_AS_ARGUMENT)
561
562 def pass_as_env_variable(self):
563 return (self._configured_option is None) or (self._configured_option == PASS_AS_ENV_VAR)

Callers 2

test_pass_asMethod · 0.80
build_command_argsFunction · 0.80

Calls

no outgoing calls

Tested by 1

test_pass_asMethod · 0.64