MCPcopy Create free account
hub / github.com/sloria/environs / https_url

Method https_url

tests/test_environs.py:1004–1005  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

1002
1003 @env.parser_for("https_url")
1004 def https_url(value):
1005 return "https://" + value
1006
1007 env.seal()
1008 with pytest.raises(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected