File size: 336 Bytes
d7607a1
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
# Copyright (c) Microsoft Corporation. 
# Licensed under the MIT license.

from .utils import (remove_comments_and_docstrings,
                   tree_to_token_index,
                   index_to_code_token,
                   tree_to_variable_index)
from .DFG import DFG_python,DFG_java,DFG_ruby,DFG_go,DFG_php,DFG_javascript,DFG_csharp