Update README.md
Browse files
README.md
CHANGED
|
@@ -117,6 +117,7 @@ The natural language text (docstring) is in English.
|
|
| 117 |
{
|
| 118 |
"repo": "irshadbhat/sndpcs",
|
| 119 |
"path": "arc_eager.py",
|
|
|
|
| 120 |
"identifier": "REDUCE",
|
| 121 |
"return_type": "<not_specify>"
|
| 122 |
"language": "Python",
|
|
@@ -134,6 +135,7 @@ Data fields for function level:
|
|
| 134 |
|
| 135 |
- **repo** (string): the owner/repo
|
| 136 |
- **path** (string): the full path to the original file
|
|
|
|
| 137 |
- **language** (string): the programming language
|
| 138 |
- **identifier** (string): the function or method name
|
| 139 |
- **return_type** (string): the type returned by the function
|
|
|
|
| 117 |
{
|
| 118 |
"repo": "irshadbhat/sndpcs",
|
| 119 |
"path": "arc_eager.py",
|
| 120 |
+
"license": "MIT"
|
| 121 |
"identifier": "REDUCE",
|
| 122 |
"return_type": "<not_specify>"
|
| 123 |
"language": "Python",
|
|
|
|
| 135 |
|
| 136 |
- **repo** (string): the owner/repo
|
| 137 |
- **path** (string): the full path to the original file
|
| 138 |
+
- **license** (string): license in the repo
|
| 139 |
- **language** (string): the programming language
|
| 140 |
- **identifier** (string): the function or method name
|
| 141 |
- **return_type** (string): the type returned by the function
|