This website requires JavaScript.
Explore
Help
Sign In
kuroko-lang
/
kuroko
Watch
1
Star
0
Fork
0
You've already forked kuroko
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
eeca53e4f1
kuroko
/
test
/
testBindNativeMethod.krk.expect
4 lines
29 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Commit results of test cases as of now (not sure if they're all correctly)
2021-01-04 15:49:23 +03:00
e
repr classes as <class 'module.Class'> like Python - We were using "<type ...>" like Python2 does for built-ins? But even Python 2 called user classes "<class ...>" - Python 3 calls both built-ins and user classes "class". - Check if there's a __module__ name and use that as well, now we look even more like Python!
2021-02-24 16:50:51 +03:00
<class '__main__.Test'>
Commit results of test cases as of now (not sure if they're all correctly)
2021-01-04 15:49:23 +03:00
37
Reference in New Issue
Copy Permalink