kuroko/test/testClassAnnotation.krk.expect

3 lines
87 B
Plaintext
Raw Normal View History

{'a': <class 'int'>, 'b': <class 'float'>, 's': <class 'str'>, 'd': <class 'bool'>}
84