INNER CODE UNIT · Python

a_method

tensorflow/docs · tools/tensorflow_docs/api_generator/compat_test/__init__.py:70

  def a_method(self, x, y):
    """Methods can have compatibility notes too.

    @compatibility(TF2)
    test
    @end_compatibility

    It does things too.

    Args:
      x: x
      y: y

    Returns:
      None
    """
    del x
    del y

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…