code
stringlengths
1
1.49M
file_id
stringlengths
42
46
node_count
int64
0
7.38k
total_lines
int64
1
20.9k
vector_dim
int64
15
15
vector_labels
stringclasses
1 value
nodes
stringlengths
2
3.75M
connections
stringlengths
2
964k
"""Higher-level Query wrapper. There are perhaps too many query APIs in the world. The fundamental API here overloads the 6 comparisons operators to represent filters on property values, and supports AND and OR operations (implemented as functions -- Python's 'and' and 'or' operators cannot be overloaded, and the '&'...
ajibawa-2023/Python-Code-Large/train/row_84187
939
1,959
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84187:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 123], "level": 0, "parent": null, "vector": [8, 0, 0.0316, 0.0628, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annot...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_84187:ClassDef_L170_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84187:Expr_L171_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_84187:ClassDef_L174_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84187:FunctionDef_L177_C2"}, {"f": "ajibawa-2023/Python-C...
"""An event loop. This event loop should handle both asynchronous App Engine RPC objects (specifically urlfetch, memcache and datastore RPC objects) and arbitrary callback functions with an optional time delay. Normally, event loops are singleton objects, though there is no enforcement of this requirement. The API h...
ajibawa-2023/Python-Code-Large/train/row_84188
177
290
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84188:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 11], "level": 0, "parent": null, "vector": [8, 0, 0.0207, 0.0379, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annota...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_84188:ClassDef_L36_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84188:Expr_L37_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_84188:ClassDef_L36_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84188:FunctionDef_L39_C2"}, {"f": "ajibawa-2023/Python-Code-...
"""Polymorphic models and queries. The standard NDB Model class only supports 'functional polymorphism'. That is, you can create a subclass of Model, and then subclass that class, as many generations as necessary, and those classes will share all the same properties and behaviors of their base classes. However, subcl...
ajibawa-2023/Python-Code-Large/train/row_84190
65
242
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84190:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 16], "level": 0, "parent": null, "vector": [8, 0, 0.0351, 0.0661, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annota...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_84190:ClassDef_L25_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84190:Expr_L26_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_84190:ClassDef_L25_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84190:FunctionDef_L41_C2"}, {"f": "ajibawa-2023/Python-Code-...
"""MessageProperty -- a property storing ProtoRPC Message objects. Basic usage: Let's assume you have a protorpc.messages.Message subclass, like this: from protorpc import messages class Note(messages.Message): text = messages.StringField(1, required=True) when = messages.IntegerField(2) Now suppose yo...
ajibawa-2023/Python-Code-Large/train/row_84191
136
432
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84191:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 118], "level": 0, "parent": null, "vector": [8, 0, 0.1377, 0.2731, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annot...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_84191:ClassDef_L133_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84191:Expr_L134_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_84191:ClassDef_L133_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84191:Assign_L142_C2"}, {"f": "ajibawa-2023/Python-Code-L...
"""Model and Property classes and associated stuff. A model class represents the structure of entities stored in the datastore. Applications define model classes to indicate the structure of their entities, then instantiate those model classes to create entities. All model classes must inherit (directly or indirectl...
ajibawa-2023/Python-Code-Large/train/row_84192
1,641
3,748
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84192:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 279], "level": 0, "parent": null, "vector": [8, 0, 0.0374, 0.0744, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annot...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_84192:ClassDef_L323_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84192:Expr_L324_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_84192:ClassDef_L330_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84192:Expr_L331_C2"}, {"f": "ajibawa-2023/Python-Code-Lar...
"""The Key class, and associated utilities. A Key encapsulates the following pieces of information, which together uniquely designate a (possible) entity in the App Engine datastore: - an application id (a string) - a namespace (a string) - a list of one or more (kind, id) pairs where kind is a string and id is eit...
ajibawa-2023/Python-Code-Large/train/row_84193
373
805
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84193:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 69], "level": 0, "parent": null, "vector": [8, 0, 0.0435, 0.0857, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annota...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_84193:ClassDef_L88_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84193:Expr_L89_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_84193:ClassDef_L88_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84193:Assign_L190_C2"}, {"f": "ajibawa-2023/Python-Code-Larg...
"""Prospective Search for NDB. This reimplements all of the standard APIs with the following changes: - A document_class argument must be an NDB Model class. - A document must be an NDB Model instance. - get_document() always returns an NDB Model instance. The exceptions and public constants exported by the standard...
ajibawa-2023/Python-Code-Large/train/row_84194
76
194
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84194:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 11], "level": 0, "parent": null, "vector": [8, 0, 0.0309, 0.0567, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annota...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_84194:FunctionDef_L76_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84194:Expr_L77_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_84194:FunctionDef_L76_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84194:Assign_L78_C2"}, {"f": "ajibawa-2023/Python-Code...
"""Dynamically decide from where to import Google App Engine modules. All other NDB code should import its Google App Engine modules from this module. If necessary, add new imports here (in both places). """ try: from google.appengine import api normal_environment = True except ImportError: from google3.apphos...
ajibawa-2023/Python-Code-Large/train/row_84196
50
61
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84196:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 5], "level": 0, "parent": null, "vector": [8, 0, 0.0492, 0.082, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annotati...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_84196:Try_L7_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84196:ImportFrom_L8_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_84196:Try_L7_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84196:Assign_L9_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/r...
"""Low-level utilities used internally by NDB. These are not meant for use by code outside NDB. """ import logging import os import sys import threading __all__ = [] DEBUG = True # Set to False for some speedups def logging_debug(*args): # NOTE: If you want to see debug messages, set the logging level # manu...
ajibawa-2023/Python-Code-Large/train/row_84197
104
166
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84197:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 4], "level": 0, "parent": null, "vector": [8, 0, 0.0151, 0.0241, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annotat...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_84197:FunctionDef_L16_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84197:If_L19_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_84197:If_L19_C2", "t": "ajibawa-2023/Python-Code-Large/train/row_84197:Expr_L20_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/...
#!/usr/bin/env python # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, softwar...
ajibawa-2023/Python-Code-Large/train/row_84198
23
65
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84198:Expr_L15_C0", "label": "expression", "type": "expression", "loc": [15, 15], "level": 0, "parent": null, "vector": [8, 0, 0.2308, 0.0154, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "anno...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_84198:ClassDef_L22_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84198:Expr_L23_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_84198:ClassDef_L22_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84198:FunctionDef_L41_C2"}, {"f": "ajibawa-2023/Python-Code-...
"""NDB -- A new datastore API for the Google App Engine Python runtime.""" __version__ = '1.0.7' __all__ = [] from tasklets import * __all__ += tasklets.__all__ from model import * # This implies key.* __all__ += model.__all__ from query import * __all__ += query.__all__ from context import * __all__ += context....
ajibawa-2023/Python-Code-Large/train/row_84199
7
17
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84199:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 1], "level": 0, "parent": null, "vector": [8, 0, 0.0588, 0.0588, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annotat...
[]
"""Models and helper functions for access to app's datastore metadata. These entities cannot be created by users, but are created as results of __namespace__, __kind__, __property__ and __entity_group__ metadata queries or gets. A simplified API is also offered: ndb.metadata.get_namespaces(): A list of namespace n...
ajibawa-2023/Python-Code-Large/train/row_84202
119
335
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84202:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 24], "level": 0, "parent": null, "vector": [8, 0, 0.0373, 0.0716, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annota...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_84202:ClassDef_L35_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84202:Expr_L36_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_84202:ClassDef_L35_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84202:Assign_L38_C2"}, {"f": "ajibawa-2023/Python-Code-Large...
#!/usr/bin/env python # # Copyright 2007 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
ajibawa-2023/Python-Code-Large/train/row_84203
38
98
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84203:Expr_L21_C0", "label": "expression", "type": "expression", "loc": [21, 26], "level": 0, "parent": null, "vector": [8, 0, 0.2398, 0.0612, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "anno...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_84203:ClassDef_L44_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84203:Expr_L45_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_84203:ClassDef_L44_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84203:FunctionDef_L47_C2"}, {"f": "ajibawa-2023/Python-Code-...
#!/usr/bin/env python # # Copyright 2007 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
ajibawa-2023/Python-Code-Large/train/row_84204
0
16
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[]
[]
# Copyright 2011 Google Inc. All Rights Reserved. """Specify the modules for which a Python 2.7 stub exists.""" __all__ = [ # These reside here. 'httplib', 'socket', 'threading', 'urllib', ] MODULE_OVERRIDES = __all__ + [ # These are used in the Py27 runtime but must be imported from dist. 'select', ...
ajibawa-2023/Python-Code-Large/train/row_84208
3
18
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84208:Expr_L3_C0", "label": "expression", "type": "expression", "loc": [3, 3], "level": 0, "parent": null, "vector": [8, 0, 0.1667, 0.0556, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annotat...
[]
#!/usr/bin/env python # # Copyright 2007 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
ajibawa-2023/Python-Code-Large/train/row_84210
139
318
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84210:Expr_L17_C0", "label": "expression", "type": "expression", "loc": [17, 17], "level": 0, "parent": null, "vector": [8, 0, 0.0535, 0.0031, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "anno...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_84210:ClassDef_L68_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84210:Expr_L69_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_84210:ClassDef_L68_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84210:Assign_L71_C2"}, {"f": "ajibawa-2023/Python-Code-Large...
#!/usr/bin/env python # # Copyright 2007 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
ajibawa-2023/Python-Code-Large/train/row_84212
3,538
4,210
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84212:ImportFrom_L20_C0", "label": "from google.net.proto import ProtocolBuffer", "type": "import", "loc": [20, 20], "level": 0, "parent": null, "vector": [1, 0, 0.0048, 0.0002, 0, 0.66, 0.0, 141, 0, 1, 0, 0, 141, 0, 0], "semantic": {"name": "google.net.proto", "arg_nam...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_84212:If_L27_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84212:Assign_L28_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_84212:If_L27_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84212:Assign_L29_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row...
#!/usr/bin/env python # # Copyright 2007 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
ajibawa-2023/Python-Code-Large/train/row_84213
2
24
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84213:Expr_L21_C0", "label": "expression", "type": "expression", "loc": [21, 21], "level": 0, "parent": null, "vector": [8, 0, 0.875, 0.0417, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annot...
[]
#!/usr/bin/env python # # Copyright 2007 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
ajibawa-2023/Python-Code-Large/train/row_84214
25
82
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84214:Expr_L21_C0", "label": "expression", "type": "expression", "loc": [21, 21], "level": 0, "parent": null, "vector": [8, 0, 0.2561, 0.0122, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "anno...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_84214:FunctionDef_L32_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84214:Expr_L33_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_84214:FunctionDef_L32_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84214:Return_L34_C2"}, {"f": "ajibawa-2023/Python-Code...
#!/usr/bin/env python # # Copyright 2007 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
ajibawa-2023/Python-Code-Large/train/row_84215
61
197
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84215:Expr_L22_C0", "label": "expression", "type": "expression", "loc": [22, 22], "level": 0, "parent": null, "vector": [8, 0, 0.1117, 0.0051, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "anno...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_84215:If_L31_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84215:ImportFrom_L32_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_84215:If_L31_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84215:ImportFrom_L34_C2"}, {"f": "ajibawa-2023/Python-Code-Large/t...
#!/usr/bin/env python # # Copyright 2007 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
ajibawa-2023/Python-Code-Large/train/row_84217
40
67
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84217:Expr_L21_C0", "label": "expression", "type": "expression", "loc": [21, 24], "level": 0, "parent": null, "vector": [8, 0, 0.3358, 0.0597, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "anno...
[]
#!/usr/bin/env python # # Copyright 2007 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
ajibawa-2023/Python-Code-Large/train/row_84220
7
56
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84220:Expr_L21_C0", "label": "expression", "type": "expression", "loc": [21, 21], "level": 0, "parent": null, "vector": [8, 0, 0.375, 0.0179, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annot...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_84220:If_L53_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84220:Expr_L54_C2"}]
#!/usr/bin/env python # # Copyright 2007 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
ajibawa-2023/Python-Code-Large/train/row_84221
0
16
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[]
[]
#!/usr/bin/env python # # Copyright 2007 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
ajibawa-2023/Python-Code-Large/train/row_84222
74
211
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84222:Expr_L19_C0", "label": "expression", "type": "expression", "loc": [19, 22], "level": 0, "parent": null, "vector": [8, 0, 0.0972, 0.019, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annot...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_84222:ClassDef_L73_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84222:Expr_L74_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_84222:ClassDef_L77_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84222:Expr_L78_C2"}, {"f": "ajibawa-2023/Python-Code-Large/t...
#!/usr/bin/env python # # Copyright 2007 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
ajibawa-2023/Python-Code-Large/train/row_84223
128
435
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84223:Expr_L21_C0", "label": "expression", "type": "expression", "loc": [21, 129], "level": 0, "parent": null, "vector": [8, 0, 0.1724, 0.2506, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "ann...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_84223:ClassDef_L184_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84223:Expr_L185_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_84223:ClassDef_L188_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84223:Expr_L189_C2"}, {"f": "ajibawa-2023/Python-Code-Lar...
#!/usr/bin/env python # # Copyright 2007 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
ajibawa-2023/Python-Code-Large/train/row_84224
21
69
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84224:Expr_L21_C0", "label": "expression", "type": "expression", "loc": [21, 24], "level": 0, "parent": null, "vector": [8, 0, 0.3261, 0.058, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annot...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_84224:FunctionDef_L42_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84224:Assign_L44_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_84224:FunctionDef_L46_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84224:If_L48_C2"}, {"f": "ajibawa-2023/Python-Code-L...
#!/usr/bin/env python # # Copyright 2007 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
ajibawa-2023/Python-Code-Large/train/row_84225
916
1,151
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84225:ImportFrom_L20_C0", "label": "from google.net.proto import ProtocolBuffer", "type": "import", "loc": [20, 20], "level": 0, "parent": null, "vector": [1, 0, 0.0174, 0.0009, 0, 0.66, 0.0, 141, 0, 1, 0, 0, 141, 0, 0], "semantic": {"name": "google.net.proto", "arg_nam...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_84225:If_L27_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84225:Assign_L28_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_84225:If_L27_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84225:Assign_L29_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row...
#!/usr/bin/env python # # Copyright 2007 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
ajibawa-2023/Python-Code-Large/train/row_84226
530
1,816
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84226:Expr_L21_C0", "label": "expression", "type": "expression", "loc": [21, 25], "level": 0, "parent": null, "vector": [8, 0, 0.0127, 0.0028, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "anno...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_84226:If_L41_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84226:ImportFrom_L42_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_84226:If_L41_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84226:ImportFrom_L43_C2"}, {"f": "ajibawa-2023/Python-Code-Large/t...
#!/usr/bin/env python # # Copyright 2007 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
ajibawa-2023/Python-Code-Large/train/row_84227
27
93
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84227:Expr_L22_C0", "label": "expression", "type": "expression", "loc": [22, 22], "level": 0, "parent": null, "vector": [8, 0, 0.2366, 0.0108, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "anno...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_84227:Try_L34_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84227:ImportFrom_L35_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_84227:Try_L34_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84227:Assign_L37_C2"}, {"f": "ajibawa-2023/Python-Code-Large/tra...
#!/usr/bin/env python # # Copyright 2007 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
ajibawa-2023/Python-Code-Large/train/row_84228
27
90
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84228:Expr_L20_C0", "label": "expression", "type": "expression", "loc": [20, 22], "level": 0, "parent": null, "vector": [8, 0, 0.2333, 0.0333, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "anno...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_84228:ClassDef_L34_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84228:Expr_L35_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_84228:ClassDef_L37_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84228:Expr_L38_C2"}, {"f": "ajibawa-2023/Python-Code-Large/t...
#!/usr/bin/env python # # Copyright 2007 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
ajibawa-2023/Python-Code-Large/train/row_84231
40
128
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84231:Expr_L21_C0", "label": "expression", "type": "expression", "loc": [21, 24], "level": 0, "parent": null, "vector": [8, 0, 0.1758, 0.0312, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "anno...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_84231:FunctionDef_L51_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84231:Expr_L52_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_84231:FunctionDef_L51_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84231:Assign_L55_C2"}, {"f": "ajibawa-2023/Python-Code...
#!/usr/bin/env python # # Copyright 2007 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
ajibawa-2023/Python-Code-Large/train/row_84232
29
114
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84232:Expr_L21_C0", "label": "expression", "type": "expression", "loc": [21, 25], "level": 0, "parent": null, "vector": [8, 0, 0.2018, 0.0439, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "anno...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_84232:ClassDef_L50_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84232:Expr_L51_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_84232:ClassDef_L58_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84232:Expr_L59_C2"}, {"f": "ajibawa-2023/Python-Code-Large/t...
#!/usr/bin/env python # # Copyright 2007 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
ajibawa-2023/Python-Code-Large/train/row_84233
42
121
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84233:Expr_L21_C0", "label": "expression", "type": "expression", "loc": [21, 24], "level": 0, "parent": null, "vector": [8, 0, 0.186, 0.0331, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annot...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_84233:ClassDef_L48_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84233:Expr_L49_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_84233:ClassDef_L48_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84233:FunctionDef_L51_C2"}, {"f": "ajibawa-2023/Python-Code-...
#!/usr/bin/env python # # Copyright 2007 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
ajibawa-2023/Python-Code-Large/train/row_84235
2
22
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84235:Expr_L19_C0", "label": "expression", "type": "expression", "loc": [19, 19], "level": 0, "parent": null, "vector": [8, 0, 0.8636, 0.0455, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "anno...
[]
#!/usr/bin/env python # # Copyright 2007 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
ajibawa-2023/Python-Code-Large/train/row_84236
51
136
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84236:Expr_L19_C0", "label": "expression", "type": "expression", "loc": [19, 23], "level": 0, "parent": null, "vector": [8, 0, 0.1544, 0.0368, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "anno...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_84236:ClassDef_L43_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84236:Expr_L44_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_84236:ClassDef_L47_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84236:Expr_L48_C2"}, {"f": "ajibawa-2023/Python-Code-Large/t...
#!/usr/bin/env python # # Copyright 2007 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
ajibawa-2023/Python-Code-Large/train/row_84237
124
467
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84237:Expr_L21_C0", "label": "expression", "type": "expression", "loc": [21, 25], "level": 0, "parent": null, "vector": [8, 0, 0.0493, 0.0107, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "anno...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_84237:ClassDef_L52_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84237:Expr_L53_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_84237:ClassDef_L52_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84237:FunctionDef_L60_C2"}, {"f": "ajibawa-2023/Python-Code-...
#!/usr/bin/env python # # Copyright 2007 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
ajibawa-2023/Python-Code-Large/train/row_84238
328
860
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84238:Expr_L21_C0", "label": "expression", "type": "expression", "loc": [21, 21], "level": 0, "parent": null, "vector": [8, 0, 0.0244, 0.0012, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "anno...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_84238:Try_L35_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84238:Import_L36_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_84238:Try_L35_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84238:Import_L38_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/r...
#!/usr/bin/env python # # Copyright 2007 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
ajibawa-2023/Python-Code-Large/train/row_84239
2,536
3,268
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84239:ImportFrom_L20_C0", "label": "from google.net.proto import ProtocolBuffer", "type": "import", "loc": [20, 20], "level": 0, "parent": null, "vector": [1, 0, 0.0061, 0.0003, 0, 0.66, 0.0, 141, 0, 1, 0, 0, 141, 0, 0], "semantic": {"name": "google.net.proto", "arg_nam...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_84239:If_L27_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84239:Assign_L28_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_84239:If_L27_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84239:Assign_L29_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row...
#!/usr/bin/env python # # Copyright 2007 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
ajibawa-2023/Python-Code-Large/train/row_84241
5
41
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84241:Expr_L21_C0", "label": "expression", "type": "expression", "loc": [21, 21], "level": 0, "parent": null, "vector": [8, 0, 0.5122, 0.0244, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "anno...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_84241:ClassDef_L25_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84241:Expr_L26_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_84241:ClassDef_L25_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84241:FunctionDef_L28_C2"}, {"f": "ajibawa-2023/Python-Code-...
#!/usr/bin/env python # # Copyright 2007 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
ajibawa-2023/Python-Code-Large/train/row_84242
672
879
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84242:ImportFrom_L20_C0", "label": "from google.net.proto import ProtocolBuffer", "type": "import", "loc": [20, 20], "level": 0, "parent": null, "vector": [1, 0, 0.0228, 0.0011, 0, 0.66, 0.0, 141, 0, 1, 0, 0, 141, 0, 0], "semantic": {"name": "google.net.proto", "arg_nam...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_84242:If_L27_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84242:Assign_L28_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_84242:If_L27_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84242:Assign_L29_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row...
#!/usr/bin/env python # # Copyright 2007 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
ajibawa-2023/Python-Code-Large/train/row_84243
36
104
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84243:Expr_L21_C0", "label": "expression", "type": "expression", "loc": [21, 21], "level": 0, "parent": null, "vector": [8, 0, 0.2019, 0.0096, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "anno...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_84243:ClassDef_L37_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84243:Expr_L38_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_84243:ClassDef_L37_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84243:Assign_L45_C2"}, {"f": "ajibawa-2023/Python-Code-Large...
#!/usr/bin/env python # # Copyright 2007 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
ajibawa-2023/Python-Code-Large/train/row_84244
0
16
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[]
[]
#!/usr/bin/env python # # Copyright 2007 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
ajibawa-2023/Python-Code-Large/train/row_84245
552
769
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84245:ImportFrom_L20_C0", "label": "from google.net.proto import ProtocolBuffer", "type": "import", "loc": [20, 20], "level": 0, "parent": null, "vector": [1, 0, 0.026, 0.0013, 0, 0.66, 0.0, 141, 0, 1, 0, 0, 141, 0, 0], "semantic": {"name": "google.net.proto", "arg_name...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_84245:If_L27_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84245:Assign_L28_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_84245:If_L27_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84245:Assign_L29_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row...
#!/usr/bin/env python # # Copyright 2007 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
ajibawa-2023/Python-Code-Large/train/row_84246
6,711
8,446
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84246:ImportFrom_L20_C0", "label": "from google.net.proto import ProtocolBuffer", "type": "import", "loc": [20, 20], "level": 0, "parent": null, "vector": [1, 0, 0.0024, 0.0001, 0, 0.66, 0.0, 141, 0, 1, 0, 0, 141, 0, 0], "semantic": {"name": "google.net.proto", "arg_nam...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_84246:If_L27_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84246:Assign_L28_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_84246:If_L27_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84246:Assign_L29_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row...
#!/usr/bin/env python # # Copyright 2007 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
ajibawa-2023/Python-Code-Large/train/row_84249
3
46
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84249:Expr_L21_C0", "label": "expression", "type": "expression", "loc": [21, 21], "level": 0, "parent": null, "vector": [8, 0, 0.4565, 0.0217, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "anno...
[]
#!/usr/bin/env python # # Copyright 2007 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
ajibawa-2023/Python-Code-Large/train/row_84250
172
389
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84250:Expr_L21_C0", "label": "expression", "type": "expression", "loc": [21, 21], "level": 0, "parent": null, "vector": [8, 0, 0.054, 0.0026, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annot...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_84250:ClassDef_L48_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84250:Expr_L49_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_84250:ClassDef_L48_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84250:FunctionDef_L51_C2"}, {"f": "ajibawa-2023/Python-Code-...
#!/usr/bin/env python # # Copyright 2007 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
ajibawa-2023/Python-Code-Large/train/row_84251
486
1,466
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84251:Expr_L21_C0", "label": "expression", "type": "expression", "loc": [21, 26], "level": 0, "parent": null, "vector": [8, 0, 0.016, 0.0041, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annot...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_84251:FunctionDef_L112_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84251:Expr_L113_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_84251:FunctionDef_L112_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84251:Return_L114_C2"}, {"f": "ajibawa-2023/Python-...
#!/usr/bin/env python # # Copyright 2007 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
ajibawa-2023/Python-Code-Large/train/row_84252
3,054
3,882
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84252:ImportFrom_L20_C0", "label": "from google.net.proto import ProtocolBuffer", "type": "import", "loc": [20, 20], "level": 0, "parent": null, "vector": [1, 0, 0.0052, 0.0003, 0, 0.66, 0.0, 141, 0, 1, 0, 0, 141, 0, 0], "semantic": {"name": "google.net.proto", "arg_nam...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_84252:If_L27_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84252:Assign_L28_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_84252:If_L27_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84252:Assign_L29_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row...
#!/usr/bin/env python # # Copyright 2007 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
ajibawa-2023/Python-Code-Large/train/row_84254
61
139
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84254:Expr_L17_C0", "label": "expression", "type": "expression", "loc": [17, 17], "level": 0, "parent": null, "vector": [8, 0, 0.1223, 0.0072, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "anno...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_84254:ClassDef_L25_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84254:Assign_L27_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_84254:ClassDef_L25_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84254:FunctionDef_L29_C2"}, {"f": "ajibawa-2023/Python-Cod...
#!/usr/bin/env python # # Copyright 2007 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
ajibawa-2023/Python-Code-Large/train/row_84255
2
19
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84255:Expr_L17_C0", "label": "expression", "type": "expression", "loc": [17, 17], "level": 0, "parent": null, "vector": [8, 0, 0.8947, 0.0526, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "anno...
[]
#!/usr/bin/env python # # Copyright 2007 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
ajibawa-2023/Python-Code-Large/train/row_84256
1,263
1,809
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84256:ImportFrom_L20_C0", "label": "from google.net.proto import ProtocolBuffer", "type": "import", "loc": [20, 20], "level": 0, "parent": null, "vector": [1, 0, 0.0111, 0.0006, 0, 0.66, 0.0, 141, 0, 1, 0, 0, 141, 0, 0], "semantic": {"name": "google.net.proto", "arg_nam...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_84256:If_L27_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84256:Assign_L28_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_84256:If_L27_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84256:Assign_L29_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row...
#!/usr/bin/env python # # Copyright 2007 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
ajibawa-2023/Python-Code-Large/train/row_84257
35
121
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84257:Expr_L22_C0", "label": "expression", "type": "expression", "loc": [22, 22], "level": 0, "parent": null, "vector": [8, 0, 0.1818, 0.0083, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "anno...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_84257:FunctionDef_L38_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84257:Expr_L39_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_84257:FunctionDef_L38_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84257:Return_L50_C2"}, {"f": "ajibawa-2023/Python-Code...
#!/usr/bin/env python # # Copyright 2007 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
ajibawa-2023/Python-Code-Large/train/row_84258
2
24
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84258:Expr_L21_C0", "label": "expression", "type": "expression", "loc": [21, 21], "level": 0, "parent": null, "vector": [8, 0, 0.875, 0.0417, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annot...
[]
#!/usr/bin/env python # # Copyright 2007 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
ajibawa-2023/Python-Code-Large/train/row_84261
1,187
1,638
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84261:ImportFrom_L20_C0", "label": "from google.net.proto import ProtocolBuffer", "type": "import", "loc": [20, 20], "level": 0, "parent": null, "vector": [1, 0, 0.0122, 0.0006, 0, 0.66, 0.0, 141, 0, 1, 0, 0, 141, 0, 0], "semantic": {"name": "google.net.proto", "arg_nam...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_84261:If_L27_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84261:Assign_L28_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_84261:If_L27_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84261:Assign_L29_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row...
#!/usr/bin/env python # # Copyright 2007 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
ajibawa-2023/Python-Code-Large/train/row_84264
1,105
1,751
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84264:ImportFrom_L20_C0", "label": "from google.net.proto import ProtocolBuffer", "type": "import", "loc": [20, 20], "level": 0, "parent": null, "vector": [1, 0, 0.0114, 0.0006, 0, 0.66, 0.0, 141, 0, 1, 0, 0, 141, 0, 0], "semantic": {"name": "google.net.proto", "arg_nam...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_84264:Try_L24_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84264:ImportFrom_L25_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_84264:Try_L24_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84264:Assign_L27_C2"}, {"f": "ajibawa-2023/Python-Code-Large/tra...
#!/usr/bin/env python # # Copyright 2007 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
ajibawa-2023/Python-Code-Large/train/row_84265
2
23
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84265:Expr_L21_C0", "label": "expression", "type": "expression", "loc": [21, 21], "level": 0, "parent": null, "vector": [8, 0, 0.913, 0.0435, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annot...
[]
#!/usr/bin/env python # # Copyright 2007 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
ajibawa-2023/Python-Code-Large/train/row_84266
27
61
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84266:Expr_L21_C0", "label": "expression", "type": "expression", "loc": [21, 21], "level": 0, "parent": null, "vector": [8, 0, 0.3443, 0.0164, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "anno...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_84266:ClassDef_L24_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84266:Expr_L25_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_84266:ClassDef_L27_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84266:Expr_L28_C2"}, {"f": "ajibawa-2023/Python-Code-Large/t...
#!/usr/bin/env python # # Copyright 2007 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
ajibawa-2023/Python-Code-Large/train/row_84269
482
1,560
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84269:Import_L19_C0", "label": "sys import sys", "type": "import", "loc": [19, 19], "level": 0, "parent": null, "vector": [1, 0, 0.0122, 0.0006, 0, 0.66, 0.0, 509, 0, 1, 0, 0, 509, 0, 0], "semantic": {"name": "sys", "arg_names": [], "import_names": ["sys"], "rhs_call_na...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_84269:ClassDef_L73_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84269:Assign_L75_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_84269:ClassDef_L73_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84269:Assign_L76_C4"}, {"f": "ajibawa-2023/Python-Code-Lar...
#!/usr/bin/env python # # Copyright 2007 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
ajibawa-2023/Python-Code-Large/train/row_84270
3,982
5,002
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84270:ImportFrom_L20_C0", "label": "from google.net.proto import ProtocolBuffer", "type": "import", "loc": [20, 20], "level": 0, "parent": null, "vector": [1, 0, 0.004, 0.0002, 0, 0.66, 0.0, 141, 0, 1, 0, 0, 141, 0, 0], "semantic": {"name": "google.net.proto", "arg_name...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_84270:If_L27_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84270:Assign_L28_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_84270:If_L27_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84270:Assign_L29_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row...
#!/usr/bin/env python # # Copyright 2007 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
ajibawa-2023/Python-Code-Large/train/row_84272
692
2,273
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84272:Import_L19_C0", "label": "sys import sys", "type": "import", "loc": [19, 19], "level": 0, "parent": null, "vector": [1, 0, 0.0084, 0.0004, 0, 0.66, 0.0, 509, 0, 1, 0, 0, 509, 0, 0], "semantic": {"name": "sys", "arg_names": [], "import_names": ["sys"], "rhs_call_na...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_84272:ClassDef_L83_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84272:Assign_L85_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_84272:ClassDef_L83_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84272:Assign_L86_C4"}, {"f": "ajibawa-2023/Python-Code-Lar...
#!/usr/bin/env python # # Copyright 2007 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
ajibawa-2023/Python-Code-Large/train/row_84273
83
177
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84273:Expr_L19_C0", "label": "expression", "type": "expression", "loc": [19, 19], "level": 0, "parent": null, "vector": [8, 0, 0.1073, 0.0056, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "anno...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_84273:ClassDef_L52_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84273:Expr_L53_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_84273:FunctionDef_L56_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84273:Expr_L57_C2"}, {"f": "ajibawa-2023/Python-Code-Larg...
#!/usr/bin/env python # # Copyright 2007 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
ajibawa-2023/Python-Code-Large/train/row_84276
51
72
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84276:Expr_L21_C0", "label": "expression", "type": "expression", "loc": [21, 21], "level": 0, "parent": null, "vector": [8, 0, 0.2917, 0.0139, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "anno...
[]
#!/usr/bin/env python # # Copyright 2007 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
ajibawa-2023/Python-Code-Large/train/row_84279
63
132
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84279:Expr_L19_C0", "label": "expression", "type": "expression", "loc": [19, 19], "level": 0, "parent": null, "vector": [8, 0, 0.1439, 0.0076, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "anno...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_84279:FunctionDef_L39_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84279:Expr_L40_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_84279:FunctionDef_L39_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84279:Return_L41_C2"}, {"f": "ajibawa-2023/Python-Code...
#!/usr/bin/env python # # Copyright 2007 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
ajibawa-2023/Python-Code-Large/train/row_84280
51
110
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84280:Expr_L19_C0", "label": "expression", "type": "expression", "loc": [19, 19], "level": 0, "parent": null, "vector": [8, 0, 0.1727, 0.0091, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "anno...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_84280:ClassDef_L27_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84280:Expr_L28_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_84280:ClassDef_L27_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84280:FunctionDef_L30_C2"}, {"f": "ajibawa-2023/Python-Code-...
#!/usr/bin/env python # # Copyright 2007 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
ajibawa-2023/Python-Code-Large/train/row_84281
0
19
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[]
[]
#!/usr/bin/env python # # Copyright 2007 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
ajibawa-2023/Python-Code-Large/train/row_84284
64
170
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84284:Expr_L21_C0", "label": "expression", "type": "expression", "loc": [21, 21], "level": 0, "parent": null, "vector": [8, 0, 0.1235, 0.0059, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "anno...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_84284:ClassDef_L34_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84284:Expr_L35_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_84284:ClassDef_L34_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84284:Assign_L42_C2"}, {"f": "ajibawa-2023/Python-Code-Large...
#!/usr/bin/env python # # Copyright 2007 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
ajibawa-2023/Python-Code-Large/train/row_84285
53
171
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84285:Expr_L22_C0", "label": "expression", "type": "expression", "loc": [22, 22], "level": 0, "parent": null, "vector": [8, 0, 0.1287, 0.0058, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "anno...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_84285:ClassDef_L33_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84285:Expr_L34_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_84285:ClassDef_L37_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84285:Expr_L38_C2"}, {"f": "ajibawa-2023/Python-Code-Large/t...
#!/usr/bin/env python # # Copyright 2007 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
ajibawa-2023/Python-Code-Large/train/row_84286
290
451
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84286:Expr_L21_C0", "label": "expression", "type": "expression", "loc": [21, 21], "level": 0, "parent": null, "vector": [8, 0, 0.0466, 0.0022, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "anno...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_84286:FunctionDef_L50_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84286:If_L51_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_84286:If_L51_C2", "t": "ajibawa-2023/Python-Code-Large/train/row_84286:Expr_L52_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/...
#!/usr/bin/env python # # Copyright 2007 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
ajibawa-2023/Python-Code-Large/train/row_84287
35
117
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84287:Expr_L22_C0", "label": "expression", "type": "expression", "loc": [22, 29], "level": 0, "parent": null, "vector": [8, 0, 0.2179, 0.0684, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "anno...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_84287:FunctionDef_L39_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84287:Expr_L44_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_84287:FunctionDef_L39_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84287:Assign_L68_C2"}, {"f": "ajibawa-2023/Python-Code...
#!/usr/bin/env python # # Copyright 2007 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
ajibawa-2023/Python-Code-Large/train/row_84289
1,569
2,058
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84289:ImportFrom_L20_C0", "label": "from google.net.proto import ProtocolBuffer", "type": "import", "loc": [20, 20], "level": 0, "parent": null, "vector": [1, 0, 0.0097, 0.0005, 0, 0.66, 0.0, 141, 0, 1, 0, 0, 141, 0, 0], "semantic": {"name": "google.net.proto", "arg_nam...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_84289:If_L27_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84289:Assign_L28_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_84289:If_L27_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84289:Assign_L29_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row...
#!/usr/bin/env python # # Copyright 2007 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
ajibawa-2023/Python-Code-Large/train/row_84290
2
24
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84290:Expr_L22_C0", "label": "expression", "type": "expression", "loc": [22, 22], "level": 0, "parent": null, "vector": [8, 0, 0.9167, 0.0417, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "anno...
[]
#!/usr/bin/env python # # Copyright 2007 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
ajibawa-2023/Python-Code-Large/train/row_84291
53
115
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84291:ImportFrom_L20_C0", "label": "from google.net.proto import ProtocolBuffer", "type": "import", "loc": [20, 20], "level": 0, "parent": null, "vector": [1, 0, 0.1739, 0.0087, 0, 0.66, 0.0, 141, 0, 1, 0, 0, 141, 0, 0], "semantic": {"name": "google.net.proto", "arg_nam...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_84291:If_L27_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84291:Assign_L28_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_84291:If_L27_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84291:Assign_L29_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row...
#!/usr/bin/env python # # Copyright 2007 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
ajibawa-2023/Python-Code-Large/train/row_84293
3
36
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84293:Expr_L21_C0", "label": "expression", "type": "expression", "loc": [21, 21], "level": 0, "parent": null, "vector": [8, 0, 0.5833, 0.0278, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "anno...
[]
#!/usr/bin/env python # # Copyright 2007 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
ajibawa-2023/Python-Code-Large/train/row_84295
657
919
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84295:ImportFrom_L20_C0", "label": "from google.net.proto import ProtocolBuffer", "type": "import", "loc": [20, 20], "level": 0, "parent": null, "vector": [1, 0, 0.0218, 0.0011, 0, 0.66, 0.0, 141, 0, 1, 0, 0, 141, 0, 0], "semantic": {"name": "google.net.proto", "arg_nam...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_84295:If_L27_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84295:Assign_L28_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_84295:If_L27_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84295:Assign_L29_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row...
#!/usr/bin/env python # # Copyright 2007 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
ajibawa-2023/Python-Code-Large/train/row_84296
117
368
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84296:Expr_L21_C0", "label": "expression", "type": "expression", "loc": [21, 21], "level": 0, "parent": null, "vector": [8, 0, 0.0571, 0.0027, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "anno...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_84296:ClassDef_L43_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84296:Expr_L44_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_84296:ClassDef_L48_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84296:Expr_L49_C2"}, {"f": "ajibawa-2023/Python-Code-Large/t...
#!/usr/bin/env python # # Copyright 2007 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
ajibawa-2023/Python-Code-Large/train/row_84297
2
24
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84297:Expr_L21_C0", "label": "expression", "type": "expression", "loc": [21, 21], "level": 0, "parent": null, "vector": [8, 0, 0.875, 0.0417, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annot...
[]
#!/usr/bin/env python # # Copyright 2007 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
ajibawa-2023/Python-Code-Large/train/row_84301
45
136
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84301:Expr_L21_C0", "label": "expression", "type": "expression", "loc": [21, 26], "level": 0, "parent": null, "vector": [8, 0, 0.1728, 0.0441, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "anno...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_84301:ClassDef_L63_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84301:FunctionDef_L64_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_84301:FunctionDef_L64_C2", "t": "ajibawa-2023/Python-Code-Large/train/row_84301:Return_L65_C6"}, {"f": "ajibawa-2023/Python-...
#!/usr/bin/env python # # Copyright 2007 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
ajibawa-2023/Python-Code-Large/train/row_84302
2
28
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84302:Expr_L21_C0", "label": "expression", "type": "expression", "loc": [21, 21], "level": 0, "parent": null, "vector": [8, 0, 0.75, 0.0357, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annota...
[]
#!/usr/bin/env python # # Copyright 2007 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
ajibawa-2023/Python-Code-Large/train/row_84303
28
76
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84303:Expr_L21_C0", "label": "expression", "type": "expression", "loc": [21, 25], "level": 0, "parent": null, "vector": [8, 0, 0.3026, 0.0658, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "anno...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_84303:ClassDef_L42_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84303:Expr_L43_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_84303:ClassDef_L42_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84303:FunctionDef_L45_C2"}, {"f": "ajibawa-2023/Python-Code-...
#!/usr/bin/env python # # Copyright 2007 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
ajibawa-2023/Python-Code-Large/train/row_84304
1,073
1,501
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84304:ImportFrom_L20_C0", "label": "from google.net.proto import ProtocolBuffer", "type": "import", "loc": [20, 20], "level": 0, "parent": null, "vector": [1, 0, 0.0133, 0.0007, 0, 0.66, 0.0, 141, 0, 1, 0, 0, 141, 0, 0], "semantic": {"name": "google.net.proto", "arg_nam...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_84304:If_L27_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84304:Assign_L28_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_84304:If_L27_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84304:Assign_L29_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row...
#!/usr/bin/env python # # Copyright 2007 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
ajibawa-2023/Python-Code-Large/train/row_84308
2
23
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84308:Expr_L21_C0", "label": "expression", "type": "expression", "loc": [21, 21], "level": 0, "parent": null, "vector": [8, 0, 0.913, 0.0435, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annot...
[]
#!/usr/bin/env python # # Copyright 2007 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
ajibawa-2023/Python-Code-Large/train/row_84309
467
698
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84309:ImportFrom_L20_C0", "label": "from google.net.proto import ProtocolBuffer", "type": "import", "loc": [20, 20], "level": 0, "parent": null, "vector": [1, 0, 0.0287, 0.0014, 0, 0.66, 0.0, 141, 0, 1, 0, 0, 141, 0, 0], "semantic": {"name": "google.net.proto", "arg_nam...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_84309:If_L27_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84309:Assign_L28_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_84309:If_L27_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84309:Assign_L29_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row...
#!/usr/bin/env python # # Copyright 2007 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
ajibawa-2023/Python-Code-Large/train/row_84310
55
146
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84310:Expr_L22_C0", "label": "expression", "type": "expression", "loc": [22, 22], "level": 0, "parent": null, "vector": [8, 0, 0.1507, 0.0068, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "anno...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_84310:ClassDef_L35_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84310:Expr_L36_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_84310:ClassDef_L39_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84310:Expr_L40_C2"}, {"f": "ajibawa-2023/Python-Code-Large/t...
#!/usr/bin/env python # # Copyright 2007 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
ajibawa-2023/Python-Code-Large/train/row_84312
91
282
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84312:Expr_L20_C0", "label": "expression", "type": "expression", "loc": [20, 23], "level": 0, "parent": null, "vector": [8, 0, 0.0762, 0.0142, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "anno...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_84312:ClassDef_L39_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84312:Expr_L40_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_84312:ClassDef_L42_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84312:Expr_L43_C2"}, {"f": "ajibawa-2023/Python-Code-Large/t...
#!/usr/bin/env python # # Copyright 2007 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
ajibawa-2023/Python-Code-Large/train/row_84313
2
25
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84313:Expr_L21_C0", "label": "expression", "type": "expression", "loc": [21, 21], "level": 0, "parent": null, "vector": [8, 0, 0.84, 0.04, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annotati...
[]
#!/usr/bin/env python # # Copyright 2007 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
ajibawa-2023/Python-Code-Large/train/row_84314
122
266
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84314:Expr_L17_C0", "label": "expression", "type": "expression", "loc": [17, 25], "level": 0, "parent": null, "vector": [8, 0, 0.0789, 0.0338, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "anno...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_84314:FunctionDef_L44_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84314:If_L45_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_84314:If_L45_C2", "t": "ajibawa-2023/Python-Code-Large/train/row_84314:Return_L46_C4"}, {"f": "ajibawa-2023/Python-Code-Large/trai...
#!/usr/bin/env python # # Copyright 2007 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
ajibawa-2023/Python-Code-Large/train/row_84315
4,099
5,528
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84315:ImportFrom_L20_C0", "label": "from google.net.proto import ProtocolBuffer", "type": "import", "loc": [20, 20], "level": 0, "parent": null, "vector": [1, 0, 0.0036, 0.0002, 0, 0.66, 0.0, 141, 0, 1, 0, 0, 141, 0, 0], "semantic": {"name": "google.net.proto", "arg_nam...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_84315:If_L27_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84315:Assign_L28_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_84315:If_L27_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84315:Assign_L29_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row...
#!/usr/bin/env python # # Copyright 2007 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
ajibawa-2023/Python-Code-Large/train/row_84316
6
38
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84316:Expr_L17_C0", "label": "expression", "type": "expression", "loc": [17, 22], "level": 0, "parent": null, "vector": [8, 0, 0.5132, 0.1579, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "anno...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_84316:ClassDef_L25_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84316:Expr_L26_C2"}]
#!/usr/bin/env python # # Copyright 2007 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
ajibawa-2023/Python-Code-Large/train/row_84318
0
16
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[]
[]
#!/usr/bin/env python # # Copyright 2007 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
ajibawa-2023/Python-Code-Large/train/row_84320
37
102
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84320:Expr_L22_C0", "label": "expression", "type": "expression", "loc": [22, 22], "level": 0, "parent": null, "vector": [8, 0, 0.2157, 0.0098, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "anno...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_84320:ClassDef_L26_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84320:Expr_L27_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_84320:ClassDef_L29_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84320:Expr_L30_C2"}, {"f": "ajibawa-2023/Python-Code-Large/t...
#!/usr/bin/env python # # Copyright 2007 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
ajibawa-2023/Python-Code-Large/train/row_84321
122
238
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84321:Expr_L21_C0", "label": "expression", "type": "expression", "loc": [21, 24], "level": 0, "parent": null, "vector": [8, 0, 0.0945, 0.0168, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "anno...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_84321:If_L36_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84321:ImportFrom_L37_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_84321:If_L36_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84321:ImportFrom_L38_C2"}, {"f": "ajibawa-2023/Python-Code-Large/t...
#!/usr/bin/env python # # Copyright 2007 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
ajibawa-2023/Python-Code-Large/train/row_84322
142
435
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84322:Expr_L21_C0", "label": "expression", "type": "expression", "loc": [21, 22], "level": 0, "parent": null, "vector": [8, 0, 0.0494, 0.0046, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "anno...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_84322:Try_L30_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84322:ImportFrom_L31_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_84322:Try_L30_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84322:ImportFrom_L32_C2"}, {"f": "ajibawa-2023/Python-Code-Large...
#!/usr/bin/env python # # Copyright 2007 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
ajibawa-2023/Python-Code-Large/train/row_84323
315
431
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84323:ImportFrom_L20_C0", "label": "from google.net.proto import ProtocolBuffer", "type": "import", "loc": [20, 20], "level": 0, "parent": null, "vector": [1, 0, 0.0464, 0.0023, 0, 0.66, 0.0, 141, 0, 1, 0, 0, 141, 0, 0], "semantic": {"name": "google.net.proto", "arg_nam...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_84323:If_L27_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84323:Assign_L28_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_84323:If_L27_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84323:Assign_L29_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row...
#!/usr/bin/env python # # Copyright 2007 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
ajibawa-2023/Python-Code-Large/train/row_84324
62
191
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84324:Expr_L21_C0", "label": "expression", "type": "expression", "loc": [21, 48], "level": 0, "parent": null, "vector": [8, 0, 0.1806, 0.1466, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "anno...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_84324:ClassDef_L70_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84324:Expr_L71_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_84324:ClassDef_L74_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84324:Expr_L75_C2"}, {"f": "ajibawa-2023/Python-Code-Large/t...
#!/usr/bin/env python # # Copyright 2007 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
ajibawa-2023/Python-Code-Large/train/row_84325
32
104
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84325:Expr_L21_C0", "label": "expression", "type": "expression", "loc": [21, 21], "level": 0, "parent": null, "vector": [8, 0, 0.2019, 0.0096, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "anno...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_84325:ClassDef_L51_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84325:Expr_L52_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_84325:ClassDef_L51_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84325:FunctionDef_L54_C2"}, {"f": "ajibawa-2023/Python-Code-...
#!/usr/bin/env python # # Copyright 2007 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
ajibawa-2023/Python-Code-Large/train/row_84326
0
16
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[]
[]
#!/usr/bin/env python # # Copyright 2007 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
ajibawa-2023/Python-Code-Large/train/row_84327
90
294
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84327:Expr_L21_C0", "label": "expression", "type": "expression", "loc": [21, 21], "level": 0, "parent": null, "vector": [8, 0, 0.0714, 0.0034, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "anno...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_84327:ClassDef_L42_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84327:Expr_L43_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_84327:FunctionDef_L46_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84327:Expr_L47_C2"}, {"f": "ajibawa-2023/Python-Code-Larg...
#!/usr/bin/env python # # Copyright 2007 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
ajibawa-2023/Python-Code-Large/train/row_84328
99
363
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84328:Expr_L22_C0", "label": "expression", "type": "expression", "loc": [22, 27], "level": 0, "parent": null, "vector": [8, 0, 0.0675, 0.0165, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "anno...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_84328:ClassDef_L46_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84328:Expr_L47_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_84328:ClassDef_L46_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84328:Assign_L54_C2"}, {"f": "ajibawa-2023/Python-Code-Large...
#!/usr/bin/env python # # Copyright 2007 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
ajibawa-2023/Python-Code-Large/train/row_84330
157
685
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84330:Expr_L17_C0", "label": "expression", "type": "expression", "loc": [17, 28], "level": 0, "parent": null, "vector": [8, 0, 0.0328, 0.0175, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "anno...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_84330:ClassDef_L40_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84330:Expr_L41_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_84330:ClassDef_L44_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84330:Expr_L45_C2"}, {"f": "ajibawa-2023/Python-Code-Large/t...
#!/usr/bin/env python # # Copyright 2007 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
ajibawa-2023/Python-Code-Large/train/row_84331
133
286
15
["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"]
[{"id": "ajibawa-2023/Python-Code-Large/train/row_84331:Expr_L21_C0", "label": "expression", "type": "expression", "loc": [21, 21], "level": 0, "parent": null, "vector": [8, 0, 0.0734, 0.0035, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "anno...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_84331:ClassDef_L44_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84331:Expr_L45_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_84331:ClassDef_L44_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_84331:FunctionDef_L51_C2"}, {"f": "ajibawa-2023/Python-Code-...