public class PythonBinder extends Object
Constructor and Description |
---|
PythonBinder() |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args)
Function used to bind this library to a python file.
|
public static void main(String[] args)
Scanner
on the standard input,
reading the required task in the form of a message and writing the result as a message in the standard output.
The base 64 format is used to send the messages.args
- receives the booleans denoting if function call types, literals and branches should be kept, if
the output should be a tree or sequence, and if the output should be flattened.Copyright © 2017. All rights reserved.