We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cabd30 commit 66ae38cCopy full SHA for 66ae38c
1 file changed
creational/lazy_evaluation.py
@@ -87,12 +87,11 @@ def main():
87
### OUTPUT ###
88
# Name: Jhon Occupation: Coder
89
# Before we access `relatives`:
90
-# {'name': 'Jhon', 'occupation': 'Coder'}
+# {'call_count2': 0, 'name': 'Jhon', 'occupation': 'Coder'}
91
# Jhon's relatives: Many relatives.
92
# After we've accessed `relatives`:
93
-# {'relatives': 'Many relatives.', 'name': 'Jhon', 'occupation': 'Coder'}
+# {'relatives': 'Many relatives.', 'call_count2': 0, 'name': 'Jhon', 'occupation': 'Coder'}
94
# Father and mother
95
-# {'_lazy__parents': 'Father and mother', 'relatives': 'Many relatives.',
96
-# 'call_count2': 1, 'name': 'Jhon', 'occupation': 'Coder'}
+# {'_lazy__parents': 'Father and mother', 'relatives': 'Many relatives.', 'call_count2': 1, 'name': 'Jhon', 'occupation': 'Coder'}
97
98
# 1
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments