Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
19d5c42
attempted fix of issue #131116. Test case failing on non changed parts
lincolnj1 Mar 12, 2025
02ec2c1
Moved new test fodder to seperate file to fix errors
lincolnj1 Mar 12, 2025
8786c3c
Cleaned workspace and actually added the changed files this time
lincolnj1 Mar 12, 2025
9fe818c
Merge branch 'python:main' into getdoc-fix
lincolnj1 Mar 12, 2025
5772f7b
Seperated new tests into new test case
lincolnj1 Mar 12, 2025
f68119e
Merge branch 'getdoc-fix' of github.com:lincolnj1/cpython into getdoc…
lincolnj1 Mar 12, 2025
2406055
📜🤖 Added by blurb_it.
blurb-it[bot] Mar 12, 2025
5f0d6d4
Merge branch 'python:main' into getdoc-fix
lincolnj1 Mar 13, 2025
d61ab34
Added more tests and versionchanged to Doc
lincolnj1 Mar 31, 2025
4b74d4e
Update Doc/library/inspect.rst
lincolnj1 Apr 1, 2025
cfe3e99
Update Lib/test/test_inspect/inspect_fodder3.py
lincolnj1 Apr 1, 2025
fa92ad3
Update Lib/test/test_inspect/inspect_fodder3.py
lincolnj1 Apr 1, 2025
d83205c
Update Lib/test/test_inspect/inspect_fodder3.py
lincolnj1 Apr 1, 2025
c4764ff
Update Lib/test/test_inspect/inspect_fodder3.py
lincolnj1 Apr 1, 2025
1b0471f
Fixed inspect_fodder3 comments and added new test cases
lincolnj1 Apr 10, 2025
d4e37c3
Merge branch 'main' into getdoc-fix
serhiy-storchaka Nov 12, 2025
1e0cb4b
Apply suggestions from code review
serhiy-storchaka Nov 12, 2025
a669d23
Update Lib/test/test_inspect/test_inspect.py
serhiy-storchaka Nov 12, 2025
c510524
Apply suggestions from code review
serhiy-storchaka Nov 12, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Lib/test/test_inspect/inspect_fodder3.py
Co-authored-by: Bénédikt Tran <[email protected]>
  • Loading branch information
lincolnj1 and picnixz authored Apr 1, 2025
commit cfe3e99d76897a92ca67d2ad65021611c4ea30b5
2 changes: 1 addition & 1 deletion Lib/test/test_inspect/inspect_fodder3.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ def foo(self):
class ChildDefineDoc(ParentNoDoc):
@cached_property
def foo(self):
"docstring for foo defined in child"
"""docstring for foo defined in child"""
Loading