Add a utility that converts call keyword arguments into dicts, in AST space.
authorA. Unique TensorFlower <gardener@tensorflow.org>
Thu, 22 Mar 2018 11:50:42 +0000 (04:50 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Thu, 22 Mar 2018 11:52:38 +0000 (04:52 -0700)
commitf9ccb89134d89469ae962bba832e78d1f116b96b
tree2b990fd371775dea49af5fcb958f5824e458f848
parentba97ee847d9baca0ac3b7eab5c6bad93e70a2882
Add a utility that converts call keyword arguments into dicts, in AST space.

PiperOrigin-RevId: 190047495
tensorflow/contrib/py2tf/pyct/ast_util.py
tensorflow/contrib/py2tf/pyct/ast_util_test.py