aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/util/tf_inspect_test.py
Commit message (Expand)AuthorAge
* Merge pull request #22517 from IMBurbank:masterGravatar TensorFlower Gardener2018-10-02
|\
| * Update tf_inspect_test.pyGravatar Isaac Burbank2018-09-26
| * Update to use python 2-3 compatible function tf_inspect.getfullargspec.Gravatar IMBurbank2018-09-25
|/
* More getargspec cleanups.Gravatar Alexandre Passos2018-08-06
* Adding getsourcefile and getsourcelines to tf_inspect.Gravatar A. Unique TensorFlower2018-07-09
* Fix `tf_inspect.getargspec` callable objects other than functions.Gravatar Mark Daoust2018-05-24
* Support functools.partial as callable object in tf_inspect.getargspec.Gravatar A. Unique TensorFlower2018-05-17
* Bring in `isbuiltin`.Gravatar A. Unique TensorFlower2018-02-26
* Add getmodule to tf_inspect.Gravatar A. Unique TensorFlower2018-02-16
* Introduce TFDecorator, a base class for Python TensorFlow decorators. Provide...Gravatar Charles Nicholson2017-04-21