We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ReturnTypes.ql
1 parent 35ada17 commit 1526c86Copy full SHA for 1526c86
python/ql/test/2/library-tests/types/functions/ReturnTypes.expected
@@ -1,3 +1,4 @@
1
+| 4 | bump_version | builtin-class object |
2
| 6 | ok1 | builtin-class NoneType |
3
| 12 | ok2 | builtin-class int |
4
| 12 | ok2 | builtin-class str |
@@ -21,4 +22,4 @@
21
22
| 112 | multi_return | builtin-class int |
23
| 118 | do_something | builtin-class int |
24
| 123 | with_flow | builtin-class int |
-| 128 | return_default | builtin-class tuple |
25
+| 128 | return_default | builtin-class tuple |
0 commit comments