public class IPythonUserConfig extends Object implements Serializable
Constructor and Description |
---|
IPythonUserConfig(String kernel,
long iPythonLaunchTimeout,
long maxResult,
String workingDirectory)
Constructor for configuration
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
long |
getIPythonLaunchTimeout()
Gets ipython launch timeout.
|
String |
getkernel()
Gets kernel
|
long |
getMaxResult()
Gets max result.
|
String |
getWorkingDirectory()
Gets working directory.
|
int |
hashCode() |
public IPythonUserConfig(String kernel, long iPythonLaunchTimeout, long maxResult, String workingDirectory)
kernel
- the kerneliPythonLaunchTimeout
- the python launch timeoutmaxResult
- the max resultworkingDirectory
- the working directorypublic String getkernel()
public long getIPythonLaunchTimeout()
public long getMaxResult()
public String getWorkingDirectory()
Copyright © 2016–2020. All rights reserved.