6f539ad2324ddccc18b6ac39e4a2f4aeb12173a2,tests/test_pydocstyle.py,,,#,28
Before Change
return error_params
violations = list(check_all_files())
if violations:
counts = dict()
for e in violations:
After Change
//raise Exception("PyDoc Coding Style: %d violations have been found" % ( len(self.violations))) //// TODO: Correct these errors to allow Exception
if __name__ == "__main__":
unittest.main()
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 6
Instances Project Name: tensorlayer/tensorlayer
Commit Name: 6f539ad2324ddccc18b6ac39e4a2f4aeb12173a2
Time: 2018-04-17
Author: DEKHTIARJonathan@users.noreply.github.com
File Name: tests/test_pydocstyle.py
Class Name:
Method Name:
Project Name: streamlit/streamlit
Commit Name: 2f13ae902205c8eea6ed606a3795233cfa1507a4
Time: 2019-03-26
Author: thiagot@gmail.com
File Name: lib/streamlit/__main__.py
Class Name:
Method Name:
Project Name: streamlit/streamlit
Commit Name: 9e1113fa24e7240fa60baf288bdb828fdb1c680f
Time: 2019-03-26
Author: thiagot@gmail.com
File Name: lib/streamlit/__main__.py
Class Name:
Method Name: