MCPcopy Index your code
hub / github.com/pyinvoke/invoke / UncastableEnvVar

Class UncastableEnvVar

invoke/exceptions.py:266–276  ·  view source on GitHub ↗

Raised on attempted env var loads whose default values are too rich. E.g. trying to stuff ``MY_VAR="foo"`` into ``{'my_var': ['uh', 'oh']}`` doesn't make any sense until/if we implement some sort of transform option. .. versionadded:: 1.0

Source from the content-addressed store, hash-verified

264
265
266class UncastableEnvVar(Exception):
267 """
268 Raised on attempted env var loads whose default values are too rich.
269
270 E.g. trying to stuff ``MY_VAR="foo"`` into ``{'my_var': ['uh', 'oh']}``
271 doesn't make any sense until/if we implement some sort of transform option.
272
273 .. versionadded:: 1.0
274 """
275
276 pass
277
278
279class UnknownFileType(Exception):

Callers 1

_castMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…