pulumi/sdk/python/lib
Pat Gavlin 713b901b0c
[sdk/python] Translate property dep keys. (#7443)
The map of property dependencies the Python SDK receives from the
engine uses `camelCase` property keys, but the SDK performs lookups
using `snake_case` property keys. Fix this by translating the map's keys
from `camelCase` to `snake_case` prior to performing any lookups.
2021-07-07 20:01:41 +10:00
..
pulumi [sdk/python] Translate property dep keys. (#7443) 2021-07-07 20:01:41 +10:00
test Add replaceOnChanges resource option (#7226) 2021-07-01 13:32:08 -06:00
test_with_mocks Skip flaky python test (#7035) 2021-05-12 09:29:13 -07:00
setup.py [sdk/python] - Fix python lint errors (#6872) 2021-04-26 08:56:15 -07:00