CIRCT
20.0.0git
|
Taken from PybindUtils.h in MLIR. More...
#include <PybindUtils.h>
Public Member Functions | |
PyFileAccumulator (pybind11::object fileObject, bool binary) | |
void * | getUserData () |
MlirStringCallback | getCallback () |
Private Attributes | |
pybind11::object | pyWriteFunction |
bool | binary |
Taken from PybindUtils.h in MLIR.
Accumulates into a python file-like object, either writing text (default) or binary.
Definition at line 36 of file PybindUtils.h.
|
inline |
Definition at line 38 of file PybindUtils.h.
|
inline |
Definition at line 43 of file PybindUtils.h.
References binary, and pyWriteFunction.
Referenced by PYBIND11_MODULE().
|
inline |
Definition at line 41 of file PybindUtils.h.
Referenced by PYBIND11_MODULE().
|
private |
Definition at line 61 of file PybindUtils.h.
Referenced by getCallback().
|
private |
Definition at line 60 of file PybindUtils.h.
Referenced by getCallback().