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
from __future__ import print_function
################################################################################
#
# graph.py
#
#
# Copyright (c) 10/9/2009 Leo Goodstadt
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated... | ajibawa-2023/Python-Code-Large/train/row_82410 | 398 | 1,244 | 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_82410:ImportFrom_L2_C0", "label": "from __future__ import print_function", "type": "import", "loc": [2, 2], "level": 0, "parent": null, "vector": [1, 0, 0.0016, 0.0008, 0, 0.66, 0.0, 777, 0, 1, 0, 0, 777, 0, 0], "semantic": {"name": "__future__", "arg_names": [], "impor... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_82410:Try_L38_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82410:Import_L39_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82410:Try_L38_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82410:Import_L41_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/r... |
#!/usr/bin/env python
from __future__ import print_function
import sys
if sys.hexversion < 0x03000000:
from future_builtins import zip
################################################################################
#
# adjacent_pairs_iterate.py
#
#
# Copyright (c) 2007 Leo Goodstadt
#
# Permission is hereby ... | ajibawa-2023/Python-Code-Large/train/row_82411 | 27 | 68 | 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_82411:ImportFrom_L2_C0", "label": "from __future__ import print_function", "type": "import", "loc": [2, 2], "level": 0, "parent": null, "vector": [1, 0, 0.0294, 0.0147, 0, 0.66, 0.0, 777, 0, 1, 0, 0, 777, 0, 0], "semantic": {"name": "__future__", "arg_names": [], "impor... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_82411:If_L4_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82411:ImportFrom_L5_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82411:FunctionDef_L34_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82411:Expr_L35_C4"}, {"f": "ajibawa-2023/Python-Code-Large/... |
#!/usr/bin/env python
from __future__ import print_function
################################################################################
#
# file_name_parameters
#
#
# Copyright (c) 10/9/2009 Leo Goodstadt
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software an... | ajibawa-2023/Python-Code-Large/train/row_82412 | 445 | 1,404 | 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_82412:ImportFrom_L2_C0", "label": "from __future__ import print_function", "type": "import", "loc": [2, 2], "level": 0, "parent": null, "vector": [1, 0, 0.0014, 0.0007, 0, 0.66, 0.0, 777, 0, 1, 0, 0, 777, 0, 0], "semantic": {"name": "__future__", "arg_names": [], "impor... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_82412:If_L66_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82412:Import_L67_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82412:If_L66_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82412:Expr_L68_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_8... |
#!/usr/bin/env python
from __future__ import print_function
"""
simpler_with_shared_logging.py
"""
#88888888888888888888888888888888888888888888888888888888888888888888888888888888888888888
# options
#88888888888888888888888888888888888888888888888888888888888888888888888888888888888888888
from optparse i... | ajibawa-2023/Python-Code-Large/train/row_82413 | 103 | 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_82413:ImportFrom_L2_C0", "label": "from __future__ import print_function", "type": "import", "loc": [2, 2], "level": 0, "parent": null, "vector": [1, 0, 0.0062, 0.0031, 0, 0.66, 0.0, 777, 0, 1, 0, 0, 777, 0, 0], "semantic": {"name": "__future__", "arg_names": [], "impor... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_82413:Try_L20_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82413:Import_L21_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82413:Try_L20_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82413:Import_L23_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/r... |
#!/usr/bin/env python
from __future__ import print_function
"""
draw_specified_dependency_tree.py
"""
#88888888888888888888888888888888888888888888888888888888888888888888888888888888888888888
# options
#88888888888888888888888888888888888888888888888888888888888888888888888888888888888888888
from optpars... | ajibawa-2023/Python-Code-Large/train/row_82414 | 117 | 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_82414:ImportFrom_L2_C0", "label": "from __future__ import print_function", "type": "import", "loc": [2, 2], "level": 0, "parent": null, "vector": [1, 0, 0.006, 0.003, 0, 0.66, 0.0, 777, 0, 1, 0, 0, 777, 0, 0], "semantic": {"name": "__future__", "arg_names": [], "import_... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_82414:Try_L20_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82414:Import_L21_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82414:Try_L20_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82414:Import_L23_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/r... |
#!/usr/bin/env python
from __future__ import print_function
"""
play_with_colours.py
[--log_file PATH]
[--verbose]
"""
################################################################################
#
# test
#
#
# Copyright (c) 7/13/2010 Leo Goodstadt
#
# Permission is hereby granted, free of char... | ajibawa-2023/Python-Code-Large/train/row_82415 | 77 | 282 | 15 | ["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"] | [{"id": "ajibawa-2023/Python-Code-Large/train/row_82415:ImportFrom_L2_C0", "label": "from __future__ import print_function", "type": "import", "loc": [2, 2], "level": 0, "parent": null, "vector": [1, 0, 0.0071, 0.0035, 0, 0.66, 0.0, 777, 0, 1, 0, 0, 777, 0, 0], "semantic": {"name": "__future__", "arg_names": [], "impor... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_82415:If_L42_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82415:Assign_L43_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82415:If_L42_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82415:Assign_L44_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row... |
#!/usr/bin/env python
from __future__ import print_function
"""
test_tasks.py
"""
#88888888888888888888888888888888888888888888888888888888888888888888888888888888888888888
# options
#88888888888888888888888888888888888888888888888888888888888888888888888888888888888888888
from optparse import OptionParse... | ajibawa-2023/Python-Code-Large/train/row_82416 | 67 | 234 | 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_82416:ImportFrom_L2_C0", "label": "from __future__ import print_function", "type": "import", "loc": [2, 2], "level": 0, "parent": null, "vector": [1, 0, 0.0085, 0.0043, 0, 0.66, 0.0, 777, 0, 1, 0, 0, 777, 0, 0], "semantic": {"name": "__future__", "arg_names": [], "impor... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_82416:Try_L20_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82416:Import_L21_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82416:Try_L20_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82416:Import_L23_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/r... |
#!/usr/bin/env python
from time import sleep
import random
import sys
try:
for i in range(50):
sleep(1)
#if random.randint(5) == 4:
# print >> sys.stderr, "Throw"
# raise Exception("WWWWW")
print >> sys.stderr, i,
sleep(1)
print >> sys.stderr, "Done"
except:
... | ajibawa-2023/Python-Code-Large/train/row_82417 | 10 | 17 | 15 | ["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"] | [{"id": "ajibawa-2023/Python-Code-Large/train/row_82417:ImportFrom_L2_C0", "label": "from time import sleep", "type": "import", "loc": [2, 2], "level": 0, "parent": null, "vector": [1, 0, 0.1176, 0.0588, 0, 0.66, 0.0, 654, 0, 1, 0, 0, 654, 0, 0], "semantic": {"name": "time", "arg_names": [], "import_names": ["sleep"], ... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_82417:Try_L6_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82417:For_L7_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82417:For_L7_C4", "t": "ajibawa-2023/Python-Code-Large/train/row_82417:Expr_L8_C8"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82417:... |
#!/usr/bin/env python
from __future__ import print_function
"""
complicated_example.py
"""
import os, sys
exe_path = os.path.split(os.path.abspath(sys.argv[0]))[0]
sys.path.append(os.path.abspath(os.path.join(exe_path,"..", "..")))
from ruffus import *
from time import sleep
import random
#888888888888888888888... | ajibawa-2023/Python-Code-Large/train/row_82418 | 145 | 531 | 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_82418:ImportFrom_L2_C0", "label": "from __future__ import print_function", "type": "import", "loc": [2, 2], "level": 0, "parent": null, "vector": [1, 0, 0.0038, 0.0019, 0, 0.66, 0.0, 777, 0, 1, 0, 0, 777, 0, 0], "semantic": {"name": "__future__", "arg_names": [], "impor... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_82418:Try_L86_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82418:Import_L87_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82418:Try_L86_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82418:Import_L89_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/r... |
#!/usr/bin/env python2.5
"""
test_tasks.py
"""
#88888888888888888888888888888888888888888888888888888888888888888888888888888888888888888
# options
#88888888888888888888888888888888888888888888888888888888888888888888888888888888888888888
from optparse import OptionParser
import sys, os
import os.path
imp... | ajibawa-2023/Python-Code-Large/train/row_82419 | 83 | 253 | 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_82419:Expr_L2_C0", "label": "expression", "type": "expression", "loc": [2, 6], "level": 0, "parent": null, "vector": [8, 0, 0.0158, 0.0198, 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_82419:If_L23_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82419:Assign_L24_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82419:If_L23_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82419:Assign_L25_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row... |
#!/usr/bin/env python2.5
"""
test_tasks.py
"""
#88888888888888888888888888888888888888888888888888888888888888888888888888888888888888888
# options
#88888888888888888888888888888888888888888888888888888888888888888888888888888888888888888
from optparse import OptionParser
import sys, os
import os.path
imp... | ajibawa-2023/Python-Code-Large/train/row_82420 | 86 | 269 | 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_82420:Expr_L2_C0", "label": "expression", "type": "expression", "loc": [2, 6], "level": 0, "parent": null, "vector": [8, 0, 0.0149, 0.0186, 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_82420:If_L23_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82420:Assign_L24_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82420:If_L23_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82420:Assign_L25_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row... |
#!/usr/bin/env python
from __future__ import print_function
"""
draw_specified_dependency_tree.py
"""
#88888888888888888888888888888888888888888888888888888888888888888888888888888888888888888
# options
#88888888888888888888888888888888888888888888888888888888888888888888888888888888888888888
from optpars... | ajibawa-2023/Python-Code-Large/train/row_82422 | 69 | 208 | 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_82422:ImportFrom_L2_C0", "label": "from __future__ import print_function", "type": "import", "loc": [2, 2], "level": 0, "parent": null, "vector": [1, 0, 0.0096, 0.0048, 0, 0.66, 0.0, 777, 0, 1, 0, 0, 777, 0, 0], "semantic": {"name": "__future__", "arg_names": [], "impor... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_82422:Try_L20_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82422:Import_L21_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82422:Try_L20_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82422:Import_L23_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/r... |
#!/usr/bin/env python
from __future__ import print_function
import os, sys
# add self to search path for testing
exe_path = os.path.split(os.path.abspath(sys.argv[0]))[0]
sys.path.insert(0,os.path.abspath(os.path.join(exe_path,"..", "..")))
if __name__ == '__main__':
module_name = os.path.split(sys.argv[0])[1]
... | ajibawa-2023/Python-Code-Large/train/row_82423 | 21 | 50 | 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_82423:ImportFrom_L2_C0", "label": "from __future__ import print_function", "type": "import", "loc": [2, 2], "level": 0, "parent": null, "vector": [1, 0, 0.04, 0.02, 0, 0.66, 0.0, 777, 0, 1, 0, 0, 777, 0, 0], "semantic": {"name": "__future__", "arg_names": [], "import_na... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_82423:If_L7_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82423:Assign_L8_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82423:If_L7_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82423:Assign_L9_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_824... |
#!/usr/bin/env python
from __future__ import print_function
"""
test_tasks.py
"""
#88888888888888888888888888888888888888888888888888888888888888888888888888888888888888888
# options
#88888888888888888888888888888888888888888888888888888888888888888888888888888888888888888
from optparse import OptionParse... | ajibawa-2023/Python-Code-Large/train/row_82424 | 75 | 253 | 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_82424:ImportFrom_L2_C0", "label": "from __future__ import print_function", "type": "import", "loc": [2, 2], "level": 0, "parent": null, "vector": [1, 0, 0.0079, 0.004, 0, 0.66, 0.0, 777, 0, 1, 0, 0, 777, 0, 0], "semantic": {"name": "__future__", "arg_names": [], "import... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_82424:Try_L20_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82424:Import_L21_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82424:Try_L20_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82424:Import_L23_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/r... |
'''Debugging utilities.'''
import sys
import traceback
import inspect
def excepthook(type, value, tb):
"""
Automatically start the debugger on an exception.
See also:
- http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/65287
"""
if hasattr(sys, 'ps1') \
or not (sys.stdin.isatty()... | ajibawa-2023/Python-Code-Large/train/row_82433 | 15 | 36 | 15 | ["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"] | [{"id": "ajibawa-2023/Python-Code-Large/train/row_82433:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 1], "level": 0, "parent": null, "vector": [8, 0, 0.0278, 0.0278, 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_82433:FunctionDef_L9_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82433:Expr_L10_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82433:FunctionDef_L9_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82433:If_L17_C4"}, {"f": "ajibawa-2023/Python-Code-Large... |
#!/usr/bin/env python
#
# Copyright 2007 Jose Fonseca
#
# This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published
# by the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This ... | ajibawa-2023/Python-Code-Large/train/row_82434 | 38 | 70 | 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_82434:FunctionDef_L19_C0", "label": "run", "type": "function", "loc": [19, 42], "level": 0, "parent": null, "vector": [2, 0, 0.4357, 0.3429, 0, 0.66, 0.0, 679, 0, 3, 1, 0, 0, 0, 11], "semantic": {"name": "run", "arg_names": ["statement", "filename", "sort"], "import_nam... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_82434:FunctionDef_L19_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82434:Import_L20_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82434:FunctionDef_L19_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82434:Assign_L21_C4"}, {"f": "ajibawa-2023/Python-Co... |
#!/usr/bin/python
import os
import dircache
list = dircache.listdir('src/datasoul/icons/v2')
for icon in list:
ret = os.system('[ $(grep -l "'+icon+'" src -r | grep .java$ | wc -l) -eq 0 ]')
if ret == 0:
print icon
| ajibawa-2023/Python-Code-Large/train/row_82436 | 7 | 13 | 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_82436:Import_L3_C0", "label": "os import os", "type": "import", "loc": [3, 3], "level": 0, "parent": null, "vector": [1, 0, 0.2308, 0.0769, 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_82436:For_L8_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82436:Assign_L9_C1"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82436:For_L8_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82436:If_L10_C1"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_8243... |
#!/usr/bin/python
import sys
import os
def convert(s):
return s.replace("*", "\\*");
f = open('src/datasoul/internationalize.properties', 'r')
x = f.read()
f.close()
for l in x.split('\n'):
beg = 0
#print "---> "+l
if len(l) == 0 or l[0] == '#':
continue
while True:
idx = l.find("=", beg)
if idx > 0 a... | ajibawa-2023/Python-Code-Large/train/row_82437 | 16 | 29 | 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_82437:Import_L3_C0", "label": "sys import sys", "type": "import", "loc": [3, 3], "level": 0, "parent": null, "vector": [1, 0, 0.1034, 0.0345, 0, 0.66, 0.0, 509, 0, 1, 0, 0, 509, 0, 0], "semantic": {"name": "sys", "arg_names": [], "import_names": ["sys"], "rhs_call_name"... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_82437:FunctionDef_L6_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82437:Return_L7_C1"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82437:For_L15_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82437:Assign_L16_C1"}, {"f": "ajibawa-2023/Python-Code-Large/t... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
##
# (C) Copyright 2011 Jose Carrasco <jose.carrasco[a]vikuit.com>
# (C) Copyright 2011 Jose Blanco <jose.blanco[a]vikuit.com>
#
# This file is part of "vikuit".
#
# "vikuit" is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero Gener... | ajibawa-2023/Python-Code-Large/train/row_82438 | 12 | 144 | 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_82438:Import_L24_C0", "label": "wsgiref.handlers import wsgiref.handlers", "type": "import", "loc": [24, 24], "level": 0, "parent": null, "vector": [1, 0, 0.1667, 0.0069, 0, 0.66, 0.0, 709, 0, 1, 0, 0, 709, 0, 0], "semantic": {"name": "wsgiref.handlers", "arg_names": []... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_82438:FunctionDef_L34_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82438:Expr_L37_C1"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82438:FunctionDef_L34_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82438:Assign_L39_C1"}, {"f": "ajibawa-2023/Python-Code... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
##
# (C) Copyright 2011 Jose Blanco <jose.blanco[a]vikuit.com>
#
# This file is part of "vikuit".
#
# "vikuit" is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation... | ajibawa-2023/Python-Code-Large/train/row_82439 | 99 | 162 | 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_82439:ImportFrom_L23_C0", "label": "from django import template", "type": "import", "loc": [23, 23], "level": 0, "parent": null, "vector": [1, 0, 0.142, 0.0062, 0, 0.66, 0.0, 294, 0, 1, 0, 0, 294, 0, 0], "semantic": {"name": "django", "arg_names": [], "import_names": ["... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_82439:FunctionDef_L32_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82439:Assign_L33_C1"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82439:FunctionDef_L32_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82439:Assign_L34_C1"}, {"f": "ajibawa-2023/Python-Co... |
import urllib
from google.appengine.api import urlfetch
"""
Adapted from http://pypi.python.org/pypi/recaptcha-client
to use with Google App Engine
by Joscha Feth <joscha@feth.com>
Version 0.1
"""
API_SSL_SERVER ="https://api-secure.recaptcha.net"
API_SERVER ="http://api.recaptcha.net"
VERIFY_SE... | ajibawa-2023/Python-Code-Large/train/row_82440 | 33 | 106 | 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_82440:Import_L1_C0", "label": "urllib import urllib", "type": "import", "loc": [1, 1], "level": 0, "parent": null, "vector": [1, 0, 0.0094, 0.0094, 0, 0.66, 0.0, 614, 0, 1, 0, 0, 614, 0, 0], "semantic": {"name": "urllib", "arg_names": [], "import_names": ["urllib"], "rh... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_82440:ClassDef_L15_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82440:FunctionDef_L16_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82440:FunctionDef_L16_C4", "t": "ajibawa-2023/Python-Code-Large/train/row_82440:Assign_L17_C8"}, {"f": "ajibawa-2023/Python-... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
##
# (C) Copyright 2011 Jose Carrasco <jose.carrasco[a]vikuit.com>
# (C) Copyright 2011 Jose Blanco <jose.blanco[a]vikuit.com>
#
# This file is part of "vikuit".
#
# "vikuit" is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero Gener... | ajibawa-2023/Python-Code-Large/train/row_82441 | 47 | 92 | 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_82441:Import_L23_C0", "label": "os import os", "type": "import", "loc": [23, 23], "level": 0, "parent": null, "vector": [1, 0, 0.25, 0.0109, 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_82441:ClassDef_L30_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82441:FunctionDef_L32_C1"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82441:FunctionDef_L32_C1", "t": "ajibawa-2023/Python-Code-Large/train/row_82441:Assign_L33_C2"}, {"f": "ajibawa-2023/Python-... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# (C) Copyright 2008 Ignacio Andreu <plunchete at gmail dot com>
#
# This file is part of "debug_mode_on".
#
# "debug_mode_on" is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free S... | ajibawa-2023/Python-Code-Large/train/row_82442 | 11 | 37 | 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_82442:Import_L23_C0", "label": "simplejson import simplejson", "type": "import", "loc": [23, 23], "level": 0, "parent": null, "vector": [1, 0, 0.6216, 0.027, 0, 0.66, 0.0, 386, 0, 1, 0, 0, 386, 0, 0], "semantic": {"name": "simplejson", "arg_names": [], "import_names": [... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_82442:ClassDef_L29_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82442:FunctionDef_L31_C1"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82442:FunctionDef_L31_C1", "t": "ajibawa-2023/Python-Code-Large/train/row_82442:Assign_L32_C2"}, {"f": "ajibawa-2023/Python-... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# (C) Copyright 2008 Ignacio Andreu <plunchete at gmail dot com>
#
# This file is part of "debug_mode_on".
#
# "debug_mode_on" is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free S... | ajibawa-2023/Python-Code-Large/train/row_82444 | 4 | 26 | 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_82444:ImportFrom_L22_C0", "label": "from handlers.BaseHandler import *", "type": "import", "loc": [22, 22], "level": 0, "parent": null, "vector": [1, 0, 0.8462, 0.0385, 0, 0.66, 0.0, 437, 0, 1, 0, 0, 437, 0, 0], "semantic": {"name": "handlers.BaseHandler", "arg_names": ... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_82444:ClassDef_L24_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82444:FunctionDef_L25_C1"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82444:FunctionDef_L25_C1", "t": "ajibawa-2023/Python-Code-Large/train/row_82444:Expr_L26_C2"}] |
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# (C) Copyright 2008 Alberto Gimeno <gimenete at gmail dot com>
#
# This file is part of "debug_mode_on".
#
# "debug_mode_on" is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free So... | ajibawa-2023/Python-Code-Large/train/row_82445 | 9 | 33 | 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_82445:ImportFrom_L23_C0", "label": "from handlers.BaseHandler import *", "type": "import", "loc": [23, 23], "level": 0, "parent": null, "vector": [1, 0, 0.697, 0.0303, 0, 0.66, 0.0, 437, 0, 1, 0, 0, 437, 0, 0], "semantic": {"name": "handlers.BaseHandler", "arg_names": [... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_82445:ClassDef_L25_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82445:FunctionDef_L27_C1"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82445:FunctionDef_L27_C1", "t": "ajibawa-2023/Python-Code-Large/train/row_82445:Assign_L28_C2"}, {"f": "ajibawa-2023/Python-... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
##
# (C) Copyright 2011 Jose Blanco <jose.blanco[a]vikuit.com>
#
# This file is part of "vikuit".
#
# "vikuit" is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation... | ajibawa-2023/Python-Code-Large/train/row_82446 | 4 | 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_82446:ImportFrom_L23_C0", "label": "from handlers.BaseHandler import BaseHandler", "type": "import", "loc": [23, 23], "level": 0, "parent": null, "vector": [1, 0, 0.8214, 0.0357, 0, 0.66, 0.0, 437, 0, 1, 0, 0, 437, 0, 0], "semantic": {"name": "handlers.BaseHandler", "ar... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_82446:ClassDef_L25_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82446:FunctionDef_L27_C1"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82446:FunctionDef_L27_C1", "t": "ajibawa-2023/Python-Code-Large/train/row_82446:Expr_L28_C2"}] |
#!/usr/bin/python
# -*- coding: utf-8 -*-
##
# (C) Copyright 2011 Jose Blanco <jose.blanco[a]vikuit.com>
#
# This file is part of "vikuit".
#
# "vikuit" is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation... | ajibawa-2023/Python-Code-Large/train/row_82447 | 16 | 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_82447:Import_L22_C0", "label": "model import model", "type": "import", "loc": [22, 22], "level": 0, "parent": null, "vector": [1, 0, 0.5, 0.0227, 0, 0.66, 0.0, 722, 0, 1, 0, 0, 722, 0, 0], "semantic": {"name": "model", "arg_names": [], "import_names": ["model"], "rhs_ca... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_82447:ClassDef_L29_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82447:FunctionDef_L31_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82447:FunctionDef_L31_C4", "t": "ajibawa-2023/Python-Code-Large/train/row_82447:Assign_L32_C8"}, {"f": "ajibawa-2023/Python-... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
##
# (C) Copyright 2011 Jose Blanco <jose.blanco[a]vikuit.com>
#
# This file is part of "vikuit".
#
# "vikuit" is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation... | ajibawa-2023/Python-Code-Large/train/row_82448 | 39 | 80 | 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_82448:Import_L22_C0", "label": "datetime import datetime", "type": "import", "loc": [22, 22], "level": 0, "parent": null, "vector": [1, 0, 0.275, 0.0125, 0, 0.66, 0.0, 426, 0, 1, 0, 0, 426, 0, 0], "semantic": {"name": "datetime", "arg_names": [], "import_names": ["datet... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_82448:ClassDef_L31_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82448:FunctionDef_L33_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82448:FunctionDef_L33_C4", "t": "ajibawa-2023/Python-Code-Large/train/row_82448:Assign_L34_C8"}, {"f": "ajibawa-2023/Python-... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
##
# (C) Copyright 2011 Jose Blanco <jose.blanco[a]vikuit.com>
#
# This file is part of "vikuit".
#
# "vikuit" is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation... | ajibawa-2023/Python-Code-Large/train/row_82449 | 521 | 848 | 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_82449:Import_L22_C0", "label": "re import re", "type": "import", "loc": [22, 22], "level": 0, "parent": null, "vector": [1, 0, 0.0259, 0.0012, 0, 0.66, 0.0, 540, 0, 1, 0, 0, 540, 0, 0], "semantic": {"name": "re", "arg_names": [], "import_names": ["re"], "rhs_call_name":... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_82449:ClassDef_L35_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82449:FunctionDef_L41_C1"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82449:FunctionDef_L41_C1", "t": "ajibawa-2023/Python-Code-Large/train/row_82449:If_L43_C2"}, {"f": "ajibawa-2023/Python-Code... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
##
# (C) Copyright 2011 Jose Blanco <jose.blanco[a]vikuit.com>
#
# This file is part of "vikuit".
#
# "vikuit" is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation... | ajibawa-2023/Python-Code-Large/train/row_82450 | 39 | 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_82450:ImportFrom_L23_C0", "label": "from google.appengine.api import mail", "type": "import", "loc": [23, 23], "level": 0, "parent": null, "vector": [1, 0, 0.2987, 0.013, 0, 0.66, 0.0, 279, 0, 1, 0, 0, 279, 0, 0], "semantic": {"name": "google.appengine.api", "arg_names"... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_82450:ClassDef_L28_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82450:FunctionDef_L30_C1"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82450:FunctionDef_L30_C1", "t": "ajibawa-2023/Python-Code-Large/train/row_82450:Assign_L31_C2"}, {"f": "ajibawa-2023/Python-... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
##
# (C) Copyright 2011 Jose Blanco <jose.blanco[a]vikuit.com>
#
# This file is part of "vikuit".
#
# "vikuit" is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation... | ajibawa-2023/Python-Code-Large/train/row_82451 | 95 | 191 | 15 | ["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"] | [{"id": "ajibawa-2023/Python-Code-Large/train/row_82451:Import_L23_C0", "label": "time import time", "type": "import", "loc": [23, 23], "level": 0, "parent": null, "vector": [1, 0, 0.1204, 0.0052, 0, 0.66, 0.0, 654, 0, 1, 0, 0, 654, 0, 0], "semantic": {"name": "time", "arg_names": [], "import_names": ["time"], "rhs_cal... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_82451:ClassDef_L35_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82451:FunctionDef_L37_C1"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82451:FunctionDef_L37_C1", "t": "ajibawa-2023/Python-Code-Large/train/row_82451:Assign_L38_C2"}, {"f": "ajibawa-2023/Python-... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# (C) Copyright 2008 Alberto Gimeno <gimenete at gmail dot com>
#
# This file is part of "debug_mode_on".
#
# "debug_mode_on" is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free So... | ajibawa-2023/Python-Code-Large/train/row_82452 | 21 | 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_82452:ImportFrom_L23_C0", "label": "from handlers.BaseHandler import *", "type": "import", "loc": [23, 23], "level": 0, "parent": null, "vector": [1, 0, 0.4792, 0.0208, 0, 0.66, 0.0, 437, 0, 1, 0, 0, 437, 0, 0], "semantic": {"name": "handlers.BaseHandler", "arg_names": ... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_82452:ClassDef_L25_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82452:FunctionDef_L27_C1"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82452:FunctionDef_L27_C1", "t": "ajibawa-2023/Python-Code-Large/train/row_82452:Assign_L28_C2"}, {"f": "ajibawa-2023/Python-... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
##
# (C) Copyright 2011 Jose Blanco <jose.blanco[a]vikuit.com>
#
# This file is part of "vikuit".
#
# "vikuit" is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation... | ajibawa-2023/Python-Code-Large/train/row_82453 | 57 | 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_82453:Import_L23_C0", "label": "time import time", "type": "import", "loc": [23, 23], "level": 0, "parent": null, "vector": [1, 0, 0.2447, 0.0106, 0, 0.66, 0.0, 654, 0, 1, 0, 0, 654, 0, 0], "semantic": {"name": "time", "arg_names": [], "import_names": ["time"], "rhs_cal... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_82453:ClassDef_L31_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82453:FunctionDef_L33_C1"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82453:FunctionDef_L33_C1", "t": "ajibawa-2023/Python-Code-Large/train/row_82453:Assign_L34_C2"}, {"f": "ajibawa-2023/Python-... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
##
# (C) Copyright 2011 Jose Blanco <jose.blanco[a]vikuit.com>
#
# This file is part of "vikuit".
#
# "vikuit" is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software ... | ajibawa-2023/Python-Code-Large/train/row_82454 | 36 | 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_82454:ImportFrom_L23_C0", "label": "from handlers.AuthenticatedHandler import *", "type": "import", "loc": [23, 23], "level": 0, "parent": null, "vector": [1, 0, 0.2949, 0.0128, 0, 0.66, 0.0, 548, 0, 1, 0, 0, 548, 0, 0], "semantic": {"name": "handlers.AuthenticatedHandl... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_82454:ClassDef_L25_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82454:FunctionDef_L27_C1"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82454:FunctionDef_L27_C1", "t": "ajibawa-2023/Python-Code-Large/train/row_82454:Assign_L28_C2"}, {"f": "ajibawa-2023/Python-... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
##
# (C) Copyright 2011 Jose Blanco <jose.blanco[a]vikuit.com>
#
# This file is part of "vikuit".
#
# "vikuit" is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation... | ajibawa-2023/Python-Code-Large/train/row_82455 | 21 | 49 | 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_82455:Import_L23_C0", "label": "datetime import datetime", "type": "import", "loc": [23, 23], "level": 0, "parent": null, "vector": [1, 0, 0.4694, 0.0204, 0, 0.66, 0.0, 426, 0, 1, 0, 0, 426, 0, 0], "semantic": {"name": "datetime", "arg_names": [], "import_names": ["date... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_82455:ClassDef_L27_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82455:FunctionDef_L29_C1"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82455:FunctionDef_L29_C1", "t": "ajibawa-2023/Python-Code-Large/train/row_82455:Assign_L30_C2"}, {"f": "ajibawa-2023/Python-... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
##
# (C) Copyright 2011 Jose Blanco <jose.blanco[a]vikuit.com>
#
# This file is part of "vikuit".
#
# "vikuit" is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software ... | ajibawa-2023/Python-Code-Large/train/row_82456 | 15 | 42 | 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_82456:ImportFrom_L23_C0", "label": "from handlers.AuthenticatedHandler import *", "type": "import", "loc": [23, 23], "level": 0, "parent": null, "vector": [1, 0, 0.5476, 0.0238, 0, 0.66, 0.0, 548, 0, 1, 0, 0, 548, 0, 0], "semantic": {"name": "handlers.AuthenticatedHandl... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_82456:ClassDef_L25_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82456:FunctionDef_L27_C1"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82456:FunctionDef_L27_C1", "t": "ajibawa-2023/Python-Code-Large/train/row_82456:Assign_L28_C2"}, {"f": "ajibawa-2023/Python-... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
##
# (C) Copyright 2011 Jose Blanco <jose.blanco[a]vikuit.com>
#
# This file is part of "vikuit".
#
# "vikuit" is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation... | ajibawa-2023/Python-Code-Large/train/row_82457 | 7 | 32 | 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_82457:ImportFrom_L23_C0", "label": "from handlers.AuthenticatedHandler import *", "type": "import", "loc": [23, 23], "level": 0, "parent": null, "vector": [1, 0, 0.7188, 0.0312, 0, 0.66, 0.0, 548, 0, 1, 0, 0, 548, 0, 0], "semantic": {"name": "handlers.AuthenticatedHandl... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_82457:ClassDef_L25_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82457:FunctionDef_L27_C1"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82457:FunctionDef_L27_C1", "t": "ajibawa-2023/Python-Code-Large/train/row_82457:Assign_L28_C2"}, {"f": "ajibawa-2023/Python-... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
##
# (C) Copyright 2011 Jose Blanco <jose.blanco[a]vikuit.com>
#
# This file is part of "vikuit".
#
# "vikuit" is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software ... | ajibawa-2023/Python-Code-Large/train/row_82458 | 7 | 32 | 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_82458:ImportFrom_L23_C0", "label": "from handlers.AuthenticatedHandler import *", "type": "import", "loc": [23, 23], "level": 0, "parent": null, "vector": [1, 0, 0.7188, 0.0312, 0, 0.66, 0.0, 548, 0, 1, 0, 0, 548, 0, 0], "semantic": {"name": "handlers.AuthenticatedHandl... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_82458:ClassDef_L25_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82458:FunctionDef_L27_C1"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82458:FunctionDef_L27_C1", "t": "ajibawa-2023/Python-Code-Large/train/row_82458:Assign_L28_C2"}, {"f": "ajibawa-2023/Python-... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
##
# (C) Copyright 2011 Jose Blanco <jose.blanco[a]vikuit.com>
#
# This file is part of "vikuit".
#
# "vikuit" is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation... | ajibawa-2023/Python-Code-Large/train/row_82459 | 15 | 40 | 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_82459:ImportFrom_L23_C0", "label": "from handlers.BaseHandler import *", "type": "import", "loc": [23, 23], "level": 0, "parent": null, "vector": [1, 0, 0.575, 0.025, 0, 0.66, 0.0, 437, 0, 1, 0, 0, 437, 0, 0], "semantic": {"name": "handlers.BaseHandler", "arg_names": []... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_82459:ClassDef_L26_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82459:FunctionDef_L28_C1"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82459:FunctionDef_L28_C1", "t": "ajibawa-2023/Python-Code-Large/train/row_82459:Assign_L29_C2"}, {"f": "ajibawa-2023/Python-... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
##
# (C) Copyright 2011 Jose Blanco <jose.blanco[a]vikuit.com>
#
# This file is part of "vikuit".
#
# "vikuit" is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software ... | ajibawa-2023/Python-Code-Large/train/row_82460 | 37 | 69 | 15 | ["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"] | [{"id": "ajibawa-2023/Python-Code-Large/train/row_82460:Import_L23_C0", "label": "model import model", "type": "import", "loc": [23, 23], "level": 0, "parent": null, "vector": [1, 0, 0.3333, 0.0145, 0, 0.66, 0.0, 722, 0, 1, 0, 0, 722, 0, 0], "semantic": {"name": "model", "arg_names": [], "import_names": ["model"], "rhs... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_82460:ClassDef_L26_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82460:FunctionDef_L28_C1"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82460:FunctionDef_L28_C1", "t": "ajibawa-2023/Python-Code-Large/train/row_82460:Assign_L29_C2"}, {"f": "ajibawa-2023/Python-... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
##
# (C) Copyright 2011 Jose Blanco <jose.blanco[a]vikuit.com>
#
# This file is part of "vikuit".
#
# "vikuit" is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation... | ajibawa-2023/Python-Code-Large/train/row_82461 | 8 | 32 | 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_82461:ImportFrom_L23_C0", "label": "from handlers.AuthenticatedHandler import *", "type": "import", "loc": [23, 23], "level": 0, "parent": null, "vector": [1, 0, 0.7188, 0.0312, 0, 0.66, 0.0, 548, 0, 1, 0, 0, 548, 0, 0], "semantic": {"name": "handlers.AuthenticatedHandl... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_82461:ClassDef_L26_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82461:FunctionDef_L28_C1"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82461:FunctionDef_L28_C1", "t": "ajibawa-2023/Python-Code-Large/train/row_82461:Assign_L29_C2"}, {"f": "ajibawa-2023/Python-... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
##
# (C) Copyright 2011 Jose Blanco <jose.blanco[a]vikuit.com>
#
# This file is part of "vikuit".
#
# "vikuit" is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation... | ajibawa-2023/Python-Code-Large/train/row_82462 | 8 | 32 | 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_82462:ImportFrom_L23_C0", "label": "from handlers.AuthenticatedHandler import *", "type": "import", "loc": [23, 23], "level": 0, "parent": null, "vector": [1, 0, 0.7188, 0.0312, 0, 0.66, 0.0, 548, 0, 1, 0, 0, 548, 0, 0], "semantic": {"name": "handlers.AuthenticatedHandl... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_82462:ClassDef_L25_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82462:FunctionDef_L27_C1"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82462:FunctionDef_L27_C1", "t": "ajibawa-2023/Python-Code-Large/train/row_82462:Assign_L28_C2"}, {"f": "ajibawa-2023/Python-... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
##
# (C) Copyright 2011 Jose Blanco <jose.blanco[a]vikuit.com>
#
# This file is part of "vikuit".
#
# "vikuit" is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation... | ajibawa-2023/Python-Code-Large/train/row_82463 | 35 | 75 | 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_82463:ImportFrom_L23_C0", "label": "from google.appengine.api import mail", "type": "import", "loc": [23, 23], "level": 0, "parent": null, "vector": [1, 0, 0.3067, 0.0133, 0, 0.66, 0.0, 279, 0, 1, 0, 0, 279, 0, 0], "semantic": {"name": "google.appengine.api", "arg_names... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_82463:ClassDef_L26_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82463:FunctionDef_L28_C1"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82463:FunctionDef_L28_C1", "t": "ajibawa-2023/Python-Code-Large/train/row_82463:Assign_L29_C2"}, {"f": "ajibawa-2023/Python-... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
##
# (C) Copyright 2011 Jose Blanco <jose.blanco[a]vikuit.com>
#
# This file is part of "vikuit".
#
# "vikuit" is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation... | ajibawa-2023/Python-Code-Large/train/row_82464 | 14 | 39 | 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_82464:ImportFrom_L23_C0", "label": "from handlers.BaseHandler import *", "type": "import", "loc": [23, 23], "level": 0, "parent": null, "vector": [1, 0, 0.5897, 0.0256, 0, 0.66, 0.0, 437, 0, 1, 0, 0, 437, 0, 0], "semantic": {"name": "handlers.BaseHandler", "arg_names": ... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_82464:ClassDef_L26_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82464:FunctionDef_L28_C1"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82464:FunctionDef_L28_C1", "t": "ajibawa-2023/Python-Code-Large/train/row_82464:Assign_L29_C2"}, {"f": "ajibawa-2023/Python-... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
##
# (C) Copyright 2011 Jose Blanco <jose.blanco[a]vikuit.com>
#
# This file is part of "vikuit".
#
# "vikuit" is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation... | ajibawa-2023/Python-Code-Large/train/row_82465 | 75 | 115 | 15 | ["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"] | [{"id": "ajibawa-2023/Python-Code-Large/train/row_82465:Import_L23_C0", "label": "img import img", "type": "import", "loc": [23, 23], "level": 0, "parent": null, "vector": [1, 0, 0.2, 0.0087, 0, 0.66, 0.0, 200, 0, 1, 0, 0, 200, 0, 0], "semantic": {"name": "img", "arg_names": [], "import_names": ["img"], "rhs_call_name"... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_82465:ClassDef_L30_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82465:FunctionDef_L32_C1"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82465:FunctionDef_L32_C1", "t": "ajibawa-2023/Python-Code-Large/train/row_82465:Assign_L33_C2"}, {"f": "ajibawa-2023/Python-... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
##
# (C) Copyright 2011 Jose Blanco <jose.blanco[a]vikuit.com>
#
# This file is part of "vikuit".
#
# "vikuit" is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation... | ajibawa-2023/Python-Code-Large/train/row_82466 | 14 | 39 | 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_82466:ImportFrom_L23_C0", "label": "from handlers.BaseHandler import *", "type": "import", "loc": [23, 23], "level": 0, "parent": null, "vector": [1, 0, 0.5897, 0.0256, 0, 0.66, 0.0, 437, 0, 1, 0, 0, 437, 0, 0], "semantic": {"name": "handlers.BaseHandler", "arg_names": ... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_82466:ClassDef_L26_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82466:FunctionDef_L28_C1"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82466:FunctionDef_L28_C1", "t": "ajibawa-2023/Python-Code-Large/train/row_82466:Assign_L29_C2"}, {"f": "ajibawa-2023/Python-... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
##
# (C) Copyright 2011 Jose Blanco <jose.blanco[a]vikuit.com>
#
# This file is part of "vikuit".
#
# "vikuit" is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation... | ajibawa-2023/Python-Code-Large/train/row_82467 | 8 | 32 | 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_82467:ImportFrom_L23_C0", "label": "from handlers.AuthenticatedHandler import *", "type": "import", "loc": [23, 23], "level": 0, "parent": null, "vector": [1, 0, 0.7188, 0.0312, 0, 0.66, 0.0, 548, 0, 1, 0, 0, 548, 0, 0], "semantic": {"name": "handlers.AuthenticatedHandl... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_82467:ClassDef_L26_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82467:FunctionDef_L28_C1"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82467:FunctionDef_L28_C1", "t": "ajibawa-2023/Python-Code-Large/train/row_82467:Assign_L29_C2"}, {"f": "ajibawa-2023/Python-... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
##
# (C) Copyright 2011 Jose Blanco <jose.blanco[a]vikuit.com>
#
# This file is part of "vikuit".
#
# "vikuit" is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software ... | ajibawa-2023/Python-Code-Large/train/row_82468 | 17 | 42 | 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_82468:Import_L23_C0", "label": "datetime import datetime", "type": "import", "loc": [23, 23], "level": 0, "parent": null, "vector": [1, 0, 0.5476, 0.0238, 0, 0.66, 0.0, 426, 0, 1, 0, 0, 426, 0, 0], "semantic": {"name": "datetime", "arg_names": [], "import_names": ["date... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_82468:ClassDef_L28_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82468:FunctionDef_L30_C1"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82468:FunctionDef_L30_C1", "t": "ajibawa-2023/Python-Code-Large/train/row_82468:Assign_L31_C2"}, {"f": "ajibawa-2023/Python-... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
##
# (C) Copyright 2011 Jose Blanco <jose.blanco[a]vikuit.com>
#
# This file is part of "vikuit".
#
# "vikuit" is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation... | ajibawa-2023/Python-Code-Large/train/row_82469 | 36 | 68 | 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_82469:Import_L23_C0", "label": "re import re", "type": "import", "loc": [23, 23], "level": 0, "parent": null, "vector": [1, 0, 0.3382, 0.0147, 0, 0.66, 0.0, 540, 0, 1, 0, 0, 540, 0, 0], "semantic": {"name": "re", "arg_names": [], "import_names": ["re"], "rhs_call_name":... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_82469:ClassDef_L32_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82469:FunctionDef_L34_C1"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82469:FunctionDef_L34_C1", "t": "ajibawa-2023/Python-Code-Large/train/row_82469:Assign_L35_C2"}, {"f": "ajibawa-2023/Python-... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
##
# (C) Copyright 2011 Jose Blanco <jose.blanco[a]vikuit.com>
#
# This file is part of "vikuit".
#
# "vikuit" is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation... | ajibawa-2023/Python-Code-Large/train/row_82470 | 15 | 40 | 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_82470:ImportFrom_L23_C0", "label": "from handlers.BaseHandler import *", "type": "import", "loc": [23, 23], "level": 0, "parent": null, "vector": [1, 0, 0.575, 0.025, 0, 0.66, 0.0, 437, 0, 1, 0, 0, 437, 0, 0], "semantic": {"name": "handlers.BaseHandler", "arg_names": []... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_82470:ClassDef_L26_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82470:FunctionDef_L28_C1"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82470:FunctionDef_L28_C1", "t": "ajibawa-2023/Python-Code-Large/train/row_82470:Assign_L29_C2"}, {"f": "ajibawa-2023/Python-... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
##
# (C) Copyright 2011 Jose Blanco <jose.blanco[a]vikuit.com>
#
# This file is part of "vikuit".
#
# "vikuit" is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation... | ajibawa-2023/Python-Code-Large/train/row_82471 | 40 | 69 | 15 | ["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"] | [{"id": "ajibawa-2023/Python-Code-Large/train/row_82471:ImportFrom_L23_C0", "label": "from handlers.BaseHandler import *", "type": "import", "loc": [23, 23], "level": 0, "parent": null, "vector": [1, 0, 0.3333, 0.0145, 0, 0.66, 0.0, 437, 0, 1, 0, 0, 437, 0, 0], "semantic": {"name": "handlers.BaseHandler", "arg_names": ... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_82471:ClassDef_L26_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82471:FunctionDef_L28_C1"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82471:FunctionDef_L28_C1", "t": "ajibawa-2023/Python-Code-Large/train/row_82471:Assign_L29_C2"}, {"f": "ajibawa-2023/Python-... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
##
# (C) Copyright 2011 Jose Blanco <jose.blanco[a]vikuit.com>
#
# This file is part of "vikuit".
#
# "vikuit" is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation... | ajibawa-2023/Python-Code-Large/train/row_82472 | 23 | 54 | 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_82472:Import_L23_C0", "label": "model import model", "type": "import", "loc": [23, 23], "level": 0, "parent": null, "vector": [1, 0, 0.4259, 0.0185, 0, 0.66, 0.0, 722, 0, 1, 0, 0, 722, 0, 0], "semantic": {"name": "model", "arg_names": [], "import_names": ["model"], "rhs... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_82472:ClassDef_L27_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82472:FunctionDef_L29_C1"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82472:FunctionDef_L29_C1", "t": "ajibawa-2023/Python-Code-Large/train/row_82472:Assign_L32_C2"}, {"f": "ajibawa-2023/Python-... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
##
# (C) Copyright 2011 Jose Blanco <jose.blanco[a]vikuit.com>
#
# This file is part of "vikuit".
#
# "vikuit" is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation... | ajibawa-2023/Python-Code-Large/train/row_82473 | 33 | 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_82473:Import_L23_C0", "label": "model import model", "type": "import", "loc": [23, 23], "level": 0, "parent": null, "vector": [1, 0, 0.3433, 0.0149, 0, 0.66, 0.0, 722, 0, 1, 0, 0, 722, 0, 0], "semantic": {"name": "model", "arg_names": [], "import_names": ["model"], "rhs... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_82473:ClassDef_L30_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82473:FunctionDef_L32_C1"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82473:FunctionDef_L32_C1", "t": "ajibawa-2023/Python-Code-Large/train/row_82473:Assign_L33_C2"}, {"f": "ajibawa-2023/Python-... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
##
# (C) Copyright 2011 Jose Blanco <jose.blanco[a]vikuit.com>
#
# This file is part of "vikuit".
#
# "vikuit" is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation... | ajibawa-2023/Python-Code-Large/train/row_82474 | 15 | 40 | 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_82474:ImportFrom_L23_C0", "label": "from handlers.BaseHandler import *", "type": "import", "loc": [23, 23], "level": 0, "parent": null, "vector": [1, 0, 0.575, 0.025, 0, 0.66, 0.0, 437, 0, 1, 0, 0, 437, 0, 0], "semantic": {"name": "handlers.BaseHandler", "arg_names": []... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_82474:ClassDef_L26_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82474:FunctionDef_L28_C1"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82474:FunctionDef_L28_C1", "t": "ajibawa-2023/Python-Code-Large/train/row_82474:Assign_L29_C2"}, {"f": "ajibawa-2023/Python-... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
##
# (C) Copyright 2011 Jose Blanco <jose.blanco[a]vikuit.com>
#
# This file is part of "vikuit".
#
# "vikuit" is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation... | ajibawa-2023/Python-Code-Large/train/row_82475 | 104 | 184 | 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_82475:Import_L23_C0", "label": "re import re", "type": "import", "loc": [23, 23], "level": 0, "parent": null, "vector": [1, 0, 0.125, 0.0054, 0, 0.66, 0.0, 540, 0, 1, 0, 0, 540, 0, 0], "semantic": {"name": "re", "arg_names": [], "import_names": ["re"], "rhs_call_name": ... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_82475:ClassDef_L32_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82475:FunctionDef_L34_C1"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82475:FunctionDef_L34_C1", "t": "ajibawa-2023/Python-Code-Large/train/row_82475:Assign_L35_C2"}, {"f": "ajibawa-2023/Python-... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
##
# (C) Copyright 2011 Jose Blanco <jose.blanco[a]vikuit.com>
#
# This file is part of "vikuit".
#
# "vikuit" is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation... | ajibawa-2023/Python-Code-Large/train/row_82476 | 41 | 75 | 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_82476:Import_L22_C0", "label": "model import model", "type": "import", "loc": [22, 22], "level": 0, "parent": null, "vector": [1, 0, 0.2933, 0.0133, 0, 0.66, 0.0, 722, 0, 1, 0, 0, 722, 0, 0], "semantic": {"name": "model", "arg_names": [], "import_names": ["model"], "rhs... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_82476:ClassDef_L28_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82476:FunctionDef_L30_C1"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82476:FunctionDef_L30_C1", "t": "ajibawa-2023/Python-Code-Large/train/row_82476:Assign_L31_C2"}, {"f": "ajibawa-2023/Python-... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
##
# (C) Copyright 2011 Jose Blanco <jose.blanco[a]vikuit.com>
#
# This file is part of "vikuit".
#
# "vikuit" is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation... | ajibawa-2023/Python-Code-Large/train/row_82477 | 37 | 65 | 15 | ["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"] | [{"id": "ajibawa-2023/Python-Code-Large/train/row_82477:ImportFrom_L24_C0", "label": "from handlers.AuthenticatedHandler import *", "type": "import", "loc": [24, 24], "level": 0, "parent": null, "vector": [1, 0, 0.3692, 0.0154, 0, 0.66, 0.0, 548, 0, 1, 0, 0, 548, 0, 0], "semantic": {"name": "handlers.AuthenticatedHandl... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_82477:ClassDef_L26_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82477:FunctionDef_L28_C1"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82477:FunctionDef_L28_C1", "t": "ajibawa-2023/Python-Code-Large/train/row_82477:Assign_L29_C2"}, {"f": "ajibawa-2023/Python-... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
##
# (C) Copyright 2011 Jose Blanco <jose.blanco[a]vikuit.com>
# (C) Copyright 2011 Jose Carrasco <jose.carrasco[a]vikuit.com>
# This file is part of "vikuit".
#
# "vikuit" is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General ... | ajibawa-2023/Python-Code-Large/train/row_82478 | 40 | 68 | 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_82478:Import_L23_C0", "label": "img import img", "type": "import", "loc": [23, 23], "level": 0, "parent": null, "vector": [1, 0, 0.3382, 0.0147, 0, 0.66, 0.0, 200, 0, 1, 0, 0, 200, 0, 0], "semantic": {"name": "img", "arg_names": [], "import_names": ["img"], "rhs_call_na... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_82478:ClassDef_L31_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82478:FunctionDef_L33_C1"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82478:FunctionDef_L33_C1", "t": "ajibawa-2023/Python-Code-Large/train/row_82478:Assign_L34_C2"}, {"f": "ajibawa-2023/Python-... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
##
# (C) Copyright 2011 Jose Blanco <jose.blanco[a]vikuit.com>
# (C) Copyright 2011 Jose Carrasco <jose.carrasco[a]vikuit.com>
# This file is part of "vikuit".
#
# "vikuit" is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General ... | ajibawa-2023/Python-Code-Large/train/row_82479 | 41 | 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_82479:Import_L23_C0", "label": "img import img", "type": "import", "loc": [23, 23], "level": 0, "parent": null, "vector": [1, 0, 0.3239, 0.0141, 0, 0.66, 0.0, 200, 0, 1, 0, 0, 200, 0, 0], "semantic": {"name": "img", "arg_names": [], "import_names": ["img"], "rhs_call_na... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_82479:ClassDef_L32_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82479:FunctionDef_L34_C1"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82479:FunctionDef_L34_C1", "t": "ajibawa-2023/Python-Code-Large/train/row_82479:Assign_L35_C2"}, {"f": "ajibawa-2023/Python-... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
##
# (C) Copyright 2011 Jose Blanco <jose.blanco[a]vikuit.com>
#
# This file is part of "vikuit".
#
# "vikuit" is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation... | ajibawa-2023/Python-Code-Large/train/row_82480 | 52 | 89 | 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_82480:ImportFrom_L23_C0", "label": "from handlers.AuthenticatedHandler import *", "type": "import", "loc": [23, 23], "level": 0, "parent": null, "vector": [1, 0, 0.2584, 0.0112, 0, 0.66, 0.0, 548, 0, 1, 0, 0, 548, 0, 0], "semantic": {"name": "handlers.AuthenticatedHandl... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_82480:ClassDef_L25_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82480:FunctionDef_L27_C1"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82480:FunctionDef_L27_C1", "t": "ajibawa-2023/Python-Code-Large/train/row_82480:Assign_L28_C2"}, {"f": "ajibawa-2023/Python-... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
##
# (C) Copyright 2011 Jose Blanco <jose.blanco[a]vikuit.com>
# (C) Copyright 2011 Jose Carrasco <jose.carrasco[a]vikuit.com>
# This file is part of "vikuit".
#
# "vikuit" is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General ... | ajibawa-2023/Python-Code-Large/train/row_82481 | 70 | 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_82481:Import_L23_C0", "label": "img import img", "type": "import", "loc": [23, 23], "level": 0, "parent": null, "vector": [1, 0, 0.23, 0.01, 0, 0.66, 0.0, 200, 0, 1, 0, 0, 200, 0, 0], "semantic": {"name": "img", "arg_names": [], "import_names": ["img"], "rhs_call_name":... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_82481:ClassDef_L31_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82481:FunctionDef_L33_C1"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82481:FunctionDef_L33_C1", "t": "ajibawa-2023/Python-Code-Large/train/row_82481:Assign_L34_C2"}, {"f": "ajibawa-2023/Python-... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
##
# (C) Copyright 2011 Jose Blanco <jose.blanco[a]vikuit.com>
#
# This file is part of "vikuit".
#
# "vikuit" is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software ... | ajibawa-2023/Python-Code-Large/train/row_82482 | 43 | 81 | 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_82482:ImportFrom_L23_C0", "label": "from handlers.AuthenticatedHandler import *", "type": "import", "loc": [23, 23], "level": 0, "parent": null, "vector": [1, 0, 0.284, 0.0123, 0, 0.66, 0.0, 548, 0, 1, 0, 0, 548, 0, 0], "semantic": {"name": "handlers.AuthenticatedHandle... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_82482:ClassDef_L25_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82482:FunctionDef_L27_C1"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82482:FunctionDef_L27_C1", "t": "ajibawa-2023/Python-Code-Large/train/row_82482:Assign_L28_C2"}, {"f": "ajibawa-2023/Python-... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
##
# (C) Copyright 2011 Jose Blanco <jose.blanco[a]vikuit.com>
# (C) Copyright 2011 Jose Carrasco <jose.carrasco[a]vikuit.com>
# This file is part of "vikuit".
#
# "vikuit" is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General ... | ajibawa-2023/Python-Code-Large/train/row_82483 | 36 | 64 | 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_82483:Import_L23_C0", "label": "img import img", "type": "import", "loc": [23, 23], "level": 0, "parent": null, "vector": [1, 0, 0.3594, 0.0156, 0, 0.66, 0.0, 200, 0, 1, 0, 0, 200, 0, 0], "semantic": {"name": "img", "arg_names": [], "import_names": ["img"], "rhs_call_na... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_82483:ClassDef_L31_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82483:FunctionDef_L33_C1"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82483:FunctionDef_L33_C1", "t": "ajibawa-2023/Python-Code-Large/train/row_82483:Assign_L34_C2"}, {"f": "ajibawa-2023/Python-... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
##
# (C) Copyright 2011 Jose Blanco <jose.blanco[a]vikuit.com>
# (C) Copyright 2011 Jose Carrasco <jose.carrasco[a]vikuit.com>
# This file is part of "vikuit".
#
# "vikuit" is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General ... | ajibawa-2023/Python-Code-Large/train/row_82484 | 38 | 68 | 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_82484:Import_L23_C0", "label": "img import img", "type": "import", "loc": [23, 23], "level": 0, "parent": null, "vector": [1, 0, 0.3382, 0.0147, 0, 0.66, 0.0, 200, 0, 1, 0, 0, 200, 0, 0], "semantic": {"name": "img", "arg_names": [], "import_names": ["img"], "rhs_call_na... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_82484:ClassDef_L31_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82484:FunctionDef_L33_C1"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82484:FunctionDef_L33_C1", "t": "ajibawa-2023/Python-Code-Large/train/row_82484:Assign_L34_C2"}, {"f": "ajibawa-2023/Python-... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
##
# (C) Copyright 2011 Jose Blanco <jose.blanco[a]vikuit.com>
# This file is part of "vikuit".
#
# "vikuit" is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, e... | ajibawa-2023/Python-Code-Large/train/row_82485 | 23 | 51 | 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_82485:Import_L22_C0", "label": "img import img", "type": "import", "loc": [22, 22], "level": 0, "parent": null, "vector": [1, 0, 0.4314, 0.0196, 0, 0.66, 0.0, 200, 0, 1, 0, 0, 200, 0, 0], "semantic": {"name": "img", "arg_names": [], "import_names": ["img"], "rhs_call_na... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_82485:ClassDef_L30_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82485:FunctionDef_L32_C1"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82485:FunctionDef_L32_C1", "t": "ajibawa-2023/Python-Code-Large/train/row_82485:Assign_L33_C2"}, {"f": "ajibawa-2023/Python-... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
##
# (C) Copyright 2011 Jose Blanco <jose.blanco[a]vikuit.com>
#
# This file is part of "vikuit".
#
# "vikuit" is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation... | ajibawa-2023/Python-Code-Large/train/row_82486 | 10 | 36 | 15 | ["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"] | [{"id": "ajibawa-2023/Python-Code-Large/train/row_82486:ImportFrom_L23_C0", "label": "from handlers.AuthenticatedHandler import *", "type": "import", "loc": [23, 23], "level": 0, "parent": null, "vector": [1, 0, 0.6389, 0.0278, 0, 0.66, 0.0, 548, 0, 1, 0, 0, 548, 0, 0], "semantic": {"name": "handlers.AuthenticatedHandl... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_82486:ClassDef_L25_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82486:FunctionDef_L27_C1"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82486:FunctionDef_L27_C1", "t": "ajibawa-2023/Python-Code-Large/train/row_82486:Assign_L28_C2"}, {"f": "ajibawa-2023/Python-... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
##
# (C) Copyright 2011 Jose Blanco <jose.blanco[a]vikuit.com>
#
# This file is part of "vikuit".
#
# "vikuit" is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation... | ajibawa-2023/Python-Code-Large/train/row_82487 | 11 | 37 | 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_82487:ImportFrom_L23_C0", "label": "from handlers.AuthenticatedHandler import *", "type": "import", "loc": [23, 23], "level": 0, "parent": null, "vector": [1, 0, 0.6216, 0.027, 0, 0.66, 0.0, 548, 0, 1, 0, 0, 548, 0, 0], "semantic": {"name": "handlers.AuthenticatedHandle... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_82487:ClassDef_L25_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82487:FunctionDef_L27_C1"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82487:FunctionDef_L27_C1", "t": "ajibawa-2023/Python-Code-Large/train/row_82487:Assign_L28_C2"}, {"f": "ajibawa-2023/Python-... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
##
# (C) Copyright 2011 Jose Blanco <jose.blanco[a]vikuit.com>
#
# This file is part of "vikuit".
#
# "vikuit" is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation... | ajibawa-2023/Python-Code-Large/train/row_82488 | 10 | 36 | 15 | ["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"] | [{"id": "ajibawa-2023/Python-Code-Large/train/row_82488:ImportFrom_L23_C0", "label": "from handlers.AuthenticatedHandler import *", "type": "import", "loc": [23, 23], "level": 0, "parent": null, "vector": [1, 0, 0.6389, 0.0278, 0, 0.66, 0.0, 548, 0, 1, 0, 0, 548, 0, 0], "semantic": {"name": "handlers.AuthenticatedHandl... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_82488:ClassDef_L25_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82488:FunctionDef_L27_C1"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82488:FunctionDef_L27_C1", "t": "ajibawa-2023/Python-Code-Large/train/row_82488:Assign_L28_C2"}, {"f": "ajibawa-2023/Python-... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
##
# (C) Copyright 2011 Jose Blanco <jose.blanco[a]vikuit.com>
#
# This file is part of "vikuit".
#
# "vikuit" is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation... | ajibawa-2023/Python-Code-Large/train/row_82489 | 151 | 249 | 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_82489:Import_L23_C0", "label": "time import time", "type": "import", "loc": [23, 23], "level": 0, "parent": null, "vector": [1, 0, 0.0924, 0.004, 0, 0.66, 0.0, 654, 0, 1, 0, 0, 654, 0, 0], "semantic": {"name": "time", "arg_names": [], "import_names": ["time"], "rhs_call... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_82489:ClassDef_L30_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82489:FunctionDef_L32_C1"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82489:FunctionDef_L32_C1", "t": "ajibawa-2023/Python-Code-Large/train/row_82489:Assign_L33_C2"}, {"f": "ajibawa-2023/Python-... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
##
# (C) Copyright 2011 Jose Blanco <jose.blanco[a]vikuit.com>
#
# This file is part of "vikuit".
#
# "vikuit" is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation... | ajibawa-2023/Python-Code-Large/train/row_82490 | 11 | 37 | 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_82490:ImportFrom_L23_C0", "label": "from handlers.BaseRest import *", "type": "import", "loc": [23, 23], "level": 0, "parent": null, "vector": [1, 0, 0.6216, 0.027, 0, 0.66, 0.0, 250, 0, 1, 0, 0, 250, 0, 0], "semantic": {"name": "handlers.BaseRest", "arg_names": [], "im... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_82490:ClassDef_L25_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82490:FunctionDef_L27_C1"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82490:FunctionDef_L27_C1", "t": "ajibawa-2023/Python-Code-Large/train/row_82490:Assign_L28_C2"}, {"f": "ajibawa-2023/Python-... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
##
# (C) Copyright 2011 Jose Blanco <jose.blanco[a]vikuit.com>
#
# This file is part of "vikuit".
#
# "vikuit" is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation... | ajibawa-2023/Python-Code-Large/train/row_82491 | 33 | 68 | 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_82491:ImportFrom_L23_C0", "label": "from google.appengine.ext import db", "type": "import", "loc": [23, 23], "level": 0, "parent": null, "vector": [1, 0, 0.3382, 0.0147, 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_82491:ClassDef_L26_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82491:FunctionDef_L28_C1"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82491:FunctionDef_L28_C1", "t": "ajibawa-2023/Python-Code-Large/train/row_82491:Assign_L29_C2"}, {"f": "ajibawa-2023/Python-... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
##
# (C) Copyright 2011 Jose Blanco <jose.blanco[a]vikuit.com>
#
# This file is part of "vikuit".
#
# "vikuit" is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation... | ajibawa-2023/Python-Code-Large/train/row_82492 | 56 | 88 | 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_82492:ImportFrom_L23_C0", "label": "from google.appengine.ext import db", "type": "import", "loc": [23, 23], "level": 0, "parent": null, "vector": [1, 0, 0.2614, 0.0114, 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_82492:ClassDef_L26_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82492:FunctionDef_L28_C1"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82492:FunctionDef_L28_C1", "t": "ajibawa-2023/Python-Code-Large/train/row_82492:Assign_L29_C2"}, {"f": "ajibawa-2023/Python-... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
##
# (C) Copyright 2011 Jose Blanco <jose.blanco[a]vikuit.com>
#
# This file is part of "vikuit".
#
# "vikuit" is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation... | ajibawa-2023/Python-Code-Large/train/row_82493 | 68 | 120 | 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_82493:Import_L23_C0", "label": "time import time", "type": "import", "loc": [23, 23], "level": 0, "parent": null, "vector": [1, 0, 0.1917, 0.0083, 0, 0.66, 0.0, 654, 0, 1, 0, 0, 654, 0, 0], "semantic": {"name": "time", "arg_names": [], "import_names": ["time"], "rhs_cal... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_82493:ClassDef_L30_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82493:FunctionDef_L32_C1"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82493:FunctionDef_L32_C1", "t": "ajibawa-2023/Python-Code-Large/train/row_82493:Assign_L33_C2"}, {"f": "ajibawa-2023/Python-... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
##
# (C) Copyright 2011 Jose Blanco <jose.blanco[a]vikuit.com>
#
# This file is part of "vikuit".
#
# "vikuit" is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation... | ajibawa-2023/Python-Code-Large/train/row_82494 | 29 | 70 | 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_82494:ImportFrom_L23_C0", "label": "from google.appengine.ext import db", "type": "import", "loc": [23, 23], "level": 0, "parent": null, "vector": [1, 0, 0.3286, 0.0143, 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_82494:ClassDef_L26_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82494:FunctionDef_L28_C1"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82494:FunctionDef_L28_C1", "t": "ajibawa-2023/Python-Code-Large/train/row_82494:Assign_L29_C2"}, {"f": "ajibawa-2023/Python-... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
##
# (C) Copyright 2011 Jose Blanco <jose.blanco[a]vikuit.com>
#
# This file is part of "vikuit".
#
# "vikuit" is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation... | ajibawa-2023/Python-Code-Large/train/row_82495 | 87 | 139 | 15 | ["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"] | [{"id": "ajibawa-2023/Python-Code-Large/train/row_82495:ImportFrom_L23_C0", "label": "from google.appengine.ext import db", "type": "import", "loc": [23, 23], "level": 0, "parent": null, "vector": [1, 0, 0.1655, 0.0072, 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_82495:ClassDef_L27_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82495:FunctionDef_L29_C1"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82495:FunctionDef_L29_C1", "t": "ajibawa-2023/Python-Code-Large/train/row_82495:Assign_L30_C2"}, {"f": "ajibawa-2023/Python-... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
##
# (C) Copyright 2011 Jose Blanco <jose.blanco[a]vikuit.com>
#
# This file is part of "vikuit".
#
# "vikuit" is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation... | ajibawa-2023/Python-Code-Large/train/row_82496 | 22 | 54 | 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_82496:Import_L23_C0", "label": "datetime import datetime", "type": "import", "loc": [23, 23], "level": 0, "parent": null, "vector": [1, 0, 0.4259, 0.0185, 0, 0.66, 0.0, 426, 0, 1, 0, 0, 426, 0, 0], "semantic": {"name": "datetime", "arg_names": [], "import_names": ["date... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_82496:ClassDef_L28_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82496:FunctionDef_L30_C1"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82496:FunctionDef_L30_C1", "t": "ajibawa-2023/Python-Code-Large/train/row_82496:Assign_L31_C2"}, {"f": "ajibawa-2023/Python-... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
##
# (C) Copyright 2011 Jose Blanco <jose.blanco[a]vikuit.com>
#
# This file is part of "vikuit".
#
# "vikuit" is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software ... | ajibawa-2023/Python-Code-Large/train/row_82497 | 13 | 37 | 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_82497:ImportFrom_L23_C0", "label": "from handlers.BaseHandler import *", "type": "import", "loc": [23, 23], "level": 0, "parent": null, "vector": [1, 0, 0.6216, 0.027, 0, 0.66, 0.0, 437, 0, 1, 0, 0, 437, 0, 0], "semantic": {"name": "handlers.BaseHandler", "arg_names": [... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_82497:ClassDef_L25_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82497:FunctionDef_L27_C1"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82497:FunctionDef_L27_C1", "t": "ajibawa-2023/Python-Code-Large/train/row_82497:Assign_L28_C2"}, {"f": "ajibawa-2023/Python-... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
##
# (C) Copyright 2011 Jose Blanco <jose.blanco[a]vikuit.com>
#
# This file is part of "vikuit".
#
# "vikuit" is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation... | ajibawa-2023/Python-Code-Large/train/row_82498 | 33 | 64 | 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_82498:ImportFrom_L23_C0", "label": "from google.appengine.ext import db", "type": "import", "loc": [23, 23], "level": 0, "parent": null, "vector": [1, 0, 0.3594, 0.0156, 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_82498:ClassDef_L27_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82498:FunctionDef_L29_C1"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82498:FunctionDef_L29_C1", "t": "ajibawa-2023/Python-Code-Large/train/row_82498:Assign_L30_C2"}, {"f": "ajibawa-2023/Python-... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
##
# (C) Copyright 2011 Jose Blanco <jose.blanco[a]vikuit.com>
#
# This file is part of "vikuit".
#
# "vikuit" is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation... | ajibawa-2023/Python-Code-Large/train/row_82499 | 52 | 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_82499:Import_L23_C0", "label": "datetime import datetime", "type": "import", "loc": [23, 23], "level": 0, "parent": null, "vector": [1, 0, 0.2091, 0.0091, 0, 0.66, 0.0, 426, 0, 1, 0, 0, 426, 0, 0], "semantic": {"name": "datetime", "arg_names": [], "import_names": ["date... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_82499:ClassDef_L28_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82499:FunctionDef_L30_C1"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82499:FunctionDef_L30_C1", "t": "ajibawa-2023/Python-Code-Large/train/row_82499:Assign_L31_C2"}, {"f": "ajibawa-2023/Python-... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
##
# (C) Copyright 2011 Jose Blanco <jose.blanco[a]vikuit.com>
#
# This file is part of "vikuit".
#
# "vikuit" is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation... | ajibawa-2023/Python-Code-Large/train/row_82500 | 36 | 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_82500:ImportFrom_L23_C0", "label": "from handlers.AuthenticatedHandler import *", "type": "import", "loc": [23, 23], "level": 0, "parent": null, "vector": [1, 0, 0.3239, 0.0141, 0, 0.66, 0.0, 548, 0, 1, 0, 0, 548, 0, 0], "semantic": {"name": "handlers.AuthenticatedHandl... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_82500:ClassDef_L25_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82500:FunctionDef_L27_C1"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82500:FunctionDef_L27_C1", "t": "ajibawa-2023/Python-Code-Large/train/row_82500:Assign_L28_C2"}, {"f": "ajibawa-2023/Python-... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
##
# (C) Copyright 2011 Jose Blanco <jose.blanco[a]vikuit.com>
#
# This file is part of "vikuit".
#
# "vikuit" is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation... | ajibawa-2023/Python-Code-Large/train/row_82501 | 33 | 73 | 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_82501:Import_L23_C0", "label": "logging import logging", "type": "import", "loc": [23, 23], "level": 0, "parent": null, "vector": [1, 0, 0.3151, 0.0137, 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_82501:ClassDef_L28_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82501:FunctionDef_L30_C1"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82501:FunctionDef_L30_C1", "t": "ajibawa-2023/Python-Code-Large/train/row_82501:Assign_L31_C2"}, {"f": "ajibawa-2023/Python-... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
##
# (C) Copyright 2011 Jose Blanco <jose.blanco[a]vikuit.com>
#
# This file is part of "vikuit".
#
# "vikuit" is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation... | ajibawa-2023/Python-Code-Large/train/row_82502 | 15 | 40 | 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_82502:ImportFrom_L23_C0", "label": "from google.appengine.ext import db", "type": "import", "loc": [23, 23], "level": 0, "parent": null, "vector": [1, 0, 0.575, 0.025, 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_82502:ClassDef_L26_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82502:FunctionDef_L28_C1"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82502:FunctionDef_L28_C1", "t": "ajibawa-2023/Python-Code-Large/train/row_82502:Assign_L29_C2"}, {"f": "ajibawa-2023/Python-... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
##
# (C) Copyright 2011 Jose Blanco <jose.blanco[a]vikuit.com>
#
# This file is part of "vikuit".
#
# "vikuit" is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation... | ajibawa-2023/Python-Code-Large/train/row_82503 | 63 | 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_82503:ImportFrom_L23_C0", "label": "from google.appengine.ext import db", "type": "import", "loc": [23, 23], "level": 0, "parent": null, "vector": [1, 0, 0.2347, 0.0102, 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_82503:ClassDef_L26_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82503:FunctionDef_L28_C1"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82503:FunctionDef_L28_C1", "t": "ajibawa-2023/Python-Code-Large/train/row_82503:Assign_L29_C2"}, {"f": "ajibawa-2023/Python-... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
##
# (C) Copyright 2011 Jose Blanco <jose.blanco[a]vikuit.com>
#
# This file is part of "vikuit".
#
# "vikuit" is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation... | ajibawa-2023/Python-Code-Large/train/row_82504 | 27 | 54 | 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_82504:ImportFrom_L23_C0", "label": "from handlers.BaseHandler import *", "type": "import", "loc": [23, 23], "level": 0, "parent": null, "vector": [1, 0, 0.4259, 0.0185, 0, 0.66, 0.0, 437, 0, 1, 0, 0, 437, 0, 0], "semantic": {"name": "handlers.BaseHandler", "arg_names": ... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_82504:ClassDef_L25_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82504:FunctionDef_L27_C1"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82504:FunctionDef_L27_C1", "t": "ajibawa-2023/Python-Code-Large/train/row_82504:Assign_L28_C2"}, {"f": "ajibawa-2023/Python-... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
##
# (C) Copyright 2011 Jose Blanco <jose.blanco[a]vikuit.com>
#
# This file is part of "vikuit".
#
# "vikuit" is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation... | ajibawa-2023/Python-Code-Large/train/row_82505 | 93 | 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_82505:Import_L23_C0", "label": "img import img", "type": "import", "loc": [23, 23], "level": 0, "parent": null, "vector": [1, 0, 0.1386, 0.006, 0, 0.66, 0.0, 200, 0, 1, 0, 0, 200, 0, 0], "semantic": {"name": "img", "arg_names": [], "import_names": ["img"], "rhs_call_nam... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_82505:ClassDef_L30_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82505:FunctionDef_L32_C1"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82505:FunctionDef_L32_C1", "t": "ajibawa-2023/Python-Code-Large/train/row_82505:Assign_L33_C2"}, {"f": "ajibawa-2023/Python-... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
##
# (C) Copyright 2011 Jose Blanco <jose.blanco[a]vikuit.com>
#
# This file is part of "vikuit".
#
# "vikuit" is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation... | ajibawa-2023/Python-Code-Large/train/row_82506 | 88 | 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_82506:Import_L23_C0", "label": "datetime import datetime", "type": "import", "loc": [23, 23], "level": 0, "parent": null, "vector": [1, 0, 0.1554, 0.0068, 0, 0.66, 0.0, 426, 0, 1, 0, 0, 426, 0, 0], "semantic": {"name": "datetime", "arg_names": [], "import_names": ["date... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_82506:ClassDef_L31_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82506:FunctionDef_L33_C1"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82506:FunctionDef_L33_C1", "t": "ajibawa-2023/Python-Code-Large/train/row_82506:Assign_L34_C2"}, {"f": "ajibawa-2023/Python-... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
##
# (C) Copyright 2011 Jose Blanco <jose.blanco[a]vikuit.com>
#
# This file is part of "vikuit".
#
# "vikuit" is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation... | ajibawa-2023/Python-Code-Large/train/row_82507 | 23 | 54 | 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_82507:ImportFrom_L23_C0", "label": "from handlers.AuthenticatedHandler import *", "type": "import", "loc": [23, 23], "level": 0, "parent": null, "vector": [1, 0, 0.4259, 0.0185, 0, 0.66, 0.0, 548, 0, 1, 0, 0, 548, 0, 0], "semantic": {"name": "handlers.AuthenticatedHandl... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_82507:ClassDef_L25_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82507:FunctionDef_L27_C1"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82507:FunctionDef_L27_C1", "t": "ajibawa-2023/Python-Code-Large/train/row_82507:Assign_L28_C2"}, {"f": "ajibawa-2023/Python-... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
##
# (C) Copyright 2011 Jose Blanco <jose.blanco[a]vikuit.com>
#
# This file is part of "vikuit".
#
# "vikuit" is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation... | ajibawa-2023/Python-Code-Large/train/row_82508 | 23 | 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_82508:ImportFrom_L23_C0", "label": "from handlers.AuthenticatedHandler import *", "type": "import", "loc": [23, 23], "level": 0, "parent": null, "vector": [1, 0, 0.377, 0.0164, 0, 0.66, 0.0, 548, 0, 1, 0, 0, 548, 0, 0], "semantic": {"name": "handlers.AuthenticatedHandle... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_82508:ClassDef_L25_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82508:FunctionDef_L27_C1"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82508:FunctionDef_L27_C1", "t": "ajibawa-2023/Python-Code-Large/train/row_82508:Assign_L28_C2"}, {"f": "ajibawa-2023/Python-... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
##
# (C) Copyright 2011 Jose Blanco <jose.blanco[a]vikuit.com>
#
# This file is part of "vikuit".
#
# "vikuit" is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation... | ajibawa-2023/Python-Code-Large/train/row_82509 | 119 | 178 | 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_82509:ImportFrom_L23_C0", "label": "from google.appengine.ext import db", "type": "import", "loc": [23, 23], "level": 0, "parent": null, "vector": [1, 0, 0.1292, 0.0056, 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_82509:ClassDef_L26_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82509:FunctionDef_L28_C1"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82509:FunctionDef_L28_C1", "t": "ajibawa-2023/Python-Code-Large/train/row_82509:Assign_L29_C2"}, {"f": "ajibawa-2023/Python-... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
##
# (C) Copyright 2011 Jose Blanco <jose.blanco[a]vikuit.com>
#
# This file is part of "vikuit".
#
# "vikuit" is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation... | ajibawa-2023/Python-Code-Large/train/row_82510 | 77 | 139 | 15 | ["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"] | [{"id": "ajibawa-2023/Python-Code-Large/train/row_82510:Import_L23_C0", "label": "logging import logging", "type": "import", "loc": [23, 23], "level": 0, "parent": null, "vector": [1, 0, 0.1655, 0.0072, 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_82510:ClassDef_L32_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82510:FunctionDef_L34_C1"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82510:FunctionDef_L34_C1", "t": "ajibawa-2023/Python-Code-Large/train/row_82510:Assign_L35_C2"}, {"f": "ajibawa-2023/Python-... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
##
# (C) Copyright 2011 Jose Blanco <jose.blanco[a]vikuit.com>
#
# This file is part of "vikuit".
#
# "vikuit" is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation... | ajibawa-2023/Python-Code-Large/train/row_82511 | 15 | 40 | 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_82511:ImportFrom_L23_C0", "label": "from google.appengine.ext import db", "type": "import", "loc": [23, 23], "level": 0, "parent": null, "vector": [1, 0, 0.575, 0.025, 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_82511:ClassDef_L26_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82511:FunctionDef_L28_C1"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82511:FunctionDef_L28_C1", "t": "ajibawa-2023/Python-Code-Large/train/row_82511:Assign_L29_C2"}, {"f": "ajibawa-2023/Python-... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
##
# (C) Copyright 2011 Jose Blanco <jose.blanco[a]vikuit.com>
#
# This file is part of "vikuit".
#
# "vikuit" is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software ... | ajibawa-2023/Python-Code-Large/train/row_82512 | 21 | 46 | 15 | ["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"] | [{"id": "ajibawa-2023/Python-Code-Large/train/row_82512:ImportFrom_L23_C0", "label": "from google.appengine.ext import db", "type": "import", "loc": [23, 23], "level": 0, "parent": null, "vector": [1, 0, 0.5, 0.0217, 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_82512:ClassDef_L26_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82512:FunctionDef_L28_C1"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82512:FunctionDef_L28_C1", "t": "ajibawa-2023/Python-Code-Large/train/row_82512:Assign_L29_C2"}, {"f": "ajibawa-2023/Python-... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
##
# (C) Copyright 2011 Jose Blanco <jose.blanco[a]vikuit.com>
#
# This file is part of "vikuit".
#
# "vikuit" is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation... | ajibawa-2023/Python-Code-Large/train/row_82513 | 16 | 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_82513:ImportFrom_L23_C0", "label": "from handlers.AuthenticatedHandler import *", "type": "import", "loc": [23, 23], "level": 0, "parent": null, "vector": [1, 0, 0.5227, 0.0227, 0, 0.66, 0.0, 548, 0, 1, 0, 0, 548, 0, 0], "semantic": {"name": "handlers.AuthenticatedHandl... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_82513:ClassDef_L25_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82513:FunctionDef_L27_C1"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82513:FunctionDef_L27_C1", "t": "ajibawa-2023/Python-Code-Large/train/row_82513:Assign_L28_C2"}, {"f": "ajibawa-2023/Python-... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
##
# (C) Copyright 2011 Jose Blanco <jose.blanco[a]vikuit.com>
#
# This file is part of "vikuit".
#
# "vikuit" is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation... | ajibawa-2023/Python-Code-Large/train/row_82514 | 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_82514:ImportFrom_L24_C0", "label": "from google.appengine.ext import db", "type": "import", "loc": [24, 24], "level": 0, "parent": null, "vector": [1, 0, 0.4615, 0.0192, 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_82514:ClassDef_L28_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82514:FunctionDef_L30_C1"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82514:FunctionDef_L30_C1", "t": "ajibawa-2023/Python-Code-Large/train/row_82514:Assign_L31_C2"}, {"f": "ajibawa-2023/Python-... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
##
# (C) Copyright 2011 Jose Blanco <jose.blanco[a]vikuit.com>
#
# This file is part of "vikuit".
#
# "vikuit" is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation... | ajibawa-2023/Python-Code-Large/train/row_82515 | 11 | 36 | 15 | ["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"] | [{"id": "ajibawa-2023/Python-Code-Large/train/row_82515:ImportFrom_L23_C0", "label": "from handlers.BaseRest import *", "type": "import", "loc": [23, 23], "level": 0, "parent": null, "vector": [1, 0, 0.6389, 0.0278, 0, 0.66, 0.0, 250, 0, 1, 0, 0, 250, 0, 0], "semantic": {"name": "handlers.BaseRest", "arg_names": [], "i... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_82515:ClassDef_L25_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82515:FunctionDef_L27_C1"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82515:FunctionDef_L27_C1", "t": "ajibawa-2023/Python-Code-Large/train/row_82515:Assign_L28_C2"}, {"f": "ajibawa-2023/Python-... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
##
# (C) Copyright 2011 Jose Blanco <jose.blanco[a]vikuit.com>
#
# This file is part of "vikuit".
#
# "vikuit" is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation... | ajibawa-2023/Python-Code-Large/train/row_82516 | 54 | 99 | 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_82516:ImportFrom_L23_C0", "label": "from google.appengine.ext import db", "type": "import", "loc": [23, 23], "level": 0, "parent": null, "vector": [1, 0, 0.2323, 0.0101, 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_82516:ClassDef_L26_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82516:FunctionDef_L28_C1"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82516:FunctionDef_L28_C1", "t": "ajibawa-2023/Python-Code-Large/train/row_82516:Assign_L29_C2"}, {"f": "ajibawa-2023/Python-... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
##
# (C) Copyright 2011 Jose Blanco <jose.blanco[a]vikuit.com>
#
# This file is part of "vikuit".
#
# "vikuit" is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation... | ajibawa-2023/Python-Code-Large/train/row_82517 | 31 | 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_82517:ImportFrom_L22_C0", "label": "from google.appengine.ext import db", "type": "import", "loc": [22, 22], "level": 0, "parent": null, "vector": [1, 0, 0.3607, 0.0164, 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_82517:ClassDef_L26_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82517:FunctionDef_L28_C1"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82517:FunctionDef_L28_C1", "t": "ajibawa-2023/Python-Code-Large/train/row_82517:Assign_L29_C2"}, {"f": "ajibawa-2023/Python-... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
##
#
# This file is part of "vikuit".
#
# "vikuit" is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any... | ajibawa-2023/Python-Code-Large/train/row_82518 | 35 | 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_82518:Import_L23_C0", "label": "datetime import datetime", "type": "import", "loc": [23, 23], "level": 0, "parent": null, "vector": [1, 0, 0.3194, 0.0139, 0, 0.66, 0.0, 426, 0, 1, 0, 0, 426, 0, 0], "semantic": {"name": "datetime", "arg_names": [], "import_names": ["date... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_82518:ClassDef_L28_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82518:FunctionDef_L30_C1"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82518:FunctionDef_L30_C1", "t": "ajibawa-2023/Python-Code-Large/train/row_82518:Assign_L31_C2"}, {"f": "ajibawa-2023/Python-... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
##
# (C) Copyright 2011 Jose Blanco <jose.blanco[a]vikuit.com>
#
# This file is part of "vikuit".
#
# "vikuit" is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation... | ajibawa-2023/Python-Code-Large/train/row_82519 | 19 | 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_82519:ImportFrom_L22_C0", "label": "from google.appengine.ext import db", "type": "import", "loc": [22, 22], "level": 0, "parent": null, "vector": [1, 0, 0.5, 0.0227, 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_82519:ClassDef_L25_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82519:FunctionDef_L27_C1"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82519:FunctionDef_L27_C1", "t": "ajibawa-2023/Python-Code-Large/train/row_82519:Assign_L28_C2"}, {"f": "ajibawa-2023/Python-... |
#!/usr/bin/python
# -*- coding: utf-8 -*-
##
# (C) Copyright 2011 Jose Blanco <jose.blanco[a]vikuit.com>
#
# This file is part of "vikuit".
#
# "vikuit" is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation... | ajibawa-2023/Python-Code-Large/train/row_82520 | 52 | 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_82520:ImportFrom_L23_C0", "label": "from google.appengine.ext import db", "type": "import", "loc": [23, 23], "level": 0, "parent": null, "vector": [1, 0, 0.2347, 0.0102, 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_82520:ClassDef_L26_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_82520:FunctionDef_L28_C1"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_82520:FunctionDef_L28_C1", "t": "ajibawa-2023/Python-Code-Large/train/row_82520:Assign_L29_C2"}, {"f": "ajibawa-2023/Python-... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.