jackfrued / jackfrued/Python-100-Days
day09 面向对象进阶中关于__slots__的部分是不是存在代码缺失问题?
Open
Nobody has claimed this yet.
- Dominant language
- Jupyter Notebook
- Stars
- 187k
- Forks
- 55.8k
- PR merge metrics
- No merged PRs in 30d
Description
图中示例代码的报错:AttributeError: 'Person' object has no attribute '_is_gay',但是示例代码中没有调用也没有定义_is_gay 方法。
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the day09 object-oriented programming lesson and locate the slots example shown in the attached image. Compare the rendered example with the surrounding source and run it to reproduce the AttributeError involving _is_gay. Done means the lesson's example and its explanation are consistent and no longer reference missing code.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- content, documentation
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100