| Package | Description | 
|---|---|
| org.apache.tinkerpop.gremlin.process.traversal.translator | 
| Modifier and Type | Method and Description | 
|---|---|
| static PythonTranslator | PythonTranslator. of(String traversalSource) | 
| static PythonTranslator | PythonTranslator. of(String traversalSource,
  boolean withParameters)Creates the translator with the  PythonTranslator.DefaultTypeTranslatorpassing thewithParametersoption to it
 which will handle type translation in a fashion that should typically increase cache hits and reduce
 compilation times if enabled at the sacrifice to rewriting of the script that could reduce readability. | 
| static PythonTranslator | PythonTranslator. of(String traversalSource,
  Translator.ScriptTranslator.TypeTranslator typeTranslator)Creates the translator with a custom  TypeTranslatorinstance. | 
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.