Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 14857cf + 1751968 commit af72f9eCopy full SHA for af72f9e
1 file changed
Lib/idlelib/CallTips.py
@@ -211,7 +211,7 @@ def test(expression, expected):
211
def test_builtins():
212
# if first line of a possibly multiline compiled docstring changes,
213
# must change corresponding test string
214
- test('int', "int(x[, base]) -> integer")
+ test('int', "int(x=0) -> integer")
215
test('Int', Int.__doc__)
216
test('types.MethodType', "method(function, instance)")
217
test('list', "list() -> new empty list")
0 commit comments