#include <Python.h>#include <fcntl.h>#include <unistd.h>#include <cstdlib>#include <string>#include <iostream>#include "TClassEdit.h"#include "TError.h"#include "TInterpreter.h"Classes | |
| class | JupyROOTExecutorHandler |
Macros | |
| #define | F_LINUX_SPECIFIC_BASE 1024 |
| #define | F_SETPIPE_SZ (F_LINUX_SPECIFIC_BASE + 7) |
Variables | |
| JupyROOTExecutorHandler * | JupyROOTExecutorHandler_ptr = nullptr |
| constexpr long | MAX_PIPE_SIZE = 1048575 |
| #define F_LINUX_SPECIFIC_BASE 1024 |
Definition at line 60 of file IOHandler.cxx.
| #define F_SETPIPE_SZ (F_LINUX_SPECIFIC_BASE + 7) |
Definition at line 63 of file IOHandler.cxx.
Definition at line 100 of file IOHandler.cxx.
Definition at line 220 of file IOHandler.cxx.
Definition at line 194 of file IOHandler.cxx.
Definition at line 209 of file IOHandler.cxx.
Definition at line 231 of file IOHandler.cxx.
Definition at line 237 of file IOHandler.cxx.
Definition at line 278 of file IOHandler.cxx.
Definition at line 254 of file IOHandler.cxx.
Definition at line 272 of file IOHandler.cxx.
Definition at line 266 of file IOHandler.cxx.
Definition at line 260 of file IOHandler.cxx.
Definition at line 248 of file IOHandler.cxx.
Definition at line 172 of file IOHandler.cxx.
Definition at line 70 of file IOHandler.cxx.
Definition at line 163 of file IOHandler.cxx.
| JupyROOTExecutorHandler* JupyROOTExecutorHandler_ptr = nullptr |
Definition at line 158 of file IOHandler.cxx.
|
constexpr |
Definition at line 66 of file IOHandler.cxx.