apache_beam.typehints.trivial_inference_test_py3 module

Tests for apache_beam.typehints.trivial_inference that use Python 3 syntax.

class apache_beam.typehints.trivial_inference_test_py3.TrivialInferenceTest(methodName='runTest')[source]

Bases: unittest.case.TestCase

Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.

assertReturnType(expected, f, inputs=(), depth=5)[source]
testBuildListUnpack()[source]
testBuildTupleUnpack()[source]