__init__.py 261 B

12345
  1. from .utils import (remove_comments_and_docstrings,
  2. tree_to_token_index,
  3. index_to_code_token,
  4. tree_to_variable_index)
  5. from .DFG import DFG_python,DFG_java,DFG_ruby,DFG_go,DFG_php,DFG_javascript,DFG_csharp