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
#!/usr/bin/env python # vim: set filetype=python expandtab tabstop=2 shiftwidth=2 autoindent smartindent: # -*- coding: utf-8 -*- # # test json rpc call from google.appengine.ext import webapp from google.appengine.ext.webapp.util import run_wsgi_app from django.utils import simplejson class RPCHandler(webapp.Re...
ajibawa-2023/Python-Code-Large/train/row_5502
52
94
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_5502:ImportFrom_L7_C0", "label": "from google.appengine.ext import webapp", "type": "import", "loc": [7, 7], "level": 0, "parent": null, "vector": [1, 0, 0.0745, 0.0106, 0, 0.66, 0.0, 167, 0, 1, 0, 0, 167, 0, 0], "semantic": {"name": "google.appengine.ext", "arg_names":...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_5502:ClassDef_L12_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5502:Expr_L13_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5502:ClassDef_L12_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5502:FunctionDef_L15_C2"}, {"f": "ajibawa-2023/Python-Code-Larg...
#!/usr/bin/env python # vim: set filetype=python expandtab tabstop=2 shiftwidth=2 autoindent smartindent: # -*- coding: utf-8 -*- # from google.appengine.ext import webapp from google.appengine.ext import db import os class Point(db.Expando): """ save a point with a comment """ lat = db.StringProperty(req...
ajibawa-2023/Python-Code-Large/train/row_5503
16
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_5503:ImportFrom_L6_C0", "label": "from google.appengine.ext import webapp", "type": "import", "loc": [6, 6], "level": 0, "parent": null, "vector": [1, 0, 0.2143, 0.0357, 0, 0.66, 0.0, 167, 0, 1, 0, 0, 167, 0, 0], "semantic": {"name": "google.appengine.ext", "arg_names":...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_5503:ClassDef_L10_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5503:Expr_L11_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5503:ClassDef_L10_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5503:Assign_L13_C2"}, {"f": "ajibawa-2023/Python-Code-Large/tra...
#!/usr/bin/env python # vim: set filetype=python expandtab tabstop=2 shiftwidth=2 autoindent smartindent: # -*- coding: utf-8 -*- # import os import wsgiref.handlers #import cgi import datetime import logging from google.appengine.api import mail from google.appengine.api import memcache from google.appeng...
ajibawa-2023/Python-Code-Large/train/row_5504
26
53
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_5504:Import_L5_C0", "label": "os import os", "type": "import", "loc": [5, 5], "level": 0, "parent": null, "vector": [1, 0, 0.0943, 0.0189, 0, 0.66, 0.0, 688, 0, 1, 0, 0, 688, 0, 0], "semantic": {"name": "os", "arg_names": [], "import_names": ["os"], "rhs_call_name": "",...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_5504:FunctionDef_L47_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5504:Expr_L48_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5504:If_L51_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5504:Expr_L52_C2"}]
#!/usr/bin/env python # vim: set filetype=python expandtab tabstop=2 shiftwidth=2 autoindent smartindent: # -*- coding: utf-8 -*- # import cgi import datetime import logging from google.appengine.ext import db from google.appengine.api import users from google.appengine.ext import webapp from google.appengi...
ajibawa-2023/Python-Code-Large/train/row_5505
42
71
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_5505:Import_L5_C0", "label": "cgi import cgi", "type": "import", "loc": [5, 5], "level": 0, "parent": null, "vector": [1, 0, 0.0704, 0.0141, 0, 0.66, 0.0, 934, 0, 1, 0, 0, 934, 0, 0], "semantic": {"name": "cgi", "arg_names": [], "import_names": ["cgi"], "rhs_call_name":...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_5505:ClassDef_L18_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5505:Assign_L19_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5505:ClassDef_L18_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5505:Assign_L20_C2"}, {"f": "ajibawa-2023/Python-Code-Large/t...
# Run from the commandline: # # python server.py # POST audio to http://localhost:9000 # GET audio from http://localhost:9000 # # A simple server to collect audio using python. To be more secure, # you might want to check the file names and place size restrictions # on the incoming data. import cgi from BaseHTTPSe...
ajibawa-2023/Python-Code-Large/train/row_5506
34
53
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_5506:Import_L11_C0", "label": "cgi import cgi", "type": "import", "loc": [11, 11], "level": 0, "parent": null, "vector": [1, 0, 0.2075, 0.0189, 0, 0.66, 0.0, 934, 0, 1, 0, 0, 934, 0, 0], "semantic": {"name": "cgi", "arg_names": [], "import_names": ["cgi"], "rhs_call_nam...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_5506:ClassDef_L14_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5506:Assign_L15_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5506:ClassDef_L14_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5506:FunctionDef_L17_C4"}, {"f": "ajibawa-2023/Python-Code-La...
import struct import os import os.path import sys import string import time import urllib from HTMLParser import HTMLParser import json import shutil import datetime from datetime import timedelta import ConfigParser class WebFetcher: def get_web_data(self, url): html = urllib.urlopen(url) html = html.read() ht...
ajibawa-2023/Python-Code-Large/train/row_5507
107
134
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_5507:Import_L1_C0", "label": "struct import struct", "type": "import", "loc": [1, 1], "level": 0, "parent": null, "vector": [1, 0, 0.0075, 0.0075, 0, 0.66, 0.0, 399, 0, 1, 0, 0, 399, 0, 0], "semantic": {"name": "struct", "arg_names": [], "import_names": ["struct"], "rhs...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_5507:ClassDef_L15_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5507:FunctionDef_L16_C1"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5507:FunctionDef_L16_C1", "t": "ajibawa-2023/Python-Code-Large/train/row_5507:Assign_L17_C2"}, {"f": "ajibawa-2023/Python-Code...
import urllib import struct import os import os.path import sys import string import time from HTMLParser import HTMLParser import json import shutil import datetime from datetime import timedelta from utils import * import threading import MySQLdb import ConfigParser class AppConfig: def __init__(self): s...
ajibawa-2023/Python-Code-Large/train/row_5508
175
206
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_5508:Import_L1_C0", "label": "urllib import urllib", "type": "import", "loc": [1, 1], "level": 0, "parent": null, "vector": [1, 0, 0.0049, 0.0049, 0, 0.66, 0.0, 614, 0, 1, 0, 0, 614, 0, 0], "semantic": {"name": "urllib", "arg_names": [], "import_names": ["urllib"], "rhs...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_5508:ClassDef_L18_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5508:FunctionDef_L19_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5508:FunctionDef_L19_C4", "t": "ajibawa-2023/Python-Code-Large/train/row_5508:Assign_L20_C8"}, {"f": "ajibawa-2023/Python-Code...
#!/usr/bin/python # Copyright 2011 Google, Inc. All Rights Reserved. # simple script to walk source tree looking for third-party licenses # dumps resulting html page to stdout import os, re, mimetypes, sys # read source directories to scan from command line SOURCE = sys.argv[1:] # regex to find /* */ style commen...
ajibawa-2023/Python-Code-Large/train/row_5509
51
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_5509:Import_L8_C0", "label": "os import os, re, mimetypes\u2026", "type": "import", "loc": [8, 8], "level": 0, "parent": null, "vector": [1, 0, 0.0816, 0.0102, 0, 0.66, 0.0, 688, 0, 4, 0, 0, 688, 0, 0], "semantic": {"name": "os", "arg_names": [], "import_names": ["os", ...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_5509:ClassDef_L31_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5509:FunctionDef_L32_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5509:FunctionDef_L32_C4", "t": "ajibawa-2023/Python-Code-Large/train/row_5509:Assign_L33_C8"}, {"f": "ajibawa-2023/Python-Code...
import MySQLdb import sys import time try: conn = MySQLdb.connect(host='localhost',user='root',passwd='gemj820812',db='shumi') except: sys.exit() cursor = conn.cursor() now = time.strftime("%Y-%m-%d") sql = "insert into novel_catch(title, classname, url, author, uptime, state) values ('%s','%s', '%s', '%s', '%s',...
ajibawa-2023/Python-Code-Large/train/row_5510
17
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_5510:Import_L1_C0", "label": "MySQLdb import MySQLdb", "type": "import", "loc": [1, 1], "level": 0, "parent": null, "vector": [1, 0, 0.0357, 0.0357, 0, 0.66, 0.0, 838, 0, 1, 0, 0, 838, 0, 0], "semantic": {"name": "MySQLdb", "arg_names": [], "import_names": ["MySQLdb"], ...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_5510:Try_L5_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5510:Assign_L6_C1"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5510:Try_L5_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5510:Expr_L8_C1"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5510:Tr...
#!/usr/bin/python # Copyright 2011 Google, Inc. All Rights Reserved. # simple script to walk source tree looking for third-party licenses # dumps resulting html page to stdout import os, re, mimetypes, sys # read source directories to scan from command line SOURCE = sys.argv[1:] # regex to find /* */ style commen...
ajibawa-2023/Python-Code-Large/train/row_5511
51
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_5511:Import_L8_C0", "label": "os import os, re, mimetypes\u2026", "type": "import", "loc": [8, 8], "level": 0, "parent": null, "vector": [1, 0, 0.0816, 0.0102, 0, 0.66, 0.0, 688, 0, 4, 0, 0, 688, 0, 0], "semantic": {"name": "os", "arg_names": [], "import_names": ["os", ...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_5511:ClassDef_L31_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5511:FunctionDef_L32_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5511:FunctionDef_L32_C4", "t": "ajibawa-2023/Python-Code-Large/train/row_5511:Assign_L33_C8"}, {"f": "ajibawa-2023/Python-Code...
#!/usr/bin/python2.6 # # Simple http server to emulate api.playfoursquare.com import logging import shutil import sys import urlparse import SimpleHTTPServer import BaseHTTPServer class RequestHandler(BaseHTTPServer.BaseHTTPRequestHandler): """Handle playfoursquare.com requests, for testing.""" def do_GET(self...
ajibawa-2023/Python-Code-Large/train/row_5512
63
85
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_5512:Import_L5_C0", "label": "logging import logging", "type": "import", "loc": [5, 5], "level": 0, "parent": null, "vector": [1, 0, 0.0588, 0.0118, 0, 0.66, 0.0, 715, 0, 1, 0, 0, 715, 0, 0], "semantic": {"name": "logging", "arg_names": [], "import_names": ["logging"], ...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_5512:ClassDef_L14_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5512:Expr_L15_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5512:ClassDef_L14_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5512:FunctionDef_L17_C2"}, {"f": "ajibawa-2023/Python-Code-Larg...
#!/usr/bin/python import datetime import sys import textwrap import common from xml.dom import pulldom PARSER = """\ /** * Copyright 2009 Joe LaPenna */ package com.joelapenna.foursquare.parsers; import com.joelapenna.foursquare.Foursquare; import com.joelapenna.foursquare.error.FoursquareError; import com.joel...
ajibawa-2023/Python-Code-Large/train/row_5513
42
149
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_5513:Import_L3_C0", "label": "datetime import datetime", "type": "import", "loc": [3, 3], "level": 0, "parent": null, "vector": [1, 0, 0.0201, 0.0067, 0, 0.66, 0.0, 426, 0, 1, 0, 0, 426, 0, 0], "semantic": {"name": "datetime", "arg_names": [], "import_names": ["datetime...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_5513:FunctionDef_L82_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5513:Assign_L83_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5513:FunctionDef_L82_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5513:Expr_L85_C2"}, {"f": "ajibawa-2023/Python-Code-Lar...
#!/usr/bin/python """ Pull a oAuth protected page from foursquare. Expects ~/.oget to contain (one on each line): CONSUMER_KEY CONSUMER_KEY_SECRET USERNAME PASSWORD Don't forget to chmod 600 the file! """ import httplib import os import re import sys import urllib import urllib2 import urlparse import user from xml....
ajibawa-2023/Python-Code-Large/train/row_5514
50
111
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_5514:Expr_L2_C0", "label": "expression", "type": "expression", "loc": [2, 12], "level": 0, "parent": null, "vector": [8, 0, 0.0631, 0.0991, 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_5514:FunctionDef_L48_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5514:Return_L49_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5514:FunctionDef_L56_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5514:Assign_L57_C2"}, {"f": "ajibawa-2023/Python-Code-L...
#!/usr/bin/python import os import subprocess import sys BASEDIR = '../main/src/com/joelapenna/foursquare' TYPESDIR = '../captures/types/v1' captures = sys.argv[1:] if not captures: captures = os.listdir(TYPESDIR) for f in captures: basename = f.split('.')[0] javaname = ''.join([c.capitalize() for c in basena...
ajibawa-2023/Python-Code-Large/train/row_5515
20
27
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_5515:Import_L3_C0", "label": "os import os", "type": "import", "loc": [3, 3], "level": 0, "parent": null, "vector": [1, 0, 0.1111, 0.037, 0, 0.66, 0.0, 688, 0, 1, 0, 0, 688, 0, 0], "semantic": {"name": "os", "arg_names": [], "import_names": ["os"], "rhs_call_name": "", ...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_5515:If_L11_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5515:Assign_L12_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5515:For_L14_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5515:Assign_L15_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_55...
#!/usr/bin/python import logging from xml.dom import minidom from xml.dom import pulldom BOOLEAN = "boolean" STRING = "String" GROUP = "Group" # Interfaces that all FoursquareTypes implement. DEFAULT_INTERFACES = ['FoursquareType'] # Interfaces that specific FoursqureTypes implement. INTERFACES = { } DEFAULT_CLA...
ajibawa-2023/Python-Code-Large/train/row_5516
44
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_5516:Import_L3_C0", "label": "logging import logging", "type": "import", "loc": [3, 3], "level": 0, "parent": null, "vector": [1, 0, 0.0263, 0.0088, 0, 0.66, 0.0, 715, 0, 1, 0, 0, 715, 0, 0], "semantic": {"name": "logging", "arg_names": [], "import_names": ["logging"], ...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_5516:FunctionDef_L59_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5516:Expr_L60_C2"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5516:FunctionDef_L59_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5516:Assign_L71_C2"}, {"f": "ajibawa-2023/Python-Code-Lar...
# Copyright 2014 Google Inc. All Rights Reserved. # # 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 ...
ajibawa-2023/Python-Code-Large/train/row_5517
88
209
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_5517:Expr_L15_C0", "label": "expression", "type": "expression", "loc": [15, 15], "level": 0, "parent": null, "vector": [8, 0, 0.0718, 0.0048, 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_5517:FunctionDef_L38_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5517:Expr_L39_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5517:FunctionDef_L38_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5517:Assign_L50_C4"}, {"f": "ajibawa-2023/Python-Code-Lar...
# Copyright 2014 Google Inc. All Rights Reserved. # # 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 ...
ajibawa-2023/Python-Code-Large/train/row_5518
136
320
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_5518:Expr_L15_C0", "label": "expression", "type": "expression", "loc": [15, 15], "level": 0, "parent": null, "vector": [8, 0, 0.0469, 0.0031, 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_5518:FunctionDef_L64_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5518:If_L70_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5518:If_L70_C4", "t": "ajibawa-2023/Python-Code-Large/train/row_5518:Expr_L71_C8"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_...
# Copyright 2015 Google Inc. All Rights Reserved. # # 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 ...
ajibawa-2023/Python-Code-Large/train/row_5519
37
79
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_5519:Expr_L15_C0", "label": "expression", "type": "expression", "loc": [15, 15], "level": 0, "parent": null, "vector": [8, 0, 0.1899, 0.0127, 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_5519:FunctionDef_L37_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5519:If_L38_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5519:If_L38_C4", "t": "ajibawa-2023/Python-Code-Large/train/row_5519:Return_L39_C8"}, {"f": "ajibawa-2023/Python-Code-Large/train/ro...
# Copyright 2015 Google Inc. All Rights Reserved. # # 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 ...
ajibawa-2023/Python-Code-Large/train/row_5521
24
77
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_5521:Expr_L15_C0", "label": "expression", "type": "expression", "loc": [15, 15], "level": 0, "parent": null, "vector": [8, 0, 0.1948, 0.013, 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_5521:FunctionDef_L29_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5521:Expr_L30_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5521:FunctionDef_L29_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5521:Expr_L31_C4"}, {"f": "ajibawa-2023/Python-Code-Large...
# Copyright 2015 Google Inc. All Rights Reserved. # # 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 ...
ajibawa-2023/Python-Code-Large/train/row_5522
25
100
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_5522:Expr_L15_C0", "label": "expression", "type": "expression", "loc": [15, 15], "level": 0, "parent": null, "vector": [8, 0, 0.15, 0.01, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annotatio...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_5522:FunctionDef_L30_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5522:Expr_L31_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5522:FunctionDef_L30_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5522:Assign_L33_C4"}, {"f": "ajibawa-2023/Python-Code-Lar...
# Copyright 2015 Google Inc. All Rights Reserved. # # 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 ...
ajibawa-2023/Python-Code-Large/train/row_5523
86
203
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_5523:Expr_L15_C0", "label": "expression", "type": "expression", "loc": [15, 32], "level": 0, "parent": null, "vector": [8, 0, 0.1158, 0.0887, 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_5523:ClassDef_L52_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5523:Expr_L53_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5523:ClassDef_L52_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5523:Assign_L55_C4"}, {"f": "ajibawa-2023/Python-Code-Large/tra...
# Copyright 2015 Google Inc. All Rights Reserved. # # 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 ...
ajibawa-2023/Python-Code-Large/train/row_5524
21
52
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_5524:Expr_L15_C0", "label": "expression", "type": "expression", "loc": [15, 15], "level": 0, "parent": null, "vector": [8, 0, 0.2885, 0.0192, 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_5524:ClassDef_L26_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5524:Expr_L27_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5524:ClassDef_L26_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5524:FunctionDef_L30_C4"}, {"f": "ajibawa-2023/Python-Code-Larg...
# Copyright 2015 Google Inc. All Rights Reserved. # # 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 ...
ajibawa-2023/Python-Code-Large/train/row_5525
42
83
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_5525:Expr_L15_C0", "label": "expression", "type": "expression", "loc": [15, 15], "level": 0, "parent": null, "vector": [8, 0, 0.1807, 0.012, 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_5525:ClassDef_L33_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5525:Expr_L34_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5525:ClassDef_L33_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5525:Assign_L36_C4"}, {"f": "ajibawa-2023/Python-Code-Large/tra...
# Copyright 2013 Google Inc. All Rights Reserved. # # 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 ...
ajibawa-2023/Python-Code-Large/train/row_5526
89
193
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_5526:Expr_L15_C0", "label": "expression", "type": "expression", "loc": [15, 15], "level": 0, "parent": null, "vector": [8, 0, 0.0777, 0.0052, 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_5526:ClassDef_L44_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5526:FunctionDef_L46_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5526:FunctionDef_L46_C4", "t": "ajibawa-2023/Python-Code-Large/train/row_5526:Assign_L47_C8"}, {"f": "ajibawa-2023/Python-Code...
# Copyright 2012 Google Inc. All Rights Reserved. # # 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 ...
ajibawa-2023/Python-Code-Large/train/row_5527
127
332
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_5527:Expr_L15_C0", "label": "expression", "type": "expression", "loc": [15, 15], "level": 0, "parent": null, "vector": [8, 0, 0.0452, 0.003, 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_5527:ClassDef_L55_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5527:Expr_L56_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5527:ClassDef_L55_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5527:Assign_L62_C4"}, {"f": "ajibawa-2023/Python-Code-Large/tra...
# Copyright 2014 Google Inc. All Rights Reserved. # # 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 ...
ajibawa-2023/Python-Code-Large/train/row_5528
48
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_5528:Expr_L15_C0", "label": "expression", "type": "expression", "loc": [15, 15], "level": 0, "parent": null, "vector": [8, 0, 0.1364, 0.0091, 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_5528:FunctionDef_L35_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5528:Assign_L36_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5528:FunctionDef_L35_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5528:Assign_L41_C4"}, {"f": "ajibawa-2023/Python-Code-L...
# Copyright 2014 Google Inc. All Rights Reserved. # # 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 ...
ajibawa-2023/Python-Code-Large/train/row_5529
170
367
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_5529:Expr_L15_C0", "label": "expression", "type": "expression", "loc": [15, 15], "level": 0, "parent": null, "vector": [8, 0, 0.0409, 0.0027, 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_5529:ClassDef_L33_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5529:FunctionDef_L35_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5529:FunctionDef_L35_C4", "t": "ajibawa-2023/Python-Code-Large/train/row_5529:Expr_L36_C8"}, {"f": "ajibawa-2023/Python-Code-L...
# Copyright 2014 Google Inc. All Rights Reserved. # # 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 ...
ajibawa-2023/Python-Code-Large/train/row_5530
68
163
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_5530:Expr_L15_C0", "label": "expression", "type": "expression", "loc": [15, 15], "level": 0, "parent": null, "vector": [8, 0, 0.092, 0.0061, 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_5530:ClassDef_L26_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5530:FunctionDef_L29_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5530:FunctionDef_L29_C4", "t": "ajibawa-2023/Python-Code-Large/train/row_5530:Return_L30_C8"}, {"f": "ajibawa-2023/Python-Code...
# Copyright 2014 Google Inc. All Rights Reserved. # # 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 ...
ajibawa-2023/Python-Code-Large/train/row_5531
28
78
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_5531:Expr_L15_C0", "label": "expression", "type": "expression", "loc": [15, 15], "level": 0, "parent": null, "vector": [8, 0, 0.1923, 0.0128, 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_5531:ClassDef_L26_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5531:FunctionDef_L30_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5531:FunctionDef_L30_C4", "t": "ajibawa-2023/Python-Code-Large/train/row_5531:Return_L31_C8"}, {"f": "ajibawa-2023/Python-Code...
# Copyright 2015 Google Inc. All Rights Reserved. # # 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 ...
ajibawa-2023/Python-Code-Large/train/row_5532
500
1,148
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_5532:Expr_L15_C0", "label": "expression", "type": "expression", "loc": [15, 16], "level": 0, "parent": null, "vector": [8, 0, 0.0135, 0.0017, 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_5532:ClassDef_L62_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5532:Expr_L63_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5532:ClassDef_L62_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5532:Assign_L102_C4"}, {"f": "ajibawa-2023/Python-Code-Large/tr...
# Copyright 2015 Google Inc. All Rights Reserved. # # 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 ...
ajibawa-2023/Python-Code-Large/train/row_5533
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_5533:Expr_L15_C0", "label": "expression", "type": "expression", "loc": [15, 15], "level": 0, "parent": null, "vector": [8, 0, 0.1103, 0.0074, 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_5533:ClassDef_L38_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5533:FunctionDef_L42_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5533:FunctionDef_L42_C4", "t": "ajibawa-2023/Python-Code-Large/train/row_5533:Return_L43_C8"}, {"f": "ajibawa-2023/Python-Code...
# Copyright 2014 Google Inc. All Rights Reserved. # # 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 ...
ajibawa-2023/Python-Code-Large/train/row_5534
109
240
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_5534:Expr_L15_C0", "label": "expression", "type": "expression", "loc": [15, 15], "level": 0, "parent": null, "vector": [8, 0, 0.0625, 0.0042, 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_5534:ClassDef_L29_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5534:Expr_L30_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5534:ClassDef_L29_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5534:FunctionDef_L38_C4"}, {"f": "ajibawa-2023/Python-Code-Larg...
# Copyright 2014 Google Inc. All Rights Reserved. # # 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 ...
ajibawa-2023/Python-Code-Large/train/row_5536
154
311
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_5536:Expr_L15_C0", "label": "expression", "type": "expression", "loc": [15, 15], "level": 0, "parent": null, "vector": [8, 0, 0.0482, 0.0032, 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_5536:ClassDef_L51_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5536:Expr_L52_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5536:ClassDef_L51_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5536:Assign_L54_C4"}, {"f": "ajibawa-2023/Python-Code-Large/tra...
# Copyright 2013 Google Inc. All Rights Reserved. # # 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 ...
ajibawa-2023/Python-Code-Large/train/row_5537
62
213
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_5537:Expr_L15_C0", "label": "expression", "type": "expression", "loc": [15, 66], "level": 0, "parent": null, "vector": [8, 0, 0.1901, 0.2441, 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_5537:ClassDef_L90_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5537:Expr_L91_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5537:ClassDef_L90_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5537:FunctionDef_L98_C4"}, {"f": "ajibawa-2023/Python-Code-Larg...
# Copyright 2014 Google Inc. All Rights Reserved. # # 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 ...
ajibawa-2023/Python-Code-Large/train/row_5538
68
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_5538:Expr_L15_C0", "label": "expression", "type": "expression", "loc": [15, 15], "level": 0, "parent": null, "vector": [8, 0, 0.0847, 0.0056, 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_5538:FunctionDef_L39_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5538:Assign_L40_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5538:FunctionDef_L39_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5538:Assign_L41_C4"}, {"f": "ajibawa-2023/Python-Code-L...
# Copyright 2014 Google Inc. All Rights Reserved. # # 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 ...
ajibawa-2023/Python-Code-Large/train/row_5540
70
143
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_5540:Expr_L15_C0", "label": "expression", "type": "expression", "loc": [15, 15], "level": 0, "parent": null, "vector": [8, 0, 0.1049, 0.007, 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_5540:ClassDef_L33_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5540:FunctionDef_L37_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5540:FunctionDef_L37_C4", "t": "ajibawa-2023/Python-Code-Large/train/row_5540:Assign_L38_C8"}, {"f": "ajibawa-2023/Python-Code...
# Copyright 2014 Google Inc. All Rights Reserved. # # 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 ...
ajibawa-2023/Python-Code-Large/train/row_5541
78
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_5541:Expr_L15_C0", "label": "expression", "type": "expression", "loc": [15, 15], "level": 0, "parent": null, "vector": [8, 0, 0.0904, 0.006, 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_5541:ClassDef_L47_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5541:Assign_L48_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5541:ClassDef_L47_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5541:Assign_L49_C4"}, {"f": "ajibawa-2023/Python-Code-Large/t...
# Copyright 2014 Google Inc. All Rights Reserved. # # 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 ...
ajibawa-2023/Python-Code-Large/train/row_5542
222
511
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_5542:Expr_L15_C0", "label": "expression", "type": "expression", "loc": [15, 31], "level": 0, "parent": null, "vector": [8, 0, 0.045, 0.0333, 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_5542:ClassDef_L68_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5542:Expr_L69_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5542:ClassDef_L68_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5542:FunctionDef_L71_C4"}, {"f": "ajibawa-2023/Python-Code-Larg...
# Copyright 2014 Google Inc. All Rights Reserved. # # 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 ...
ajibawa-2023/Python-Code-Large/train/row_5543
12
63
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_5543:Expr_L15_C0", "label": "expression", "type": "expression", "loc": [15, 25], "level": 0, "parent": null, "vector": [8, 0, 0.3175, 0.1746, 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_5543:FunctionDef_L37_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5543:Expr_L38_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5543:FunctionDef_L37_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5543:Return_L56_C4"}, {"f": "ajibawa-2023/Python-Code-Lar...
# Copyright 2014 Google Inc. All Rights Reserved. # # 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 ...
ajibawa-2023/Python-Code-Large/train/row_5544
137
322
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_5544:Expr_L15_C0", "label": "expression", "type": "expression", "loc": [15, 15], "level": 0, "parent": null, "vector": [8, 0, 0.0466, 0.0031, 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_5544:FunctionDef_L34_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5544:Expr_L35_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5544:FunctionDef_L34_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5544:Expr_L36_C4"}, {"f": "ajibawa-2023/Python-Code-Large...
# Copyright 2014 Google Inc. All Rights Reserved. # # 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 ...
ajibawa-2023/Python-Code-Large/train/row_5546
49
122
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_5546:Assign_L15_C0", "label": "__author__ =", "type": "assigned_variable", "loc": [15, 18], "level": 0, "parent": null, "vector": [14, 0, 0.1352, 0.0328, 0, 0.66, 0.0, 777, 0, 0, 0, 0, 0, 5, 0], "semantic": {"name": "__author__", "arg_names": [], "import_names": [], "rh...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_5546:ClassDef_L34_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5546:Expr_L35_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5546:ClassDef_L34_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5546:Assign_L37_C4"}, {"f": "ajibawa-2023/Python-Code-Large/tra...
# Copyright 2014 Google Inc. All Rights Reserved. # # 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 ...
ajibawa-2023/Python-Code-Large/train/row_5547
143
326
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_5547:Expr_L15_C0", "label": "expression", "type": "expression", "loc": [15, 31], "level": 0, "parent": null, "vector": [8, 0, 0.0706, 0.0521, 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_5547:ClassDef_L57_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5547:Expr_L58_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5547:ClassDef_L57_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5547:Assign_L60_C4"}, {"f": "ajibawa-2023/Python-Code-Large/tra...
# Copyright 2014 Google Inc. All Rights Reserved. # # 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 ...
ajibawa-2023/Python-Code-Large/train/row_5548
60
219
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_5548:Assign_L15_C0", "label": "__author__ =", "type": "assigned_variable", "loc": [15, 15], "level": 0, "parent": null, "vector": [14, 0, 0.0685, 0.0046, 0, 0.66, 0.0, 777, 1, 0, 0, 0, 0, 3, 0], "semantic": {"name": "__author__", "arg_names": [], "import_names": [], "rh...
[{"f": "ajibawa-2023/Python-Code-Large/train/row_5548:ClassDef_L119_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5548:Expr_L120_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5548:ClassDef_L119_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5548:Assign_L122_C4"}, {"f": "ajibawa-2023/Python-Code-Large...
# Copyright 2014 Google Inc. All Rights Reserved. # # 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 ...
ajibawa-2023/Python-Code-Large/train/row_5549
105
190
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_5549:Expr_L15_C0", "label": "expression", "type": "expression", "loc": [15, 15], "level": 0, "parent": null, "vector": [8, 0, 0.0789, 0.0053, 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_5549:ClassDef_L31_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5549:FunctionDef_L33_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5549:FunctionDef_L33_C4", "t": "ajibawa-2023/Python-Code-Large/train/row_5549:Assign_L34_C8"}, {"f": "ajibawa-2023/Python-Code...
# Copyright 2015 Google Inc. All Rights Reserved. # # 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 ...
ajibawa-2023/Python-Code-Large/train/row_5550
11
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_5550:Expr_L15_C0", "label": "expression", "type": "expression", "loc": [15, 15], "level": 0, "parent": null, "vector": [8, 0, 0.3659, 0.0244, 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_5550:FunctionDef_L30_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5550:Expr_L31_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5550:FunctionDef_L30_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5550:Assign_L33_C4"}, {"f": "ajibawa-2023/Python-Code-Lar...
# Copyright 2013 Google Inc. All Rights Reserved. # # 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 ...
ajibawa-2023/Python-Code-Large/train/row_5551
14
44
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_5551:Expr_L15_C0", "label": "expression", "type": "expression", "loc": [15, 15], "level": 0, "parent": null, "vector": [8, 0, 0.3409, 0.0227, 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_5551:FunctionDef_L22_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5551:Assign_L23_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5551:FunctionDef_L22_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5551:If_L24_C4"}, {"f": "ajibawa-2023/Python-Code-Large...
# Copyright 2012 Google Inc. All Rights Reserved. # # 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 ...
ajibawa-2023/Python-Code-Large/train/row_5552
210
422
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_5552:Expr_L15_C0", "label": "expression", "type": "expression", "loc": [15, 15], "level": 0, "parent": null, "vector": [8, 0, 0.0355, 0.0024, 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_5552:ClassDef_L63_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5552:Expr_L64_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5552:ClassDef_L63_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5552:FunctionDef_L67_C4"}, {"f": "ajibawa-2023/Python-Code-Larg...
# Copyright 2015 Google Inc. All Rights Reserved. # # 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 ...
ajibawa-2023/Python-Code-Large/train/row_5553
541
1,028
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_5553:Expr_L15_C0", "label": "expression", "type": "expression", "loc": [15, 15], "level": 0, "parent": null, "vector": [8, 0, 0.0146, 0.001, 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_5553:FunctionDef_L67_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5553:Expr_L68_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5553:FunctionDef_L67_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5553:If_L69_C4"}, {"f": "ajibawa-2023/Python-Code-Large/t...
# Copyright 2013 Google Inc. All Rights Reserved. # # 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 ...
ajibawa-2023/Python-Code-Large/train/row_5554
407
808
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_5554:Expr_L15_C0", "label": "expression", "type": "expression", "loc": [15, 15], "level": 0, "parent": null, "vector": [8, 0, 0.0186, 0.0012, 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_5554:ClassDef_L54_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5554:Expr_L55_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5554:ClassDef_L59_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5554:Expr_L60_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train...
# Copyright 2012 Google Inc. All Rights Reserved. # # 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 ...
ajibawa-2023/Python-Code-Large/train/row_5556
36
96
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_5556:Expr_L15_C0", "label": "expression", "type": "expression", "loc": [15, 15], "level": 0, "parent": null, "vector": [8, 0, 0.1562, 0.0104, 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_5556:FunctionDef_L40_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5556:Return_L41_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5556:FunctionDef_L45_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5556:Return_L46_C4"}, {"f": "ajibawa-2023/Python-Code-L...
# Copyright 2013 Google Inc. All Rights Reserved. # # 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 ...
ajibawa-2023/Python-Code-Large/train/row_5557
237
627
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_5557:Expr_L15_C0", "label": "expression", "type": "expression", "loc": [15, 15], "level": 0, "parent": null, "vector": [8, 0, 0.0239, 0.0016, 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_5557:ClassDef_L36_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5557:Expr_L37_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5557:FunctionDef_L40_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5557:If_L41_C4"}, {"f": "ajibawa-2023/Python-Code-Large/trai...
# Copyright 2013 Google Inc. All Rights Reserved. # # 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 ...
ajibawa-2023/Python-Code-Large/train/row_5558
151
307
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_5558:Expr_L15_C0", "label": "expression", "type": "expression", "loc": [15, 15], "level": 0, "parent": null, "vector": [8, 0, 0.0489, 0.0033, 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_5558:FunctionDef_L37_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5558:Expr_L39_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5558:FunctionDef_L37_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5558:Try_L58_C4"}, {"f": "ajibawa-2023/Python-Code-Large/...
# Copyright 2012 Google Inc. All Rights Reserved. # # 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 ...
ajibawa-2023/Python-Code-Large/train/row_5559
224
395
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_5559:Expr_L15_C0", "label": "expression", "type": "expression", "loc": [15, 15], "level": 0, "parent": null, "vector": [8, 0, 0.038, 0.0025, 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_5559:ClassDef_L47_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5559:Expr_L48_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5559:ClassDef_L47_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5559:FunctionDef_L51_C4"}, {"f": "ajibawa-2023/Python-Code-Larg...
# Copyright 2013 Google Inc. All Rights Reserved. # # 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 ...
ajibawa-2023/Python-Code-Large/train/row_5560
29
86
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_5560:Expr_L15_C0", "label": "expression", "type": "expression", "loc": [15, 15], "level": 0, "parent": null, "vector": [8, 0, 0.1744, 0.0116, 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_5560:ClassDef_L40_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5560:Expr_L41_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5560:ClassDef_L40_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5560:FunctionDef_L48_C4"}, {"f": "ajibawa-2023/Python-Code-Larg...
# Copyright 2013 Google Inc. All Rights Reserved. # # 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 ...
ajibawa-2023/Python-Code-Large/train/row_5561
199
301
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_5561:Expr_L15_C0", "label": "expression", "type": "expression", "loc": [15, 15], "level": 0, "parent": null, "vector": [8, 0, 0.0498, 0.0033, 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_5561:ClassDef_L51_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5561:Expr_L52_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5561:ClassDef_L51_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5561:FunctionDef_L54_C4"}, {"f": "ajibawa-2023/Python-Code-Larg...
# Copyright 2014 Google Inc. All Rights Reserved. # # 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 ...
ajibawa-2023/Python-Code-Large/train/row_5562
211
473
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_5562:Expr_L15_C0", "label": "expression", "type": "expression", "loc": [15, 34], "level": 0, "parent": null, "vector": [8, 0, 0.0518, 0.0423, 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_5562:FunctionDef_L79_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5562:Return_L83_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5562:ClassDef_L87_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5562:FunctionDef_L90_C4"}, {"f": "ajibawa-2023/Python-Code...
# Copyright 2013 Google Inc. All Rights Reserved. # # 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 ...
ajibawa-2023/Python-Code-Large/train/row_5563
44
108
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_5563:Expr_L15_C0", "label": "expression", "type": "expression", "loc": [15, 15], "level": 0, "parent": null, "vector": [8, 0, 0.1389, 0.0093, 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_5563:ClassDef_L33_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5563:Expr_L34_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5563:ClassDef_L33_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5563:FunctionDef_L44_C4"}, {"f": "ajibawa-2023/Python-Code-Larg...
# Copyright 2012 Google Inc. All Rights Reserved. # # 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 ...
ajibawa-2023/Python-Code-Large/train/row_5564
45
112
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_5564:Expr_L15_C0", "label": "expression", "type": "expression", "loc": [15, 15], "level": 0, "parent": null, "vector": [8, 0, 0.1339, 0.0089, 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_5564:ClassDef_L28_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5564:FunctionDef_L31_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5564:FunctionDef_L31_C4", "t": "ajibawa-2023/Python-Code-Large/train/row_5564:Return_L32_C8"}, {"f": "ajibawa-2023/Python-Code...
# Copyright 2013 Google Inc. All Rights Reserved. # # 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 ...
ajibawa-2023/Python-Code-Large/train/row_5566
128
262
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_5566:Expr_L15_C0", "label": "expression", "type": "expression", "loc": [15, 15], "level": 0, "parent": null, "vector": [8, 0, 0.0573, 0.0038, 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_5566:ClassDef_L49_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5566:Expr_L50_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5566:ClassDef_L53_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5566:Expr_L54_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train...
# Copyright 2013 Google Inc. All Rights Reserved. # # 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 ...
ajibawa-2023/Python-Code-Large/train/row_5567
96
250
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_5567:Expr_L15_C0", "label": "expression", "type": "expression", "loc": [15, 20], "level": 0, "parent": null, "vector": [8, 0, 0.07, 0.024, 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_5567:ClassDef_L38_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5567:Expr_L39_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5567:ClassDef_L38_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5567:Assign_L42_C4"}, {"f": "ajibawa-2023/Python-Code-Large/tra...
# Copyright 2015 Google Inc. All Rights Reserved. # # 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 ...
ajibawa-2023/Python-Code-Large/train/row_5568
336
699
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_5568:Expr_L15_C0", "label": "expression", "type": "expression", "loc": [15, 61], "level": 0, "parent": null, "vector": [8, 0, 0.0544, 0.0672, 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_5568:ClassDef_L112_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5568:Expr_L113_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5568:ClassDef_L116_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5568:Expr_L117_C4"}, {"f": "ajibawa-2023/Python-Code-Large/t...
# Copyright 2014 Google Inc. All Rights Reserved. # # 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 ...
ajibawa-2023/Python-Code-Large/train/row_5569
228
575
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_5569:Expr_L15_C0", "label": "expression", "type": "expression", "loc": [15, 15], "level": 0, "parent": null, "vector": [8, 0, 0.0261, 0.0017, 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_5569:ClassDef_L30_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5569:FunctionDef_L33_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5569:FunctionDef_L33_C4", "t": "ajibawa-2023/Python-Code-Large/train/row_5569:Return_L34_C8"}, {"f": "ajibawa-2023/Python-Code...
# Copyright 2014 Google Inc. All Rights Reserved. # # 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 ...
ajibawa-2023/Python-Code-Large/train/row_5570
23
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_5570:Expr_L15_C0", "label": "expression", "type": "expression", "loc": [15, 26], "level": 0, "parent": null, "vector": [8, 0, 0.306, 0.1791, 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_5570:FunctionDef_L39_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5570:Expr_L40_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5570:FunctionDef_L39_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5570:Expr_L41_C4"}, {"f": "ajibawa-2023/Python-Code-Large...
# Copyright 2012 Google Inc. All Rights Reserved. # # 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 ...
ajibawa-2023/Python-Code-Large/train/row_5571
249
510
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_5571:Expr_L15_C0", "label": "expression", "type": "expression", "loc": [15, 15], "level": 0, "parent": null, "vector": [8, 0, 0.0294, 0.002, 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_5571:ClassDef_L34_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5571:Expr_L35_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5571:ClassDef_L34_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5571:FunctionDef_L38_C4"}, {"f": "ajibawa-2023/Python-Code-Larg...
# Copyright 2012 Google Inc. All Rights Reserved. # # 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 ...
ajibawa-2023/Python-Code-Large/train/row_5572
262
461
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_5572:Expr_L15_C0", "label": "expression", "type": "expression", "loc": [15, 15], "level": 0, "parent": null, "vector": [8, 0, 0.0325, 0.0022, 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_5572:ClassDef_L34_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5572:Expr_L35_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5572:ClassDef_L34_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5572:FunctionDef_L38_C4"}, {"f": "ajibawa-2023/Python-Code-Larg...
# Copyright 2014 Google Inc. All Rights Reserved. # # 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 ...
ajibawa-2023/Python-Code-Large/train/row_5573
35
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_5573:Expr_L15_C0", "label": "expression", "type": "expression", "loc": [15, 15], "level": 0, "parent": null, "vector": [8, 0, 0.1531, 0.0102, 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_5573:ClassDef_L27_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5573:Expr_L28_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5573:ClassDef_L27_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5573:FunctionDef_L37_C4"}, {"f": "ajibawa-2023/Python-Code-Larg...
# Copyright 2012 Google Inc. All Rights Reserved. # # 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 ...
ajibawa-2023/Python-Code-Large/train/row_5574
364
718
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_5574:Expr_L15_C0", "label": "expression", "type": "expression", "loc": [15, 15], "level": 0, "parent": null, "vector": [8, 0, 0.0209, 0.0014, 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_5574:FunctionDef_L62_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5574:Expr_L63_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5574:FunctionDef_L62_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5574:Return_L68_C4"}, {"f": "ajibawa-2023/Python-Code-Lar...
# Copyright 2014 Google Inc. All Rights Reserved. # # 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 ...
ajibawa-2023/Python-Code-Large/train/row_5575
107
255
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_5575:Expr_L15_C0", "label": "expression", "type": "expression", "loc": [15, 15], "level": 0, "parent": null, "vector": [8, 0, 0.0588, 0.0039, 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_5575:ClassDef_L33_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5575:FunctionDef_L35_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5575:FunctionDef_L35_C4", "t": "ajibawa-2023/Python-Code-Large/train/row_5575:Expr_L38_C8"}, {"f": "ajibawa-2023/Python-Code-L...
# Copyright 2013 Google Inc. All Rights Reserved. # # 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 ...
ajibawa-2023/Python-Code-Large/train/row_5576
24
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_5576:Expr_L15_C0", "label": "expression", "type": "expression", "loc": [15, 15], "level": 0, "parent": null, "vector": [8, 0, 0.1172, 0.0078, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annot...
[]
# Copyright 2013 Google Inc. All Rights Reserved. # # 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 ...
ajibawa-2023/Python-Code-Large/train/row_5577
443
835
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_5577:Expr_L15_C0", "label": "expression", "type": "expression", "loc": [15, 15], "level": 0, "parent": null, "vector": [8, 0, 0.018, 0.0012, 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_5577:ClassDef_L38_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5577:Expr_L39_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5577:ClassDef_L38_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5577:FunctionDef_L42_C4"}, {"f": "ajibawa-2023/Python-Code-Larg...
# Copyright 2014 Google Inc. All Rights Reserved. # # 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 ...
ajibawa-2023/Python-Code-Large/train/row_5578
29
74
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_5578:Expr_L15_C0", "label": "expression", "type": "expression", "loc": [15, 15], "level": 0, "parent": null, "vector": [8, 0, 0.2027, 0.0135, 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_5578:FunctionDef_L30_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5578:Return_L31_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5578:FunctionDef_L34_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5578:Expr_L35_C4"}, {"f": "ajibawa-2023/Python-Code-Lar...
# Copyright 2013 Google Inc. All Rights Reserved. # # 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 ...
ajibawa-2023/Python-Code-Large/train/row_5579
66
141
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_5579:Expr_L15_C0", "label": "expression", "type": "expression", "loc": [15, 15], "level": 0, "parent": null, "vector": [8, 0, 0.1064, 0.0071, 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_5579:ClassDef_L26_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5579:Expr_L27_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5579:ClassDef_L26_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5579:FunctionDef_L29_C4"}, {"f": "ajibawa-2023/Python-Code-Larg...
# Copyright 2013 Google Inc. All Rights Reserved. # # 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 ...
ajibawa-2023/Python-Code-Large/train/row_5580
196
386
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_5580:Expr_L15_C0", "label": "expression", "type": "expression", "loc": [15, 15], "level": 0, "parent": null, "vector": [8, 0, 0.0389, 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_5580:ClassDef_L31_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5580:Expr_L32_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5580:ClassDef_L31_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5580:FunctionDef_L34_C4"}, {"f": "ajibawa-2023/Python-Code-Larg...
# Copyright 2014 Google Inc. All Rights Reserved. # # 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 ...
ajibawa-2023/Python-Code-Large/train/row_5581
825
1,768
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_5581:Expr_L15_C0", "label": "expression", "type": "expression", "loc": [15, 15], "level": 0, "parent": null, "vector": [8, 0, 0.0085, 0.0006, 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_5581:ClassDef_L99_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5581:Expr_L105_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5581:ClassDef_L99_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5581:Assign_L107_C4"}, {"f": "ajibawa-2023/Python-Code-Large/t...
# Copyright 2014 Google Inc. All Rights Reserved. # # 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 ...
ajibawa-2023/Python-Code-Large/train/row_5582
99
201
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_5582:Expr_L15_C0", "label": "expression", "type": "expression", "loc": [15, 15], "level": 0, "parent": null, "vector": [8, 0, 0.0746, 0.005, 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_5582:ClassDef_L26_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5582:Expr_L27_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5582:ClassDef_L26_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5582:FunctionDef_L29_C4"}, {"f": "ajibawa-2023/Python-Code-Larg...
# Copyright 2014 Google Inc. All Rights Reserved. # # 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 ...
ajibawa-2023/Python-Code-Large/train/row_5583
51
126
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_5583:Expr_L15_C0", "label": "expression", "type": "expression", "loc": [15, 15], "level": 0, "parent": null, "vector": [8, 0, 0.119, 0.0079, 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_5583:ClassDef_L23_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5583:Assign_L25_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5583:ClassDef_L23_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5583:Assign_L26_C4"}, {"f": "ajibawa-2023/Python-Code-Large/t...
# Copyright 2012 Google Inc. All Rights Reserved. # # 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 ...
ajibawa-2023/Python-Code-Large/train/row_5584
157
327
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_5584:Expr_L15_C0", "label": "expression", "type": "expression", "loc": [15, 15], "level": 0, "parent": null, "vector": [8, 0, 0.0459, 0.0031, 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_5584:ClassDef_L35_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5584:Expr_L36_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5584:ClassDef_L35_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5584:FunctionDef_L39_C4"}, {"f": "ajibawa-2023/Python-Code-Larg...
# Copyright 2014 Google Inc. All Rights Reserved. # # 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 ...
ajibawa-2023/Python-Code-Large/train/row_5585
53
145
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_5585:Expr_L15_C0", "label": "expression", "type": "expression", "loc": [15, 15], "level": 0, "parent": null, "vector": [8, 0, 0.1034, 0.0069, 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_5585:ClassDef_L25_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5585:FunctionDef_L27_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5585:FunctionDef_L27_C4", "t": "ajibawa-2023/Python-Code-Large/train/row_5585:Return_L28_C8"}, {"f": "ajibawa-2023/Python-Code...
# Copyright 2014 Google Inc. All Rights Reserved. # # 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 ...
ajibawa-2023/Python-Code-Large/train/row_5586
337
796
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_5586:Expr_L15_C0", "label": "expression", "type": "expression", "loc": [15, 15], "level": 0, "parent": null, "vector": [8, 0, 0.0188, 0.0013, 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_5586:ClassDef_L41_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5586:Expr_L42_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5586:ClassDef_L41_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5586:Assign_L44_C4"}, {"f": "ajibawa-2023/Python-Code-Large/tra...
# Copyright 2015 Google Inc. All Rights Reserved. # # 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 ...
ajibawa-2023/Python-Code-Large/train/row_5589
814
1,629
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_5589:Expr_L15_C0", "label": "expression", "type": "expression", "loc": [15, 15], "level": 0, "parent": null, "vector": [8, 0, 0.0092, 0.0006, 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_5589:FunctionDef_L72_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5589:Expr_L73_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5589:FunctionDef_L72_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5589:If_L74_C4"}, {"f": "ajibawa-2023/Python-Code-Large/t...
# Copyright 2015 Google Inc. All Rights Reserved. # # 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 ...
ajibawa-2023/Python-Code-Large/train/row_5590
67
189
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_5590:Expr_L15_C0", "label": "expression", "type": "expression", "loc": [15, 15], "level": 0, "parent": null, "vector": [8, 0, 0.0794, 0.0053, 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_5590:ClassDef_L26_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5590:Expr_L27_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5590:ClassDef_L26_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5590:FunctionDef_L32_C4"}, {"f": "ajibawa-2023/Python-Code-Larg...
# Copyright 2013 Google Inc. All Rights Reserved. # # 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 ...
ajibawa-2023/Python-Code-Large/train/row_5591
64
134
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_5591:Expr_L15_C0", "label": "expression", "type": "expression", "loc": [15, 15], "level": 0, "parent": null, "vector": [8, 0, 0.1119, 0.0075, 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_5591:ClassDef_L30_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5591:Expr_L31_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5591:ClassDef_L30_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5591:Assign_L33_C4"}, {"f": "ajibawa-2023/Python-Code-Large/tra...
# Copyright 2013 Google Inc. All Rights Reserved. # # 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 ...
ajibawa-2023/Python-Code-Large/train/row_5592
27
74
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_5592:Expr_L15_C0", "label": "expression", "type": "expression", "loc": [15, 15], "level": 0, "parent": null, "vector": [8, 0, 0.2027, 0.0135, 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_5592:If_L58_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5592:Import_L59_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5592:If_L58_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5592:For_L62_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5592:F...
#!/usr/bin/python # Copyright 2014 Google Inc. All Rights Reserved. # # 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...
ajibawa-2023/Python-Code-Large/train/row_5594
141
310
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_5594:Expr_L17_C0", "label": "expression", "type": "expression", "loc": [17, 28], "level": 0, "parent": null, "vector": [8, 0, 0.0726, 0.0387, 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_5594:FunctionDef_L83_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5594:Expr_L84_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5594:FunctionDef_L88_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5594:If_L89_C4"}, {"f": "ajibawa-2023/Python-Code-Large/t...
# Copyright 2014 Google Inc. All Rights Reserved. # # 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 ...
ajibawa-2023/Python-Code-Large/train/row_5596
47
143
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_5596:Expr_L15_C0", "label": "expression", "type": "expression", "loc": [15, 15], "level": 0, "parent": null, "vector": [8, 0, 0.1049, 0.007, 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_5596:ClassDef_L32_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5596:FunctionDef_L34_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5596:ClassDef_L32_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5596:FunctionDef_L55_C4"}, {"f": "ajibawa-2023/Python-Co...
# Copyright 2014 Google Inc. All Rights Reserved. # # 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 ...
ajibawa-2023/Python-Code-Large/train/row_5597
72
140
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_5597:Expr_L16_C0", "label": "expression", "type": "expression", "loc": [16, 16], "level": 0, "parent": null, "vector": [8, 0, 0.1143, 0.0071, 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_5597:ClassDef_L27_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5597:FunctionDef_L29_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5597:FunctionDef_L29_C4", "t": "ajibawa-2023/Python-Code-Large/train/row_5597:Assign_L30_C8"}, {"f": "ajibawa-2023/Python-Code...
"""Unit tests for the common.sanitize module.""" __author__ = 'John Orr (jorr@google.com)' import unittest from common import safe_dom class MockNode(safe_dom.Node): def __init__(self, value): super(MockNode, self).__init__() self._value = value @property def sanitized(self): r...
ajibawa-2023/Python-Code-Large/train/row_5598
185
281
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_5598:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 1], "level": 0, "parent": null, "vector": [8, 0, 0.0036, 0.0036, 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_5598:ClassDef_L9_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5598:FunctionDef_L11_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5598:FunctionDef_L11_C4", "t": "ajibawa-2023/Python-Code-Large/train/row_5598:Expr_L12_C8"}, {"f": "ajibawa-2023/Python-Code-La...
# Copyright 2014 Google Inc. All Rights Reserved. # # 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 ...
ajibawa-2023/Python-Code-Large/train/row_5599
31
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_5599:Expr_L15_C0", "label": "expression", "type": "expression", "loc": [15, 15], "level": 0, "parent": null, "vector": [8, 0, 0.2083, 0.0139, 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_5599:ClassDef_L24_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5599:Expr_L25_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5599:ClassDef_L24_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5599:FunctionDef_L27_C4"}, {"f": "ajibawa-2023/Python-Code-Larg...
# Copyright 2015 Google Inc. All Rights Reserved. # # 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 ...
ajibawa-2023/Python-Code-Large/train/row_5600
52
101
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_5600:Expr_L15_C0", "label": "expression", "type": "expression", "loc": [15, 15], "level": 0, "parent": null, "vector": [8, 0, 0.1485, 0.0099, 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_5600:ClassDef_L24_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5600:FunctionDef_L26_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5600:FunctionDef_L26_C4", "t": "ajibawa-2023/Python-Code-Large/train/row_5600:Expr_L27_C8"}, {"f": "ajibawa-2023/Python-Code-L...
# Copyright 2014 Google Inc. All Rights Reserved. # # 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 ...
ajibawa-2023/Python-Code-Large/train/row_5601
122
265
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_5601:Expr_L15_C0", "label": "expression", "type": "expression", "loc": [15, 15], "level": 0, "parent": null, "vector": [8, 0, 0.0566, 0.0038, 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_5601:ClassDef_L27_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5601:FunctionDef_L30_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5601:FunctionDef_L30_C4", "t": "ajibawa-2023/Python-Code-Large/train/row_5601:Expr_L31_C8"}, {"f": "ajibawa-2023/Python-Code-L...
# Copyright 2012 Google Inc. All Rights Reserved. # # 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 ...
ajibawa-2023/Python-Code-Large/train/row_5602
120
369
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_5602:Expr_L15_C0", "label": "expression", "type": "expression", "loc": [15, 15], "level": 0, "parent": null, "vector": [8, 0, 0.0407, 0.0027, 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_5602:FunctionDef_L24_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5602:Return_L25_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5602:ClassDef_L28_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5602:Expr_L29_C4"}, {"f": "ajibawa-2023/Python-Code-Large/...
"""Unit tests for the javascript code.""" __author__ = 'John Orr (jorr@google.com)' import os import subprocess import unittest import appengine_config class AllJavaScriptTests(unittest.TestCase): def karma_test(self, test_folder): karma_conf = os.path.join( appengine_config.BUNDLE_ROOT, ...
ajibawa-2023/Python-Code-Large/train/row_5603
29
48
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_5603:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 1], "level": 0, "parent": null, "vector": [8, 0, 0.0208, 0.0208, 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_5603:ClassDef_L13_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5603:FunctionDef_L15_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5603:FunctionDef_L15_C4", "t": "ajibawa-2023/Python-Code-Large/train/row_5603:Assign_L16_C8"}, {"f": "ajibawa-2023/Python-Code...
# Copyright 2015 Google Inc. All Rights Reserved. # # 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 ...
ajibawa-2023/Python-Code-Large/train/row_5604
32
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_5604:Expr_L15_C0", "label": "expression", "type": "expression", "loc": [15, 15], "level": 0, "parent": null, "vector": [8, 0, 0.2459, 0.0164, 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_5604:ClassDef_L26_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5604:FunctionDef_L28_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5604:FunctionDef_L28_C4", "t": "ajibawa-2023/Python-Code-Large/train/row_5604:Expr_L29_C8"}, {"f": "ajibawa-2023/Python-Code-L...
# coding: utf-8 # Copyright 2013 Google Inc. All Rights Reserved. # # 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 ap...
ajibawa-2023/Python-Code-Large/train/row_5605
197
359
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_5605:Expr_L16_C0", "label": "expression", "type": "expression", "loc": [16, 16], "level": 0, "parent": null, "vector": [8, 0, 0.0446, 0.0028, 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_5605:ClassDef_L26_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5605:Expr_L27_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5605:ClassDef_L26_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5605:FunctionDef_L33_C4"}, {"f": "ajibawa-2023/Python-Code-Larg...
# Copyright 2013 Google Inc. All Rights Reserved. # # 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 ...
ajibawa-2023/Python-Code-Large/train/row_5606
62
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_5606:Expr_L15_C0", "label": "expression", "type": "expression", "loc": [15, 15], "level": 0, "parent": null, "vector": [8, 0, 0.1442, 0.0096, 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_5606:ClassDef_L25_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5606:FunctionDef_L27_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5606:FunctionDef_L27_C4", "t": "ajibawa-2023/Python-Code-Large/train/row_5606:Assign_L28_C8"}, {"f": "ajibawa-2023/Python-Code...
# Copyright 2013 Google Inc. All Rights Reserved. # # 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 ...
ajibawa-2023/Python-Code-Large/train/row_5607
157
236
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_5607:Expr_L16_C0", "label": "expression", "type": "expression", "loc": [16, 16], "level": 0, "parent": null, "vector": [8, 0, 0.0678, 0.0042, 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_5607:ClassDef_L37_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5607:Expr_L38_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5607:ClassDef_L37_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5607:FunctionDef_L40_C4"}, {"f": "ajibawa-2023/Python-Code-Larg...
# Copyright 2013 Google Inc. All Rights Reserved. # # 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 ...
ajibawa-2023/Python-Code-Large/train/row_5608
247
481
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_5608:Expr_L16_C0", "label": "expression", "type": "expression", "loc": [16, 16], "level": 0, "parent": null, "vector": [8, 0, 0.0333, 0.0021, 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_5608:FunctionDef_L27_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5608:Return_L28_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5608:ClassDef_L31_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5608:FunctionDef_L33_C4"}, {"f": "ajibawa-2023/Python-Code...
# Copyright 2013 Google Inc. All Rights Reserved. # # 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 ...
ajibawa-2023/Python-Code-Large/train/row_5609
87
153
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_5609:Expr_L15_C0", "label": "expression", "type": "expression", "loc": [15, 15], "level": 0, "parent": null, "vector": [8, 0, 0.098, 0.0065, 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_5609:ClassDef_L24_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5609:Expr_L25_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5609:ClassDef_L24_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5609:FunctionDef_L27_C4"}, {"f": "ajibawa-2023/Python-Code-Larg...
# Copyright 2014 Google Inc. All Rights Reserved. # # 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 ...
ajibawa-2023/Python-Code-Large/train/row_5610
205
391
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_5610:Expr_L16_C0", "label": "expression", "type": "expression", "loc": [16, 16], "level": 0, "parent": null, "vector": [8, 0, 0.0409, 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_5610:ClassDef_L36_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5610:FunctionDef_L38_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5610:FunctionDef_L38_C4", "t": "ajibawa-2023/Python-Code-Large/train/row_5610:Assign_L39_C8"}, {"f": "ajibawa-2023/Python-Code...
# -*- coding: utf-8 -*- # Copyright 2013 Google Inc. All Rights Reserved. # # 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 requi...
ajibawa-2023/Python-Code-Large/train/row_5611
115
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_5611:Expr_L17_C0", "label": "expression", "type": "expression", "loc": [17, 17], "level": 0, "parent": null, "vector": [8, 0, 0.0586, 0.0034, 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_5611:ClassDef_L119_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5611:Expr_L120_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_5611:ClassDef_L119_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_5611:Assign_L122_C4"}, {"f": "ajibawa-2023/Python-Code-Large...