|
CIRCT 22.0.0git
|
Taken from NanobindUtils.h in MLIR. More...
#include <NanobindUtils.h>

Public Member Functions | |
| PyFileAccumulator (nanobind::object fileObject, bool binary) | |
| void * | getUserData () |
| MlirStringCallback | getCallback () |
Private Attributes | |
| nanobind::object | pyWriteFunction |
| bool | binary |
Taken from NanobindUtils.h in MLIR.
Accumulates into a python file-like object, either writing text (default) or binary.
Definition at line 32 of file NanobindUtils.h.
|
inline |
Definition at line 34 of file NanobindUtils.h.
|
inline |
Definition at line 39 of file NanobindUtils.h.
References binary, and pyWriteFunction.
Referenced by NB_MODULE().
|
inline |
Definition at line 37 of file NanobindUtils.h.
Referenced by NB_MODULE().
|
private |
Definition at line 57 of file NanobindUtils.h.
Referenced by getCallback().
|
private |
Definition at line 56 of file NanobindUtils.h.
Referenced by getCallback().