Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Confused about self.parent

オープン
#840 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
2/5
見積もり時間
1〜3時間
初心者へのやさしさ
35/100
issue の種類
ドキュメント
明瞭さ
説明が足りない
活発さ
停滞
技術スタック
python
領域
documentation

調査の方向性

traitlets/config/configurable.py の47行目付近から始め、親の定義とドキュメント検索結果を比較してください。ドキュメントが self.parent のセマンティクスと意図された用途を説明しているかを確認してください。動作と親 Configurable インスタンスとの関係が明確に文書化されていれば完了です。

索引モデルが issue の本文から書いたものです。

説明

Hello, I am making heavy use of self.parent in some code I wrote, but:

  1. searching the docs does not define parent
  2. searching the repo for def parent does not yield any results
  3. There are a number of red herrings in the search to understand what self.parent does and where it is documented because of toy examples in the issues and the docs where we have class Child and Class Parent where the Child class has a slot accessed via self.parent ... this is not the self.parent that is being heavily used in my Traitlets-based applications... but for the life of me, I cannot remember why I started using it and what the semantics are.

Actually I think I found it : it's defined as "The parent Configurable instance of this object." ... ah I think I know the purpose of this... it's to get at the Application class that is the parent of the Configurable class so that you can access slots within the Application... is that correct?

主要言語
Python
スター
653
フォーク
217
平均マージ
2日 21時間
マージ済み PR(30日)
2

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

ipython/traitlets のほかの issue

ipython/traitlets の issue をすべて見る

似ている issue

Python の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。