Home
last modified time | relevance | path

Searched refs:Point2DGeneric (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_typing.py5146 class Point2DGeneric(Generic[T], TypedDict): class
6570 point = Point2DGeneric(a=5.0, b=3.0)
6576 ZZ = pickle.dumps(Point2DGeneric, proto)
6860 class Point3D(Point2DGeneric[T], Generic[T, KT]):
6864 self.assertEqual(Point3D.__orig_bases__, (Point2DGeneric[T], Generic[T, KT]))
6881 class Point3D(Point2DGeneric[T], Generic[KT]):

Completed in 17 milliseconds