-
Leon Barrett authored
Currently, if you access a ListValue from a Struct and attempted to assign it to another Struct, you would get an exception: > s1 = spb.Struct() > s1['a'] = [1] > s2 = spb.Struct() > s2['a'] = s1['a'] ValueError: Unexpected type This fixes that case.
de5d071f
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
compatibility_tests/v2.5.0 | ||
release/wheel | ||
MANIFEST.in | ||
README.md | ||
mox.py | ||
release.sh | ||
setup.cfg | ||
setup.py | ||
stubout.py | ||
tox.ini |