Add an alias with clearer name.

PiperOrigin-RevId: 245816603
This commit is contained in:
Mark Daoust 2019-04-29 13:53:06 -07:00 committed by TensorFlower Gardener
parent b146fdcdf1
commit c8c1be7fa2

View File

@ -240,6 +240,9 @@ def for_subclass_implementers(obj):
return obj
do_not_doc_in_subclasses = for_subclass_implementers
def should_skip(obj):
"""Returns true if docs generation should be skipped for this object.