Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Stub test classes for py35
  • Loading branch information
vemel committed Feb 7, 2020
commit 27c99b92ed4fc04eeaeadc0718a012f3d0137e08
1 change: 1 addition & 0 deletions typing_extensions/src_py3/test_typing_extensions.py
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,7 @@ class Cat(Animal):
A = B = CSub = G = CoolEmployee = CoolEmployeeWithDefault = object
XMeth = XRepr = HasCallProtocol = NoneAndForward = Loop = object
Point2D = Point2Dor3D = LabelPoint2D = Options = object
_Animal = Animal = Cat = object

gth = get_type_hints

Expand Down