Add another utility that captures a function's namespace as a mapping from symbol...
authorA. Unique TensorFlower <gardener@tensorflow.org>
Sat, 24 Feb 2018 01:22:37 +0000 (17:22 -0800)
committerTensorFlower Gardener <gardener@tensorflow.org>
Sat, 24 Feb 2018 01:27:52 +0000 (17:27 -0800)
commit44bec5d15f656d054df5c61e3eb70d5fbe8bb77a
treec57081300ef26f5571d40625fd4166305741f5d1
parentb1cc57604cadb4251efeb764074c9138d4e24521
Add another utility that captures a function's namespace as a mapping from symbol names to actual values.
Update getmethodclass with a hopefully more robust method.

PiperOrigin-RevId: 186847003
tensorflow/contrib/py2tf/pyct/inspect_utils.py
tensorflow/contrib/py2tf/pyct/inspect_utils_test.py