Skip to content

Commit e3f1646

Browse files
committed
debug
1 parent 1ba3500 commit e3f1646

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

unittest/python/test_type_info.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import type_info
22

33
d = type_info.Dummy()
4+
print("d.type_info().pretty_name():", d.type_info().pretty_name())
45
assert d.type_info().pretty_name() == "Dummy"
56

67
assert type_info.type_info(1).pretty_name() == "int"

0 commit comments

Comments
 (0)