def printDocStringData(self):
"""
Calls the function that parses the docstring text
"""
# print("Docstring text:")
# for token in self.docStringText:
# print(token.string, end=" ")
# print("")
self.parseDocStringData()
评论列表
文章目录