reason-code-search-net-python
收藏资源简介:
This dataset is an instructional dataset for Python. The dataset contains five different kind of tasks. Given a Python 3 function: Type 1: Generate a summary explaining what it does. (For example: This function counts the number of objects stored in the jsonl file passed as input.) Type 2: Generate a summary explaining what its input parameters represent ("For example: infile: a file descriptor of a file containing json objects in jsonl format.") Type 3: Generate a summary explaining what the return value represents ("For example: The function returns the number of json objects in the file passed as input.") Type 4: Generate a summary explaining what is the type of the return value ("For example: The function returns an int.") Type 5: Generate a summary explaining what is the type of its input parameters ("For example: infile: A file descriptor.").



