INNER CODE UNIT · Python
AClass
tensorflow/docs · tools/tensorflow_docs/api_generator/compat_test/__init__.py:52
class AClass:
"""This is a class.
@compatibility(TF2)
test
@end_compatibility
It does things too.
Attributes:
x: x
y: x
"""
def __init__(self, x, y):
self.x = x
self.y = y