Recognizing Potential Runtime Types from Python Docstrings

Yang Luo,Wanwangying Ma,Yanhui Li,Zhifei Chen,Lin Chen
DOI: https://doi.org/10.1007/978-3-030-04272-1_5
2018-01-01
Abstract:Docstring plays an important role in software development and maintanance as it is used in source code to document a specific segment of code. In dynamic language programming, docstring is usually used to annotate types of parameters and return values.
What problem does this paper attempt to address?