Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
649 views
in Technique[技术] by (71.8m points)

question about python code folder (lib/test) structure

This is not a question specific to defaultdict but in general philosophy or logic behind placing code in test files.

I would like to know reason behind placing the defaultdict class in cpython/Lib/test/test_descrtut.py. Github link (https://github.com/python/cpython/blob/master/Lib/test/test_descrtut.py)

The third subfolder is named test and also the file name has test in it, which indicates that its for test code. Also it has test code.

As this file is for test code the question is, why the defaultdict class in present in this file.

I tried going to documentation but could not easily figure out the reason. https://devguide.python.org/exploring/


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...