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 |
|---|---|---|---|---|---|---|---|
import fnmatch
import os
def generate( env ):
def Glob( env, includes = None, excludes = None, dir = '.' ):
"""Adds Glob( includes = Split( '*' ), excludes = None, dir = '.')
helper function to environment.
Glob both the file-system files.
includes: list of file name pattern included i... | ajibawa-2023/Python-Code-Large/train/row_3326 | 36 | 53 | 15 | ["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"] | [{"id": "ajibawa-2023/Python-Code-Large/train/row_3326:Import_L1_C0", "label": "fnmatch import fnmatch", "type": "import", "loc": [1, 1], "level": 0, "parent": null, "vector": [1, 0, 0.0189, 0.0189, 0, 0.66, 0.0, 626, 0, 1, 0, 0, 626, 0, 0], "semantic": {"name": "fnmatch", "arg_names": [], "import_names": ["fnmatch"], ... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_3326:FunctionDef_L4_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3326:FunctionDef_L5_C3"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3326:FunctionDef_L5_C3", "t": "ajibawa-2023/Python-Code-Large/train/row_3326:Expr_L6_C6"}, {"f": "ajibawa-2023/Python-Code-La... |
"""tarball
Tool-specific initialization for tarball.
"""
## Commands to tackle a command based implementation:
##to unpack on the fly...
##gunzip < FILE.tar.gz | tar xvf -
##to pack on the fly...
##tar cvf - FILE-LIST | gzip -c > FILE.tar.gz
import os.path
import SCons.Builder
import SCons.Node.FS
import SCons.Ut... | ajibawa-2023/Python-Code-Large/train/row_3327 | 48 | 82 | 15 | ["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"] | [{"id": "ajibawa-2023/Python-Code-Large/train/row_3327:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 5], "level": 0, "parent": null, "vector": [8, 0, 0.0366, 0.061, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annotatio... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_3327:Try_L19_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3327:Import_L20_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3327:Try_L19_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3327:Import_L21_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3... |
import os
import os.path
from fnmatch import fnmatch
import targz
##def DoxyfileParse(file_contents):
## """
## Parse a Doxygen source file and return a dictionary of all the values.
## Values will be strings and lists of strings.
## """
## data = {}
##
## import shlex
## lex = shlex.shlex(instream = fil... | ajibawa-2023/Python-Code-Large/train/row_3328 | 14 | 179 | 15 | ["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"] | [{"id": "ajibawa-2023/Python-Code-Large/train/row_3328:Import_L1_C0", "label": "os import os", "type": "import", "loc": [1, 1], "level": 0, "parent": null, "vector": [1, 0, 0.0056, 0.0056, 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_3328:FunctionDef_L127_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3328:Return_L157_C3"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3328:FunctionDef_L159_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3328:Expr_L160_C3"}, {"f": "ajibawa-2023/Python-Code... |
"""
Notes:
- shared library support is buggy: it assumes that a static and dynamic library can be build from the same object files. This is not true on many platforms. For this reason it is only enabled on linux-gcc at the current time.
To add a platform:
- add its name in options allowed_values below
- add too... | ajibawa-2023/Python-Code-Large/train/row_3331 | 161 | 235 | 15 | ["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"] | [{"id": "ajibawa-2023/Python-Code-Large/train/row_3331:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 8], "level": 0, "parent": null, "vector": [8, 0, 0.0191, 0.034, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annotatio... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_3331:Try_L24_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3331:Assign_L25_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3331:Try_L24_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3331:If_L26_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3331:... |
#! /usr/bin/env python
#
# SCons - a Software Constructor
#
# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 The SCons Foundation
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
# "Software"), to deal i... | ajibawa-2023/Python-Code-Large/train/row_3332 | 69 | 197 | 15 | ["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"] | [{"id": "ajibawa-2023/Python-Code-Large/train/row_3332:Assign_L27_C0", "label": "__revision__ =", "type": "assigned_variable", "loc": [27, 27], "level": 0, "parent": null, "vector": [14, 0, 0.1371, 0.0051, 0, 0.66, 0.0, 809, 1, 0, 0, 0, 0, 3, 0], "semantic": {"name": "__revision__", "arg_names": [], "import_names": [],... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_3332:Try_L62_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3332:If_L63_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3332:If_L63_C4", "t": "ajibawa-2023/Python-Code-Large/train/row_3332:Assign_L64_C8"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3332:I... |
#!/usr/bin/env python
# encoding: utf-8
# Baptiste Lepilleur, 2009
from dircache import listdir
import re
import fnmatch
import os.path
# These fnmatch expressions are used by default to prune the directory tree
# while doing the recursive traversal in the glob_impl method of glob function.
prune_dirs = '.git .bzr .... | ajibawa-2023/Python-Code-Large/train/row_3336 | 96 | 201 | 15 | ["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"] | [{"id": "ajibawa-2023/Python-Code-Large/train/row_3336:ImportFrom_L5_C0", "label": "from dircache import listdir", "type": "import", "loc": [5, 5], "level": 0, "parent": null, "vector": [1, 0, 0.0249, 0.005, 0, 0.66, 0.0, 724, 0, 1, 0, 0, 724, 0, 0], "semantic": {"name": "dircache", "arg_names": [], "import_names": ["l... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_3336:FunctionDef_L58_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3336:Expr_L59_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3336:FunctionDef_L58_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3336:Assign_L65_C4"}, {"f": "ajibawa-2023/Python-Code-Lar... |
#!/usr/bin/env python
# encoding: utf-8
# Baptiste Lepilleur, 2009
from dircache import listdir
import re
import fnmatch
import os.path
# These fnmatch expressions are used by default to prune the directory tree
# while doing the recursive traversal in the glob_impl method of glob function.
prune_dirs = '.git .bzr .... | ajibawa-2023/Python-Code-Large/train/row_3337 | 96 | 201 | 15 | ["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"] | [{"id": "ajibawa-2023/Python-Code-Large/train/row_3337:ImportFrom_L5_C0", "label": "from dircache import listdir", "type": "import", "loc": [5, 5], "level": 0, "parent": null, "vector": [1, 0, 0.0249, 0.005, 0, 0.66, 0.0, 724, 0, 1, 0, 0, 724, 0, 0], "semantic": {"name": "dircache", "arg_names": [], "import_names": ["l... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_3337:FunctionDef_L58_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3337:Expr_L59_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3337:FunctionDef_L58_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3337:Assign_L65_C4"}, {"f": "ajibawa-2023/Python-Code-Lar... |
# module
| ajibawa-2023/Python-Code-Large/train/row_3338 | 0 | 1 | 15 | ["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"] | [] | [] |
import os.path
import gzip
import tarfile
TARGZ_DEFAULT_COMPRESSION_LEVEL = 9
def make_tarball(tarball_path, sources, base_dir, prefix_dir=''):
"""Parameters:
tarball_path: output path of the .tar.gz file
sources: list of sources to include in the tarball, relative to the current directory
base_dir: i... | ajibawa-2023/Python-Code-Large/train/row_3339 | 37 | 53 | 15 | ["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"] | [{"id": "ajibawa-2023/Python-Code-Large/train/row_3339:Import_L1_C0", "label": "os.path import os.path", "type": "import", "loc": [1, 1], "level": 0, "parent": null, "vector": [1, 0, 0.0189, 0.0189, 0, 0.66, 0.0, 79, 0, 1, 0, 0, 79, 0, 0], "semantic": {"name": "os.path", "arg_names": [], "import_names": ["os.path"], "r... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_3339:FunctionDef_L7_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3339:Expr_L8_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3339:FunctionDef_L7_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3339:Assign_L16_C4"}, {"f": "ajibawa-2023/Python-Code-Large/... |
#! /usr/bin/env python
#
# SCons - a Software Constructor
#
# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 The SCons Foundation
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
# "Software"), to deal i... | ajibawa-2023/Python-Code-Large/train/row_3340 | 69 | 197 | 15 | ["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"] | [{"id": "ajibawa-2023/Python-Code-Large/train/row_3340:Assign_L27_C0", "label": "__revision__ =", "type": "assigned_variable", "loc": [27, 27], "level": 0, "parent": null, "vector": [14, 0, 0.1371, 0.0051, 0, 0.66, 0.0, 809, 1, 0, 0, 0, 0, 3, 0], "semantic": {"name": "__revision__", "arg_names": [], "import_names": [],... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_3340:Try_L62_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3340:If_L63_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3340:If_L63_C4", "t": "ajibawa-2023/Python-Code-Large/train/row_3340:Assign_L64_C8"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3340:I... |
#
# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 The SCons Foundation
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
# "Software"), to deal in the Software without restriction, including
# without li... | ajibawa-2023/Python-Code-Large/train/row_3342 | 80 | 232 | 15 | ["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"] | [{"id": "ajibawa-2023/Python-Code-Large/train/row_3342:Assign_L24_C0", "label": "__revision__ =", "type": "assigned_variable", "loc": [24, 24], "level": 0, "parent": null, "vector": [14, 0, 0.1034, 0.0043, 0, 0.66, 0.0, 809, 1, 0, 0, 0, 0, 3, 0], "semantic": {"name": "__revision__", "arg_names": [], "import_names": [],... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_3342:FunctionDef_L50_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3342:Expr_L51_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3342:FunctionDef_L50_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3342:Try_L59_C4"}, {"f": "ajibawa-2023/Python-Code-Large/... |
#
# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 The SCons Foundation
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
# "Software"), to deal in the Software without restriction, including
# without li... | ajibawa-2023/Python-Code-Large/train/row_3345 | 114 | 216 | 15 | ["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"] | [{"id": "ajibawa-2023/Python-Code-Large/train/row_3345:Assign_L24_C0", "label": "__revision__ =", "type": "assigned_variable", "loc": [24, 24], "level": 0, "parent": null, "vector": [14, 0, 0.1111, 0.0046, 0, 0.66, 0.0, 809, 1, 0, 0, 0, 0, 3, 0], "semantic": {"name": "__revision__", "arg_names": [], "import_names": [],... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_3345:FunctionDef_L42_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3345:Assign_L43_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3345:FunctionDef_L42_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3345:Assign_L44_C4"}, {"f": "ajibawa-2023/Python-Code-L... |
#
# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 The SCons Foundation
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
# "Software"), to deal in the Software without restriction, including
# without li... | ajibawa-2023/Python-Code-Large/train/row_3347 | 56 | 207 | 15 | ["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"] | [{"id": "ajibawa-2023/Python-Code-Large/train/row_3347:Expr_L24_C0", "label": "expression", "type": "expression", "loc": [24, 29], "level": 0, "parent": null, "vector": [8, 0, 0.128, 0.029, 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_3347:ClassDef_L37_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3347:Expr_L38_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3347:ClassDef_L37_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3347:FunctionDef_L91_C4"}, {"f": "ajibawa-2023/Python-Code-Larg... |
"""scons.Node.Python
Python nodes.
"""
#
# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 The SCons Foundation
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
# "Software"), to deal in the Software w... | ajibawa-2023/Python-Code-Large/train/row_3351 | 59 | 128 | 15 | ["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"] | [{"id": "ajibawa-2023/Python-Code-Large/train/row_3351:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 5], "level": 0, "parent": null, "vector": [8, 0, 0.0234, 0.0391, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annotati... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_3351:ClassDef_L34_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3351:Assign_L35_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3351:ClassDef_L34_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3351:Assign_L37_C4"}, {"f": "ajibawa-2023/Python-Code-Large/t... |
"""scons.Node.Alias
Alias nodes.
This creates a hash of global Aliases (dummy targets).
"""
#
# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 The SCons Foundation
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentat... | ajibawa-2023/Python-Code-Large/train/row_3352 | 70 | 153 | 15 | ["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"] | [{"id": "ajibawa-2023/Python-Code-Large/train/row_3352:Expr_L2_C0", "label": "expression", "type": "expression", "loc": [2, 8], "level": 0, "parent": null, "vector": [8, 0, 0.0327, 0.0458, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annotati... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_3352:ClassDef_L42_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3352:FunctionDef_L43_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3352:FunctionDef_L43_C4", "t": "ajibawa-2023/Python-Code-Large/train/row_3352:If_L44_C8"}, {"f": "ajibawa-2023/Python-Code-Lar... |
"""SCons.Conftest
Autoconf-like configuration support; low level implementation of tests.
"""
#
# Copyright (c) 2003 Stichting NLnet Labs
# Copyright (c) 2001, 2002, 2003 Steven Knight
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation file... | ajibawa-2023/Python-Code-Large/train/row_3354 | 260 | 794 | 15 | ["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"] | [{"id": "ajibawa-2023/Python-Code-Large/train/row_3354:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 4], "level": 0, "parent": null, "vector": [8, 0, 0.0031, 0.005, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annotatio... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_3354:FunctionDef_L124_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3354:Expr_L125_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3354:FunctionDef_L124_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3354:Assign_L134_C4"}, {"f": "ajibawa-2023/Python-Code... |
"""SCons.Tool.as
Tool-specific initialization for as, the generic Posix assembler.
There normally shouldn't be any need to import this module directly.
It will usually be imported through the generic SCons.Tool.Tool()
selection method.
"""
#
# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010... | ajibawa-2023/Python-Code-Large/train/row_3355 | 31 | 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_3355:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 9], "level": 0, "parent": null, "vector": [8, 0, 0.0641, 0.1154, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annotati... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_3355:If_L44_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3355:Expr_L45_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3355:If_L44_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3355:Expr_L47_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3355:Fu... |
"""SCons.Tool.sgicc
Tool-specific initialization for MIPSPro cc on SGI.
There normally shouldn't be any need to import this module directly.
It will usually be imported through the generic SCons.Tool.Tool()
selection method.
"""
#
# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 The SCons ... | ajibawa-2023/Python-Code-Large/train/row_3357 | 11 | 53 | 15 | ["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"] | [{"id": "ajibawa-2023/Python-Code-Large/train/row_3357:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 9], "level": 0, "parent": null, "vector": [8, 0, 0.0943, 0.1698, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annotati... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_3357:FunctionDef_L38_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3357:Expr_L39_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3357:FunctionDef_L38_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3357:Expr_L40_C4"}, {"f": "ajibawa-2023/Python-Code-Large... |
"""SCons.Tool.sgilink
Tool-specific initialization for the SGI MIPSPro linker on SGI.
There normally shouldn't be any need to import this module directly.
It will usually be imported through the generic SCons.Tool.Tool()
selection method.
"""
#
# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2... | ajibawa-2023/Python-Code-Large/train/row_3358 | 16 | 63 | 15 | ["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"] | [{"id": "ajibawa-2023/Python-Code-Large/train/row_3358:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 9], "level": 0, "parent": null, "vector": [8, 0, 0.0794, 0.1429, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annotati... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_3358:FunctionDef_L42_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3358:Expr_L43_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3358:FunctionDef_L42_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3358:Expr_L44_C4"}, {"f": "ajibawa-2023/Python-Code-Large... |
"""SCons.Tool.latex
Tool-specific initialization for LaTeX.
Generates .dvi files from .latex or .ltx files
There normally shouldn't be any need to import this module directly.
It will usually be imported through the generic SCons.Tool.Tool()
selection method.
"""
#
# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006... | ajibawa-2023/Python-Code-Large/train/row_3359 | 29 | 79 | 15 | ["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"] | [{"id": "ajibawa-2023/Python-Code-Large/train/row_3359:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 10], "level": 0, "parent": null, "vector": [8, 0, 0.0696, 0.1266, 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_3359:FunctionDef_L44_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3359:Assign_L45_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3359:FunctionDef_L44_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3359:If_L46_C4"}, {"f": "ajibawa-2023/Python-Code-Large... |
"""SCons.Tool.tar
Tool-specific initialization for tar.
There normally shouldn't be any need to import this module directly.
It will usually be imported through the generic SCons.Tool.Tool()
selection method.
"""
#
# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 The SCons Foundation
#
# P... | ajibawa-2023/Python-Code-Large/train/row_3360 | 22 | 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_3360:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 9], "level": 0, "parent": null, "vector": [8, 0, 0.0685, 0.1233, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annotati... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_3360:FunctionDef_L53_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3360:Expr_L54_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3360:FunctionDef_L53_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3360:Try_L55_C4"}, {"f": "ajibawa-2023/Python-Code-Large/... |
"""SCons.Tool.BitKeeper.py
Tool-specific initialization for the BitKeeper source code control
system.
There normally shouldn't be any need to import this module directly.
It will usually be imported through the generic SCons.Tool.Tool()
selection method.
"""
#
# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 200... | ajibawa-2023/Python-Code-Large/train/row_3361 | 18 | 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_3361:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 10], "level": 0, "parent": null, "vector": [8, 0, 0.0846, 0.1538, 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_3361:FunctionDef_L41_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3361:Expr_L42_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3361:FunctionDef_L41_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3361:FunctionDef_L45_C4"}, {"f": "ajibawa-2023/Python-Cod... |
"""SCons.Tool.mslib
Tool-specific initialization for lib (MicroSoft library archiver).
There normally shouldn't be any need to import this module directly.
It will usually be imported through the generic SCons.Tool.Tool()
selection method.
"""
#
# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, ... | ajibawa-2023/Python-Code-Large/train/row_3362 | 19 | 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_3362:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 9], "level": 0, "parent": null, "vector": [8, 0, 0.0781, 0.1406, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annotati... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_3362:FunctionDef_L44_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3362:Expr_L45_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3362:FunctionDef_L44_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3362:Expr_L46_C4"}, {"f": "ajibawa-2023/Python-Code-Large... |
"""SCons.Tool.pdftex
Tool-specific initialization for pdftex.
Generates .pdf files from .tex files
There normally shouldn't be any need to import this module directly.
It will usually be imported through the generic SCons.Tool.Tool()
selection method.
"""
#
# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, ... | ajibawa-2023/Python-Code-Large/train/row_3363 | 42 | 108 | 15 | ["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"] | [{"id": "ajibawa-2023/Python-Code-Large/train/row_3363:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 10], "level": 0, "parent": null, "vector": [8, 0, 0.0509, 0.0926, 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_3363:FunctionDef_L48_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3363:Assign_L49_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3363:FunctionDef_L48_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3363:Return_L50_C4"}, {"f": "ajibawa-2023/Python-Code-L... |
"""SCons.Tool.386asm
Tool specification for the 386ASM assembler for the Phar Lap ETS embedded
operating system.
There normally shouldn't be any need to import this module directly.
It will usually be imported through the generic SCons.Tool.Tool()
selection method.
"""
#
# Copyright (c) 2001, 2002, 2003, 2004, 2005... | ajibawa-2023/Python-Code-Large/train/row_3364 | 16 | 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_3364:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 10], "level": 0, "parent": null, "vector": [8, 0, 0.0902, 0.1639, 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_3364:FunctionDef_L42_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3364:Expr_L43_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3364:FunctionDef_L42_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3364:Expr_L44_C4"}, {"f": "ajibawa-2023/Python-Code-Large... |
"""SCons.Tool.javah
Tool-specific initialization for javah.
There normally shouldn't be any need to import this module directly.
It will usually be imported through the generic SCons.Tool.Tool()
selection method.
"""
#
# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 The SCons Foundation
#... | ajibawa-2023/Python-Code-Large/train/row_3365 | 76 | 138 | 15 | ["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"] | [{"id": "ajibawa-2023/Python-Code-Large/train/row_3365:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 9], "level": 0, "parent": null, "vector": [8, 0, 0.0362, 0.0652, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annotati... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_3365:FunctionDef_L45_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3365:Expr_L46_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3365:FunctionDef_L45_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3365:Assign_L49_C4"}, {"f": "ajibawa-2023/Python-Code-Lar... |
"""SCons.Tool.Subversion.py
Tool-specific initialization for Subversion.
There normally shouldn't be any need to import this module directly.
It will usually be imported through the generic SCons.Tool.Tool()
selection method.
"""
#
# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 The SCons... | ajibawa-2023/Python-Code-Large/train/row_3367 | 20 | 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_3367:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 9], "level": 0, "parent": null, "vector": [8, 0, 0.0704, 0.1268, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annotati... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_3367:FunctionDef_L42_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3367:Expr_L43_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3367:FunctionDef_L42_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3367:FunctionDef_L46_C4"}, {"f": "ajibawa-2023/Python-Cod... |
"""SCons.Tool.g++
Tool-specific initialization for g++.
There normally shouldn't be any need to import this module directly.
It will usually be imported through the generic SCons.Tool.Tool()
selection method.
"""
#
# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 The SCons Foundation
#
# P... | ajibawa-2023/Python-Code-Large/train/row_3369 | 32 | 90 | 15 | ["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"] | [{"id": "ajibawa-2023/Python-Code-Large/train/row_3369:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 9], "level": 0, "parent": null, "vector": [8, 0, 0.0556, 0.1, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annotation"... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_3369:FunctionDef_L47_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3369:Expr_L48_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3369:FunctionDef_L47_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3369:Assign_L49_C4"}, {"f": "ajibawa-2023/Python-Code-Lar... |
"""SCons.Tool.ipkg
Tool-specific initialization for ipkg.
There normally shouldn't be any need to import this module directly.
It will usually be imported through the generic SCons.Tool.Tool()
selection method.
The ipkg tool calls the ipkg-build. Its only argument should be the
packages fake_root.
"""
#
# Copyrigh... | ajibawa-2023/Python-Code-Large/train/row_3370 | 19 | 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_3370:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 11], "level": 0, "parent": null, "vector": [8, 0, 0.0845, 0.1549, 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_3370:FunctionDef_L43_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3370:Expr_L44_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3370:FunctionDef_L43_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3370:Try_L45_C4"}, {"f": "ajibawa-2023/Python-Code-Large/... |
"""SCons.Tool.aixc++
Tool-specific initialization for IBM xlC / Visual Age C++ compiler.
There normally shouldn't be any need to import this module directly.
It will usually be imported through the generic SCons.Tool.Tool()
selection method.
"""
#
# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009... | ajibawa-2023/Python-Code-Large/train/row_3371 | 33 | 82 | 15 | ["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"] | [{"id": "ajibawa-2023/Python-Code-Large/train/row_3371:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 9], "level": 0, "parent": null, "vector": [8, 0, 0.061, 0.1098, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annotatio... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_3371:FunctionDef_L44_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3371:Assign_L45_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3371:FunctionDef_L44_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3371:Assign_L46_C4"}, {"f": "ajibawa-2023/Python-Code-L... |
"""SCons.Tool.ifort
Tool-specific initialization for newer versions of the Intel Fortran Compiler
for Linux/Windows (and possibly Mac OS X).
There normally shouldn't be any need to import this module directly.
It will usually be imported through the generic SCons.Tool.Tool()
selection method.
"""
#
# Copyright (c) ... | ajibawa-2023/Python-Code-Large/train/row_3372 | 32 | 90 | 15 | ["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"] | [{"id": "ajibawa-2023/Python-Code-Large/train/row_3372:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 10], "level": 0, "parent": null, "vector": [8, 0, 0.0611, 0.1111, 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_3372:FunctionDef_L43_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3372:Expr_L44_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3372:FunctionDef_L43_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3372:Assign_L47_C4"}, {"f": "ajibawa-2023/Python-Code-Lar... |
"""SCons.Tool.tlib
XXX
"""
#
# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 The SCons Foundation
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
# "Software"), to deal in the Software without restr... | ajibawa-2023/Python-Code-Large/train/row_3373 | 16 | 53 | 15 | ["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"] | [{"id": "ajibawa-2023/Python-Code-Large/train/row_3373:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 5], "level": 0, "parent": null, "vector": [8, 0, 0.0566, 0.0943, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annotati... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_3373:FunctionDef_L36_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3373:Expr_L37_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3373:FunctionDef_L36_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3373:Expr_L38_C4"}, {"f": "ajibawa-2023/Python-Code-Large... |
"""SCons.Tool.jar
Tool-specific initialization for jar.
There normally shouldn't be any need to import this module directly.
It will usually be imported through the generic SCons.Tool.Tool()
selection method.
"""
#
# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 The SCons Foundation
#
# P... | ajibawa-2023/Python-Code-Large/train/row_3374 | 57 | 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_3374:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 9], "level": 0, "parent": null, "vector": [8, 0, 0.0455, 0.0818, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annotati... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_3374:FunctionDef_L39_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3374:Expr_L40_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3374:FunctionDef_L39_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3374:Try_L41_C4"}, {"f": "ajibawa-2023/Python-Code-Large/... |
#
# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 The SCons Foundation
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
# "Software"), to deal in the Software without restriction, including
# without li... | ajibawa-2023/Python-Code-Large/train/row_3375 | 8 | 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_3375:Assign_L24_C0", "label": "__revision__ =", "type": "assigned_variable", "loc": [24, 24], "level": 0, "parent": null, "vector": [14, 0, 0.48, 0.02, 0, 0.66, 0.0, 809, 1, 0, 0, 0, 0, 3, 0], "semantic": {"name": "__revision__", "arg_names": [], "import_names": [], "rh... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_3375:FunctionDef_L39_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3375:Expr_L40_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3375:FunctionDef_L39_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3375:Expr_L41_C4"}, {"f": "ajibawa-2023/Python-Code-Large... |
"""SCons.Tool.c++
Tool-specific initialization for generic Posix C++ compilers.
There normally shouldn't be any need to import this module directly.
It will usually be imported through the generic SCons.Tool.Tool()
selection method.
"""
#
# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 The... | ajibawa-2023/Python-Code-Large/train/row_3376 | 46 | 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_3376:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 8], "level": 0, "parent": null, "vector": [8, 0, 0.0455, 0.0808, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annotati... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_3376:If_L44_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3376:Expr_L45_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3376:FunctionDef_L47_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3376:If_L48_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_... |
"""SCons.Tool.linkloc
Tool specification for the LinkLoc linker for the Phar Lap ETS embedded
operating system.
There normally shouldn't be any need to import this module directly.
It will usually be imported through the generic SCons.Tool.Tool()
selection method.
"""
#
# Copyright (c) 2001, 2002, 2003, 2004, 2005,... | ajibawa-2023/Python-Code-Large/train/row_3377 | 50 | 112 | 15 | ["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"] | [{"id": "ajibawa-2023/Python-Code-Large/train/row_3377:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 10], "level": 0, "parent": null, "vector": [8, 0, 0.0491, 0.0893, 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_3377:FunctionDef_L51_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3377:Try_L54_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3377:Try_L54_C4", "t": "ajibawa-2023/Python-Code-Large/train/row_3377:Assign_L55_C8"}, {"f": "ajibawa-2023/Python-Code-Large/train/... |
"""SCons.Tool.mwcc
Tool-specific initialization for the Metrowerks CodeWarrior compiler.
There normally shouldn't be any need to import this module directly.
It will usually be imported through the generic SCons.Tool.Tool()
selection method.
"""
#
# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,... | ajibawa-2023/Python-Code-Large/train/row_3378 | 101 | 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_3378:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 8], "level": 0, "parent": null, "vector": [8, 0, 0.0216, 0.0385, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annotati... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_3378:FunctionDef_L41_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3378:Expr_L42_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3378:FunctionDef_L41_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3378:Assign_L53_C4"}, {"f": "ajibawa-2023/Python-Code-Lar... |
"""SCons.Tool.gas
Tool-specific initialization for as, the Gnu assembler.
There normally shouldn't be any need to import this module directly.
It will usually be imported through the generic SCons.Tool.Tool()
selection method.
"""
#
# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 The SCon... | ajibawa-2023/Python-Code-Large/train/row_3379 | 10 | 53 | 15 | ["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"] | [{"id": "ajibawa-2023/Python-Code-Large/train/row_3379:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 9], "level": 0, "parent": null, "vector": [8, 0, 0.0943, 0.1698, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annotati... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_3379:FunctionDef_L40_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3379:Expr_L41_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3379:FunctionDef_L40_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3379:Expr_L42_C4"}, {"f": "ajibawa-2023/Python-Code-Large... |
"""SCons.Tool.applelink
Tool-specific initialization for the Apple gnu-like linker.
There normally shouldn't be any need to import this module directly.
It will usually be imported through the generic SCons.Tool.Tool()
selection method.
"""
#
# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 201... | ajibawa-2023/Python-Code-Large/train/row_3380 | 19 | 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_3380:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 9], "level": 0, "parent": null, "vector": [8, 0, 0.0704, 0.1268, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annotati... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_3380:FunctionDef_L42_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3380:Expr_L43_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3380:FunctionDef_L42_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3380:Expr_L45_C4"}, {"f": "ajibawa-2023/Python-Code-Large... |
"""engine.SCons.Tool.icc
Tool-specific initialization for the OS/2 icc compiler.
There normally shouldn't be any need to import this module directly.
It will usually be imported through the generic SCons.Tool.Tool()
selection method.
"""
#
# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 T... | ajibawa-2023/Python-Code-Large/train/row_3381 | 17 | 59 | 15 | ["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"] | [{"id": "ajibawa-2023/Python-Code-Large/train/row_3381:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 9], "level": 0, "parent": null, "vector": [8, 0, 0.0847, 0.1525, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annotati... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_3381:FunctionDef_L38_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3381:Expr_L39_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3381:FunctionDef_L38_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3381:Expr_L40_C4"}, {"f": "ajibawa-2023/Python-Code-Large... |
"""SCons.Tool.bcc32
XXX
"""
#
# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 The SCons Foundation
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
# "Software"), to deal in the Software without rest... | ajibawa-2023/Python-Code-Large/train/row_3382 | 40 | 82 | 15 | ["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"] | [{"id": "ajibawa-2023/Python-Code-Large/train/row_3382:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 5], "level": 0, "parent": null, "vector": [8, 0, 0.0366, 0.061, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annotatio... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_3382:FunctionDef_L40_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3382:Assign_L42_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3382:FunctionDef_L40_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3382:If_L43_C4"}, {"f": "ajibawa-2023/Python-Code-Large... |
"""SCons.Tool.sunf77
Tool-specific initialization for sunf77, the Sun Studio F77 compiler.
There normally shouldn't be any need to import this module directly.
It will usually be imported through the generic SCons.Tool.Tool()
selection method.
"""
#
# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 20... | ajibawa-2023/Python-Code-Large/train/row_3383 | 17 | 63 | 15 | ["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"] | [{"id": "ajibawa-2023/Python-Code-Large/train/row_3383:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 9], "level": 0, "parent": null, "vector": [8, 0, 0.0794, 0.1429, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annotati... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_3383:FunctionDef_L42_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3383:Expr_L43_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3383:FunctionDef_L42_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3383:Expr_L44_C4"}, {"f": "ajibawa-2023/Python-Code-Large... |
"""SCons.Tool.hpcc
Tool-specific initialization for HP aCC and cc.
There normally shouldn't be any need to import this module directly.
It will usually be imported through the generic SCons.Tool.Tool()
selection method.
"""
#
# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 The SCons Founda... | ajibawa-2023/Python-Code-Large/train/row_3384 | 11 | 53 | 15 | ["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"] | [{"id": "ajibawa-2023/Python-Code-Large/train/row_3384:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 8], "level": 0, "parent": null, "vector": [8, 0, 0.0849, 0.1509, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annotati... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_3384:FunctionDef_L39_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3384:Expr_L40_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3384:FunctionDef_L39_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3384:Expr_L41_C4"}, {"f": "ajibawa-2023/Python-Code-Large... |
"""SCons.Tool.gcc
Tool-specific initialization for gcc.
There normally shouldn't be any need to import this module directly.
It will usually be imported through the generic SCons.Tool.Tool()
selection method.
"""
#
# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 The SCons Foundation
#
# P... | ajibawa-2023/Python-Code-Large/train/row_3385 | 25 | 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_3385:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 9], "level": 0, "parent": null, "vector": [8, 0, 0.0625, 0.1125, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annotati... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_3385:FunctionDef_L45_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3385:Expr_L46_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3385:FunctionDef_L45_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3385:Expr_L47_C4"}, {"f": "ajibawa-2023/Python-Code-Large... |
"""SCons.Tool.swig
Tool-specific initialization for swig.
There normally shouldn't be any need to import this module directly.
It will usually be imported through the generic SCons.Tool.Tool()
selection method.
"""
#
# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 The SCons Foundation
#
#... | ajibawa-2023/Python-Code-Large/train/row_3386 | 108 | 186 | 15 | ["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"] | [{"id": "ajibawa-2023/Python-Code-Large/train/row_3386:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 9], "level": 0, "parent": null, "vector": [8, 0, 0.0269, 0.0484, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annotati... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_3386:FunctionDef_L49_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3386:If_L50_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3386:If_L50_C4", "t": "ajibawa-2023/Python-Code-Large/train/row_3386:Return_L51_C8"}, {"f": "ajibawa-2023/Python-Code-Large/train/ro... |
"""engine.SCons.Tool.g77
Tool-specific initialization for g77.
There normally shouldn't be any need to import this module directly.
It will usually be imported through the generic SCons.Tool.Tool()
selection method.
"""
#
# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 The SCons Foundatio... | ajibawa-2023/Python-Code-Large/train/row_3387 | 25 | 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_3387:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 9], "level": 0, "parent": null, "vector": [8, 0, 0.0685, 0.1233, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annotati... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_3387:FunctionDef_L41_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3387:Expr_L42_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3387:FunctionDef_L41_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3387:Expr_L43_C4"}, {"f": "ajibawa-2023/Python-Code-Large... |
"""SCons.Tool.sunc++
Tool-specific initialization for C++ on SunOS / Solaris.
There normally shouldn't be any need to import this module directly.
It will usually be imported through the generic SCons.Tool.Tool()
selection method.
"""
#
# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 The ... | ajibawa-2023/Python-Code-Large/train/row_3388 | 69 | 142 | 15 | ["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"] | [{"id": "ajibawa-2023/Python-Code-Large/train/row_3388:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 9], "level": 0, "parent": null, "vector": [8, 0, 0.0352, 0.0634, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annotati... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_3388:FunctionDef_L46_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3388:Try_L47_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3388:Try_L47_C4", "t": "ajibawa-2023/Python-Code-Large/train/row_3388:Return_L48_C8"}, {"f": "ajibawa-2023/Python-Code-Large/train/... |
"""SCons.Tool.link
Tool-specific initialization for the generic Posix linker.
There normally shouldn't be any need to import this module directly.
It will usually be imported through the generic SCons.Tool.Tool()
selection method.
"""
#
# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 The ... | ajibawa-2023/Python-Code-Large/train/row_3389 | 57 | 121 | 15 | ["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"] | [{"id": "ajibawa-2023/Python-Code-Large/train/row_3389:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 9], "level": 0, "parent": null, "vector": [8, 0, 0.0413, 0.0744, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annotati... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_3389:FunctionDef_L47_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3389:Assign_L48_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3389:FunctionDef_L47_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3389:Assign_L49_C4"}, {"f": "ajibawa-2023/Python-Code-L... |
"""SCons.Tool.gs
Tool-specific initialization for Ghostscript.
There normally shouldn't be any need to import this module directly.
It will usually be imported through the generic SCons.Tool.Tool()
selection method.
"""
#
# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 The SCons Foundatio... | ajibawa-2023/Python-Code-Large/train/row_3390 | 27 | 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_3390:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 9], "level": 0, "parent": null, "vector": [8, 0, 0.0617, 0.1111, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annotati... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_3390:If_L43_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3390:Assign_L44_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3390:If_L43_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3390:If_L45_C0"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3390:If... |
"""SCons.Tool.ar
Tool-specific initialization for ar (library archive).
There normally shouldn't be any need to import this module directly.
It will usually be imported through the generic SCons.Tool.Tool()
selection method.
"""
#
# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 The SCons ... | ajibawa-2023/Python-Code-Large/train/row_3391 | 19 | 63 | 15 | ["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"] | [{"id": "ajibawa-2023/Python-Code-Large/train/row_3391:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 9], "level": 0, "parent": null, "vector": [8, 0, 0.0794, 0.1429, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annotati... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_3391:FunctionDef_L41_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3391:Expr_L42_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3391:FunctionDef_L41_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3391:Expr_L43_C4"}, {"f": "ajibawa-2023/Python-Code-Large... |
"""SCons.Tool.dmd
Tool-specific initialization for the Digital Mars D compiler.
(http://digitalmars.com/d)
Coded by Andy Friesen (andy@ikagames.com)
15 November 2003
There are a number of problems with this script at this point in time.
The one that irritates me the most is the Windows linker setup. The D
linker do... | ajibawa-2023/Python-Code-Large/train/row_3392 | 109 | 224 | 15 | ["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"] | [{"id": "ajibawa-2023/Python-Code-Large/train/row_3392:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 32], "level": 0, "parent": null, "vector": [8, 0, 0.0737, 0.1429, 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_3392:FunctionDef_L69_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3392:If_L70_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3392:If_L70_C4", "t": "ajibawa-2023/Python-Code-Large/train/row_3392:Return_L71_C8"}, {"f": "ajibawa-2023/Python-Code-Large/train/ro... |
"""SCons.Tool.Packaging.zip
The zip SRC packager.
"""
#
# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 The SCons Foundation
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
# "Software"), to deal in... | ajibawa-2023/Python-Code-Large/train/row_3393 | 8 | 43 | 15 | ["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"] | [{"id": "ajibawa-2023/Python-Code-Large/train/row_3393:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 4], "level": 0, "parent": null, "vector": [8, 0, 0.0581, 0.093, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annotatio... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_3393:FunctionDef_L33_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3393:Assign_L34_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3393:FunctionDef_L33_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3393:Expr_L35_C4"}, {"f": "ajibawa-2023/Python-Code-Lar... |
"""SCons.Tool.Packaging.ipk
"""
#
# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 The SCons Foundation
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
# "Software"), to deal in the Software without r... | ajibawa-2023/Python-Code-Large/train/row_3395 | 64 | 185 | 15 | ["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"] | [{"id": "ajibawa-2023/Python-Code-Large/train/row_3395:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 2], "level": 0, "parent": null, "vector": [8, 0, 0.0081, 0.0108, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annotati... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_3395:FunctionDef_L35_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3395:Expr_L38_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3395:FunctionDef_L35_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3395:Expr_L41_C4"}, {"f": "ajibawa-2023/Python-Code-Large... |
"""SCons.Tool.Packaging.tarbz2
The tarbz2 SRC packager.
"""
#
# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 The SCons Foundation
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
# "Software"), to d... | ajibawa-2023/Python-Code-Large/train/row_3396 | 9 | 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_3396:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 4], "level": 0, "parent": null, "vector": [8, 0, 0.0568, 0.0909, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annotati... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_3396:FunctionDef_L33_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3396:Assign_L34_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3396:FunctionDef_L33_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3396:Expr_L35_C4"}, {"f": "ajibawa-2023/Python-Code-Lar... |
"""SCons.Tool.Packaging.zip
The zip SRC packager.
"""
#
# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 The SCons Foundation
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
# "Software"), to deal in... | ajibawa-2023/Python-Code-Large/train/row_3397 | 9 | 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_3397:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 4], "level": 0, "parent": null, "vector": [8, 0, 0.0568, 0.0909, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annotati... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_3397:FunctionDef_L33_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3397:Assign_L34_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3397:FunctionDef_L33_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3397:Expr_L35_C4"}, {"f": "ajibawa-2023/Python-Code-Lar... |
"""SCons.Tool.Packaging.targz
The targz SRC packager.
"""
#
# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 The SCons Foundation
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
# "Software"), to dea... | ajibawa-2023/Python-Code-Large/train/row_3398 | 9 | 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_3398:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 4], "level": 0, "parent": null, "vector": [8, 0, 0.0568, 0.0909, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annotati... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_3398:FunctionDef_L33_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3398:Assign_L34_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3398:FunctionDef_L33_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3398:Expr_L35_C4"}, {"f": "ajibawa-2023/Python-Code-Lar... |
"""SCons.Tool.Packaging.targz
The targz SRC packager.
"""
#
# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 The SCons Foundation
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
# "Software"), to deal... | ajibawa-2023/Python-Code-Large/train/row_3399 | 8 | 43 | 15 | ["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"] | [{"id": "ajibawa-2023/Python-Code-Large/train/row_3399:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 4], "level": 0, "parent": null, "vector": [8, 0, 0.0581, 0.093, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annotatio... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_3399:FunctionDef_L33_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3399:Assign_L34_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3399:FunctionDef_L33_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3399:Expr_L35_C4"}, {"f": "ajibawa-2023/Python-Code-Lar... |
"""SCons.Tool.Packaging.tarbz2
The tarbz2 SRC packager.
"""
#
# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 The SCons Foundation
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
# "Software"), to d... | ajibawa-2023/Python-Code-Large/train/row_3401 | 8 | 43 | 15 | ["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"] | [{"id": "ajibawa-2023/Python-Code-Large/train/row_3401:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 4], "level": 0, "parent": null, "vector": [8, 0, 0.0581, 0.093, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annotatio... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_3401:FunctionDef_L33_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3401:Assign_L34_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3401:FunctionDef_L33_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3401:Expr_L35_C4"}, {"f": "ajibawa-2023/Python-Code-Lar... |
"""SCons.Tool.suncc
Tool-specific initialization for Sun Solaris (Forte) CC and cc.
There normally shouldn't be any need to import this module directly.
It will usually be imported through the generic SCons.Tool.Tool()
selection method.
"""
#
# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010... | ajibawa-2023/Python-Code-Large/train/row_3403 | 13 | 58 | 15 | ["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"] | [{"id": "ajibawa-2023/Python-Code-Large/train/row_3403:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 8], "level": 0, "parent": null, "vector": [8, 0, 0.0776, 0.1379, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annotati... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_3403:FunctionDef_L39_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3403:Expr_L40_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3403:FunctionDef_L39_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3403:Expr_L44_C4"}, {"f": "ajibawa-2023/Python-Code-Large... |
"""engine.SCons.Tool.sunar
Tool-specific initialization for Solaris (Forte) ar (library archive). If CC
exists, static libraries should be built with it, so that template
instantians can be resolved.
There normally shouldn't be any need to import this module directly.
It will usually be imported through the generic S... | ajibawa-2023/Python-Code-Large/train/row_3404 | 22 | 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_3404:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 10], "level": 0, "parent": null, "vector": [8, 0, 0.0821, 0.1493, 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_3404:FunctionDef_L41_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3404:Expr_L42_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3404:FunctionDef_L41_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3404:Expr_L43_C4"}, {"f": "ajibawa-2023/Python-Code-Large... |
"""SCons.Tool.dvi
Common DVI Builder definition for various other Tool modules that use it.
"""
#
# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 The SCons Foundation
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated document... | ajibawa-2023/Python-Code-Large/train/row_3405 | 13 | 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_3405:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 5], "level": 0, "parent": null, "vector": [8, 0, 0.0469, 0.0781, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annotati... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_3405:FunctionDef_L37_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3405:Try_L38_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3405:Try_L38_C4", "t": "ajibawa-2023/Python-Code-Large/train/row_3405:Expr_L39_C8"}, {"f": "ajibawa-2023/Python-Code-Large/train/ro... |
"""SCons.Tool.ilink32
XXX
"""
#
# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 The SCons Foundation
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
# "Software"), to deal in the Software without re... | ajibawa-2023/Python-Code-Large/train/row_3408 | 18 | 60 | 15 | ["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"] | [{"id": "ajibawa-2023/Python-Code-Large/train/row_3408:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 5], "level": 0, "parent": null, "vector": [8, 0, 0.05, 0.0833, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annotation... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_3408:FunctionDef_L36_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3408:Expr_L37_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3408:FunctionDef_L36_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3408:Expr_L39_C4"}, {"f": "ajibawa-2023/Python-Code-Large... |
"""SCons.Tool.masm
Tool-specific initialization for the Microsoft Assembler.
There normally shouldn't be any need to import this module directly.
It will usually be imported through the generic SCons.Tool.Tool()
selection method.
"""
#
# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 The S... | ajibawa-2023/Python-Code-Large/train/row_3409 | 31 | 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_3409:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 9], "level": 0, "parent": null, "vector": [8, 0, 0.0649, 0.1169, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annotati... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_3409:If_L42_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3409:Expr_L43_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3409:If_L42_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3409:Expr_L45_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3409:Fu... |
"""SCons.Tool.gnulink
Tool-specific initialization for the gnu linker.
There normally shouldn't be any need to import this module directly.
It will usually be imported through the generic SCons.Tool.Tool()
selection method.
"""
#
# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 The SCons F... | ajibawa-2023/Python-Code-Large/train/row_3410 | 16 | 63 | 15 | ["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"] | [{"id": "ajibawa-2023/Python-Code-Large/train/row_3410:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 9], "level": 0, "parent": null, "vector": [8, 0, 0.0794, 0.1429, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annotati... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_3410:FunctionDef_L42_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3410:Expr_L43_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3410:FunctionDef_L42_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3410:Expr_L44_C4"}, {"f": "ajibawa-2023/Python-Code-Large... |
"""SCons.Tool.FortranCommon
Stuff for processing Fortran, common to all fortran dialects.
"""
#
# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 The SCons Foundation
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentat... | ajibawa-2023/Python-Code-Large/train/row_3412 | 144 | 247 | 15 | ["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"] | [{"id": "ajibawa-2023/Python-Code-Large/train/row_3412:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 5], "level": 0, "parent": null, "vector": [8, 0, 0.0121, 0.0202, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annotati... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_3412:FunctionDef_L42_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3412:Expr_L43_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3412:FunctionDef_L42_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3412:Try_L45_C4"}, {"f": "ajibawa-2023/Python-Code-Large/... |
"""SCons.Tool.sgic++
Tool-specific initialization for MIPSpro C++ on SGI.
There normally shouldn't be any need to import this module directly.
It will usually be imported through the generic SCons.Tool.Tool()
selection method.
"""
#
# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 The SCon... | ajibawa-2023/Python-Code-Large/train/row_3413 | 14 | 58 | 15 | ["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"] | [{"id": "ajibawa-2023/Python-Code-Large/train/row_3413:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 9], "level": 0, "parent": null, "vector": [8, 0, 0.0862, 0.1552, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annotati... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_3413:FunctionDef_L40_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3413:Expr_L41_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3413:FunctionDef_L40_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3413:Expr_L43_C4"}, {"f": "ajibawa-2023/Python-Code-Large... |
"""SCons.Tool.sunf95
Tool-specific initialization for sunf95, the Sun Studio F95 compiler.
There normally shouldn't be any need to import this module directly.
It will usually be imported through the generic SCons.Tool.Tool()
selection method.
"""
#
# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 20... | ajibawa-2023/Python-Code-Large/train/row_3414 | 17 | 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_3414:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 9], "level": 0, "parent": null, "vector": [8, 0, 0.0781, 0.1406, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annotati... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_3414:FunctionDef_L42_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3414:Expr_L43_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3414:FunctionDef_L42_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3414:Expr_L45_C4"}, {"f": "ajibawa-2023/Python-Code-Large... |
"""SCons.Tool.CVS.py
Tool-specific initialization for CVS.
There normally shouldn't be any need to import this module directly.
It will usually be imported through the generic SCons.Tool.Tool()
selection method.
"""
#
# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 The SCons Foundation
#
... | ajibawa-2023/Python-Code-Large/train/row_3415 | 21 | 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_3415:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 9], "level": 0, "parent": null, "vector": [8, 0, 0.0685, 0.1233, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annotati... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_3415:FunctionDef_L40_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3415:Expr_L41_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3415:FunctionDef_L40_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3415:FunctionDef_L44_C4"}, {"f": "ajibawa-2023/Python-Cod... |
"""SCons.Tool.RCS.py
Tool-specific initialization for RCS.
There normally shouldn't be any need to import this module directly.
It will usually be imported through the generic SCons.Tool.Tool()
selection method.
"""
#
# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 The SCons Foundation
#
... | ajibawa-2023/Python-Code-Large/train/row_3416 | 18 | 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_3416:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 9], "level": 0, "parent": null, "vector": [8, 0, 0.0781, 0.1406, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annotati... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_3416:FunctionDef_L40_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3416:Expr_L41_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3416:FunctionDef_L40_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3416:FunctionDef_L44_C4"}, {"f": "ajibawa-2023/Python-Cod... |
"""SCons.Tool.dvips
Tool-specific initialization for dvips.
There normally shouldn't be any need to import this module directly.
It will usually be imported through the generic SCons.Tool.Tool()
selection method.
"""
#
# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 The SCons Foundation
#... | ajibawa-2023/Python-Code-Large/train/row_3417 | 34 | 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_3417:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 9], "level": 0, "parent": null, "vector": [8, 0, 0.0532, 0.0957, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annotati... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_3417:FunctionDef_L41_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3417:Assign_L42_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3417:FunctionDef_L41_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3417:Return_L43_C4"}, {"f": "ajibawa-2023/Python-Code-L... |
"""SCons.Tool.m4
Tool-specific initialization for m4.
There normally shouldn't be any need to import this module directly.
It will usually be imported through the generic SCons.Tool.Tool()
selection method.
"""
#
# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 The SCons Foundation
#
# Per... | ajibawa-2023/Python-Code-Large/train/row_3418 | 15 | 63 | 15 | ["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"] | [{"id": "ajibawa-2023/Python-Code-Large/train/row_3418:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 9], "level": 0, "parent": null, "vector": [8, 0, 0.0794, 0.1429, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annotati... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_3418:FunctionDef_L40_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3418:Expr_L41_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3418:FunctionDef_L40_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3418:Assign_L42_C4"}, {"f": "ajibawa-2023/Python-Code-Lar... |
"""SCons.Tool.rpm
Tool-specific initialization for rpm.
There normally shouldn't be any need to import this module directly.
It will usually be imported through the generic SCons.Tool.Tool()
selection method.
The rpm tool calls the rpmbuild command. The first and only argument should a
tar.gz consisting of the sourc... | ajibawa-2023/Python-Code-Large/train/row_3419 | 52 | 132 | 15 | ["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"] | [{"id": "ajibawa-2023/Python-Code-Large/train/row_3419:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 11], "level": 0, "parent": null, "vector": [8, 0, 0.0455, 0.0833, 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_3419:FunctionDef_L49_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3419:Assign_L50_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3419:FunctionDef_L49_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3419:If_L51_C4"}, {"f": "ajibawa-2023/Python-Code-Large... |
"""SCons.Tool.hpc++
Tool-specific initialization for c++ on HP/UX.
There normally shouldn't be any need to import this module directly.
It will usually be imported through the generic SCons.Tool.Tool()
selection method.
"""
#
# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 The SCons Found... | ajibawa-2023/Python-Code-Large/train/row_3420 | 28 | 85 | 15 | ["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"] | [{"id": "ajibawa-2023/Python-Code-Large/train/row_3420:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 9], "level": 0, "parent": null, "vector": [8, 0, 0.0588, 0.1059, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annotati... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_3420:Try_L47_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3420:Assign_L48_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3420:Try_L47_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3420:Assign_L52_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3... |
"""SCons.Tool.hplink
Tool-specific initialization for the HP linker.
There normally shouldn't be any need to import this module directly.
It will usually be imported through the generic SCons.Tool.Tool()
selection method.
"""
#
# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 The SCons Foun... | ajibawa-2023/Python-Code-Large/train/row_3421 | 22 | 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_3421:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 8], "level": 0, "parent": null, "vector": [8, 0, 0.0584, 0.1039, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annotati... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_3421:Try_L46_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3421:Assign_L47_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3421:Try_L46_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3421:Assign_L51_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3... |
"""SCons.Tool.lex
Tool-specific initialization for lex.
There normally shouldn't be any need to import this module directly.
It will usually be imported through the generic SCons.Tool.Tool()
selection method.
"""
#
# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 The SCons Foundation
#
# P... | ajibawa-2023/Python-Code-Large/train/row_3422 | 37 | 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_3422:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 9], "level": 0, "parent": null, "vector": [8, 0, 0.0505, 0.0909, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annotati... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_3422:FunctionDef_L46_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3422:Assign_L47_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3422:FunctionDef_L46_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3422:If_L49_C4"}, {"f": "ajibawa-2023/Python-Code-Large... |
"""engine.SCons.Tool.aixf77
Tool-specific initialization for IBM Visual Age f77 Fortran compiler.
There normally shouldn't be any need to import this module directly.
It will usually be imported through the generic SCons.Tool.Tool()
selection method.
"""
#
# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 20... | ajibawa-2023/Python-Code-Large/train/row_3423 | 25 | 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_3423:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 8], "level": 0, "parent": null, "vector": [8, 0, 0.0563, 0.1, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annotation"... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_3423:FunctionDef_L47_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3423:Assign_L48_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3423:FunctionDef_L47_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3423:Assign_L49_C4"}, {"f": "ajibawa-2023/Python-Code-L... |
"""SCons.Tool.gfortran
Tool-specific initialization for gfortran, the GNU Fortran 95/Fortran
2003 compiler.
There normally shouldn't be any need to import this module directly.
It will usually be imported through the generic SCons.Tool.Tool()
selection method.
"""
#
# Copyright (c) 2001, 2002, 2003, 2004, 2005, 200... | ajibawa-2023/Python-Code-Large/train/row_3424 | 17 | 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_3424:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 10], "level": 0, "parent": null, "vector": [8, 0, 0.0859, 0.1562, 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_3424:FunctionDef_L41_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3424:Expr_L42_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3424:FunctionDef_L41_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3424:Expr_L44_C4"}, {"f": "ajibawa-2023/Python-Code-Large... |
"""SCons.Tool.dvipdf
Tool-specific initialization for dvipdf.
There normally shouldn't be any need to import this module directly.
It will usually be imported through the generic SCons.Tool.Tool()
selection method.
"""
#
# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 The SCons Foundation... | ajibawa-2023/Python-Code-Large/train/row_3426 | 53 | 125 | 15 | ["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"] | [{"id": "ajibawa-2023/Python-Code-Large/train/row_3426:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 9], "level": 0, "parent": null, "vector": [8, 0, 0.04, 0.072, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annotation"... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_3426:FunctionDef_L44_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3426:Expr_L45_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3426:FunctionDef_L44_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3426:Try_L48_C4"}, {"f": "ajibawa-2023/Python-Code-Large/... |
"""SCons.Tool.fortran
Tool-specific initialization for a generic Posix f77/f90 Fortran compiler.
There normally shouldn't be any need to import this module directly.
It will usually be imported through the generic SCons.Tool.Tool()
selection method.
"""
#
# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 20... | ajibawa-2023/Python-Code-Large/train/row_3427 | 19 | 63 | 15 | ["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"] | [{"id": "ajibawa-2023/Python-Code-Large/train/row_3427:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 9], "level": 0, "parent": null, "vector": [8, 0, 0.0794, 0.1429, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annotati... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_3427:FunctionDef_L48_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3427:Expr_L49_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3427:FunctionDef_L48_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3427:Expr_L50_C4"}, {"f": "ajibawa-2023/Python-Code-Large... |
"""SCons.Tool.rmic
Tool-specific initialization for rmic.
There normally shouldn't be any need to import this module directly.
It will usually be imported through the generic SCons.Tool.Tool()
selection method.
"""
#
# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 The SCons Foundation
#
#... | ajibawa-2023/Python-Code-Large/train/row_3428 | 58 | 121 | 15 | ["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"] | [{"id": "ajibawa-2023/Python-Code-Large/train/row_3428:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 9], "level": 0, "parent": null, "vector": [8, 0, 0.0413, 0.0744, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annotati... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_3428:FunctionDef_L44_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3428:Expr_L45_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3428:FunctionDef_L44_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3428:Assign_L48_C4"}, {"f": "ajibawa-2023/Python-Code-Lar... |
"""SCons.Tool.aixlink
Tool-specific initialization for the IBM Visual Age linker.
There normally shouldn't be any need to import this module directly.
It will usually be imported through the generic SCons.Tool.Tool()
selection method.
"""
#
# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 T... | ajibawa-2023/Python-Code-Large/train/row_3430 | 28 | 76 | 15 | ["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"] | [{"id": "ajibawa-2023/Python-Code-Large/train/row_3430:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 8], "level": 0, "parent": null, "vector": [8, 0, 0.0592, 0.1053, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annotati... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_3430:FunctionDef_L45_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3430:If_L46_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3430:If_L46_C4", "t": "ajibawa-2023/Python-Code-Large/train/row_3430:Assign_L47_C8"}, {"f": "ajibawa-2023/Python-Code-Large/train/ro... |
"""SCons.Tool.SCCS.py
Tool-specific initialization for SCCS.
There normally shouldn't be any need to import this module directly.
It will usually be imported through the generic SCons.Tool.Tool()
selection method.
"""
#
# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 The SCons Foundation
... | ajibawa-2023/Python-Code-Large/train/row_3431 | 18 | 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_3431:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 9], "level": 0, "parent": null, "vector": [8, 0, 0.0781, 0.1406, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annotati... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_3431:FunctionDef_L40_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3431:Expr_L41_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3431:FunctionDef_L40_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3431:FunctionDef_L44_C4"}, {"f": "ajibawa-2023/Python-Cod... |
"""engine.SCons.Tool.f90
Tool-specific initialization for the generic Posix f90 Fortran compiler.
There normally shouldn't be any need to import this module directly.
It will usually be imported through the generic SCons.Tool.Tool()
selection method.
"""
#
# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2... | ajibawa-2023/Python-Code-Large/train/row_3432 | 18 | 62 | 15 | ["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"] | [{"id": "ajibawa-2023/Python-Code-Large/train/row_3432:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 9], "level": 0, "parent": null, "vector": [8, 0, 0.0806, 0.1452, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annotati... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_3432:FunctionDef_L44_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3432:Expr_L45_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3432:FunctionDef_L44_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3432:Expr_L46_C4"}, {"f": "ajibawa-2023/Python-Code-Large... |
"""SCons.Tool.sunlink
Tool-specific initialization for the Sun Solaris (Forte) linker.
There normally shouldn't be any need to import this module directly.
It will usually be imported through the generic SCons.Tool.Tool()
selection method.
"""
#
# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2... | ajibawa-2023/Python-Code-Large/train/row_3433 | 24 | 77 | 15 | ["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"] | [{"id": "ajibawa-2023/Python-Code-Large/train/row_3433:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 8], "level": 0, "parent": null, "vector": [8, 0, 0.0584, 0.1039, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annotati... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_3433:Try_L46_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3433:Assign_L47_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3433:Try_L46_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3433:Assign_L51_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3... |
"""SCons.Tool.JavaCommon
Stuff for processing Java.
"""
#
# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 The SCons Foundation
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
# "Software"), to deal ... | ajibawa-2023/Python-Code-Large/train/row_3434 | 198 | 323 | 15 | ["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"] | [{"id": "ajibawa-2023/Python-Code-Large/train/row_3434:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 5], "level": 0, "parent": null, "vector": [8, 0, 0.0093, 0.0155, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annotati... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_3434:If_L41_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3434:Assign_L59_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3434:If_L41_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3434:ClassDef_L63_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3... |
"""SCons.Tool.zip
Tool-specific initialization for zip.
There normally shouldn't be any need to import this module directly.
It will usually be imported through the generic SCons.Tool.Tool()
selection method.
"""
#
# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 The SCons Foundation
#
# P... | ajibawa-2023/Python-Code-Large/train/row_3435 | 43 | 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_3435:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 9], "level": 0, "parent": null, "vector": [8, 0, 0.05, 0.09, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annotation":... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_3435:Try_L43_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3435:Import_L44_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3435:Try_L43_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3435:Assign_L45_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3... |
"""SCons.Tool.qt
Tool-specific initialization for Qt.
There normally shouldn't be any need to import this module directly.
It will usually be imported through the generic SCons.Tool.Tool()
selection method.
"""
#
# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 The SCons Foundation
#
# Pe... | ajibawa-2023/Python-Code-Large/train/row_3436 | 149 | 336 | 15 | ["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"] | [{"id": "ajibawa-2023/Python-Code-Large/train/row_3436:Expr_L2_C0", "label": "expression", "type": "expression", "loc": [2, 10], "level": 0, "parent": null, "vector": [8, 0, 0.0179, 0.0268, 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_3436:If_L59_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3436:Expr_L60_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3436:FunctionDef_L64_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3436:Assign_L65_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/... |
"""SCons.Tool.pdf
Common PDF Builder definition for various other Tool modules that use it.
Add an explicit action to run epstopdf to convert .eps files to .pdf
"""
#
# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 The SCons Foundation
#
# Permission is hereby granted, free of charge, to a... | ajibawa-2023/Python-Code-Large/train/row_3437 | 22 | 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_3437:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 6], "level": 0, "parent": null, "vector": [8, 0, 0.0449, 0.0769, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annotati... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_3437:FunctionDef_L40_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3437:Try_L41_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3437:Try_L41_C4", "t": "ajibawa-2023/Python-Code-Large/train/row_3437:Expr_L42_C8"}, {"f": "ajibawa-2023/Python-Code-Large/train/ro... |
"""engine.SCons.Tool.f77
Tool-specific initialization for the generic Posix f77 Fortran compiler.
There normally shouldn't be any need to import this module directly.
It will usually be imported through the generic SCons.Tool.Tool()
selection method.
"""
#
# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2... | ajibawa-2023/Python-Code-Large/train/row_3438 | 18 | 62 | 15 | ["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"] | [{"id": "ajibawa-2023/Python-Code-Large/train/row_3438:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 9], "level": 0, "parent": null, "vector": [8, 0, 0.0806, 0.1452, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annotati... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_3438:FunctionDef_L44_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3438:Expr_L45_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3438:FunctionDef_L44_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3438:Expr_L46_C4"}, {"f": "ajibawa-2023/Python-Code-Large... |
#
# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 The SCons Foundation
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
# "Software"), to deal in the Software without restriction, including
# without li... | ajibawa-2023/Python-Code-Large/train/row_3441 | 14 | 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_3441:Assign_L24_C0", "label": "__revision__ =", "type": "assigned_variable", "loc": [24, 24], "level": 0, "parent": null, "vector": [14, 0, 0.3934, 0.0164, 0, 0.66, 0.0, 809, 1, 0, 0, 0, 0, 3, 0], "semantic": {"name": "__revision__", "arg_names": [], "import_names": [],... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_3441:ClassDef_L31_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3441:Expr_L32_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3441:ClassDef_L31_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3441:FunctionDef_L35_C4"}, {"f": "ajibawa-2023/Python-Code-Larg... |
#
# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 The SCons Foundation
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
# "Software"), to deal in the Software without restriction, including
# without li... | ajibawa-2023/Python-Code-Large/train/row_3444 | 94 | 210 | 15 | ["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"] | [{"id": "ajibawa-2023/Python-Code-Large/train/row_3444:Assign_L24_C0", "label": "__revision__ =", "type": "assigned_variable", "loc": [24, 24], "level": 0, "parent": null, "vector": [14, 0, 0.1143, 0.0048, 0, 0.66, 0.0, 809, 1, 0, 0, 0, 0, 3, 0], "semantic": {"name": "__revision__", "arg_names": [], "import_names": [],... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_3444:If_L39_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3444:FunctionDef_L40_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3444:FunctionDef_L40_C4", "t": "ajibawa-2023/Python-Code-Large/train/row_3444:Expr_L41_C8"}, {"f": "ajibawa-2023/Python-Code-Large/t... |
#
# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 The SCons Foundation
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
# "Software"), to deal in the Software without restriction, including
# without li... | ajibawa-2023/Python-Code-Large/train/row_3445 | 12 | 56 | 15 | ["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"] | [{"id": "ajibawa-2023/Python-Code-Large/train/row_3445:Assign_L24_C0", "label": "__revision__ =", "type": "assigned_variable", "loc": [24, 24], "level": 0, "parent": null, "vector": [14, 0, 0.4286, 0.0179, 0, 0.66, 0.0, 809, 1, 0, 0, 0, 0, 3, 0], "semantic": {"name": "__revision__", "arg_names": [], "import_names": [],... | [] |
"""SCons.Tool.ilink
Tool-specific initialization for the OS/2 ilink linker.
There normally shouldn't be any need to import this module directly.
It will usually be imported through the generic SCons.Tool.Tool()
selection method.
"""
#
# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 The SC... | ajibawa-2023/Python-Code-Large/train/row_3446 | 17 | 59 | 15 | ["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"] | [{"id": "ajibawa-2023/Python-Code-Large/train/row_3446:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 9], "level": 0, "parent": null, "vector": [8, 0, 0.0847, 0.1525, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annotati... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_3446:FunctionDef_L40_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3446:Expr_L41_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3446:FunctionDef_L40_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3446:Expr_L42_C4"}, {"f": "ajibawa-2023/Python-Code-Large... |
"""SCons.Tool.cc
Tool-specific initialization for generic Posix C compilers.
There normally shouldn't be any need to import this module directly.
It will usually be imported through the generic SCons.Tool.Tool()
selection method.
"""
#
# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 The SC... | ajibawa-2023/Python-Code-Large/train/row_3447 | 44 | 114 | 15 | ["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"] | [{"id": "ajibawa-2023/Python-Code-Large/train/row_3447:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 8], "level": 0, "parent": null, "vector": [8, 0, 0.0395, 0.0702, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annotati... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_3447:If_L40_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3447:Expr_L41_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3447:FunctionDef_L43_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3447:Expr_L44_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/ro... |
"""SCons.Tool.sgiar
Tool-specific initialization for SGI ar (library archive). If CC
exists, static libraries should be built with it, so the prelinker has
a chance to resolve C++ template instantiations.
There normally shouldn't be any need to import this module directly.
It will usually be imported through the gen... | ajibawa-2023/Python-Code-Large/train/row_3448 | 22 | 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_3448:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 11], "level": 0, "parent": null, "vector": [8, 0, 0.0882, 0.1618, 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_3448:FunctionDef_L42_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3448:Expr_L43_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3448:FunctionDef_L42_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3448:Expr_L44_C4"}, {"f": "ajibawa-2023/Python-Code-Large... |
"""SCons.Tool.ifl
Tool-specific initialization for the Intel Fortran compiler.
There normally shouldn't be any need to import this module directly.
It will usually be imported through the generic SCons.Tool.Tool()
selection method.
"""
#
# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 The... | ajibawa-2023/Python-Code-Large/train/row_3449 | 25 | 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_3449:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 9], "level": 0, "parent": null, "vector": [8, 0, 0.0694, 0.125, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annotatio... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_3449:FunctionDef_L40_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3449:Expr_L41_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3449:FunctionDef_L40_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3449:Assign_L42_C4"}, {"f": "ajibawa-2023/Python-Code-Lar... |
"""engine.SCons.Tool.icl
Tool-specific initialization for the Intel C/C++ compiler.
There normally shouldn't be any need to import this module directly.
It will usually be imported through the generic SCons.Tool.Tool()
selection method.
"""
#
# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 201... | ajibawa-2023/Python-Code-Large/train/row_3451 | 8 | 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_3451:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 9], "level": 0, "parent": null, "vector": [8, 0, 0.0962, 0.1731, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annotati... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_3451:FunctionDef_L41_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3451:Expr_L42_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3451:FunctionDef_L41_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3451:Return_L43_C4"}, {"f": "ajibawa-2023/Python-Code-Lar... |
"""engine.SCons.Tool.f95
Tool-specific initialization for the generic Posix f95 Fortran compiler.
There normally shouldn't be any need to import this module directly.
It will usually be imported through the generic SCons.Tool.Tool()
selection method.
"""
#
# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2... | ajibawa-2023/Python-Code-Large/train/row_3453 | 18 | 63 | 15 | ["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"] | [{"id": "ajibawa-2023/Python-Code-Large/train/row_3453:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 9], "level": 0, "parent": null, "vector": [8, 0, 0.0794, 0.1429, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annotati... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_3453:FunctionDef_L44_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3453:Expr_L45_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3453:FunctionDef_L44_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3453:Expr_L46_C4"}, {"f": "ajibawa-2023/Python-Code-Large... |
"""SCons.Tool.nasm
Tool-specific initialization for nasm, the famous Netwide Assembler.
There normally shouldn't be any need to import this module directly.
It will usually be imported through the generic SCons.Tool.Tool()
selection method.
"""
#
# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,... | ajibawa-2023/Python-Code-Large/train/row_3454 | 26 | 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_3454:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 9], "level": 0, "parent": null, "vector": [8, 0, 0.0694, 0.125, 0, 0.66, 0.0, 0, 1, 0, 0, 0, 0, 0, 0], "semantic": {"name": "", "arg_names": [], "import_names": [], "rhs_call_name": "", "annotatio... | [{"f": "ajibawa-2023/Python-Code-Large/train/row_3454:If_L42_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3454:Expr_L43_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3454:If_L42_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3454:Expr_L45_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3454:Fu... |
"""SCons.Tool.pdflatex
Tool-specific initialization for pdflatex.
Generates .pdf files from .latex or .ltx files
There normally shouldn't be any need to import this module directly.
It will usually be imported through the generic SCons.Tool.Tool()
selection method.
"""
#
# Copyright (c) 2001, 2002, 2003, 2004, 2005... | ajibawa-2023/Python-Code-Large/train/row_3455 | 30 | 83 | 15 | ["cat_id", "level", "center", "span", "parent_depth", "parent_weight", "sibling_index", "name_hash", "rhs_type", "arg_count", "return_type", "is_async", "module_hash", "value_type", "calls_count"] | [{"id": "ajibawa-2023/Python-Code-Large/train/row_3455:Expr_L1_C0", "label": "expression", "type": "expression", "loc": [1, 10], "level": 0, "parent": null, "vector": [8, 0, 0.0663, 0.1205, 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_3455:FunctionDef_L44_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3455:Assign_L45_C4"}, {"f": "ajibawa-2023/Python-Code-Large/train/row_3455:FunctionDef_L44_C0", "t": "ajibawa-2023/Python-Code-Large/train/row_3455:If_L46_C4"}, {"f": "ajibawa-2023/Python-Code-Large... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.