Package | Description |
---|---|
org.bytedeco.cpython | |
org.bytedeco.cpython.global |
Modifier and Type | Method and Description |
---|---|
_PyUnicodeWriter |
_PyUnicodeWriter.buffer(PyObject setter) |
_PyUnicodeWriter |
_PyUnicodeWriter.data(Pointer setter) |
_PyUnicodeWriter |
_PyUnicodeWriter.kind(int setter) |
_PyUnicodeWriter |
_PyUnicodeWriter.maxchar(int setter) |
_PyUnicodeWriter |
_PyUnicodeWriter.min_char(int setter) |
_PyUnicodeWriter |
_PyUnicodeWriter.min_length(long setter) |
_PyUnicodeWriter |
_PyUnicodeWriter.overallocate(byte setter) |
_PyUnicodeWriter |
_PyUnicodeWriter.pos(long setter) |
_PyUnicodeWriter |
_PyUnicodeWriter.position(long position) |
_PyUnicodeWriter |
_PyUnicodeWriter.readonly(byte setter) |
_PyUnicodeWriter |
_PyUnicodeWriter.size(long setter) |
Modifier and Type | Method and Description |
---|---|
static int |
python._PyComplex_FormatAdvancedWriter(_PyUnicodeWriter writer,
PyObject obj,
PyObject format_spec,
long start,
long end) |
static int |
python._PyFloat_FormatAdvancedWriter(_PyUnicodeWriter writer,
PyObject obj,
PyObject format_spec,
long start,
long end) |
static int |
python._PyLong_FormatAdvancedWriter(_PyUnicodeWriter writer,
PyObject obj,
PyObject format_spec,
long start,
long end) |
static int |
python._PyLong_FormatWriter(_PyUnicodeWriter writer,
PyObject obj,
int base,
int alternate) |
static int |
python._PyUnicode_FormatAdvancedWriter(_PyUnicodeWriter writer,
PyObject obj,
PyObject format_spec,
long start,
long end) |
static long |
python._PyUnicode_InsertThousandsGrouping(_PyUnicodeWriter writer,
long n_buffer,
PyObject digits,
long d_pos,
long n_digits,
long min_width,
BytePointer grouping,
PyObject thousands_sep,
int[] maxchar) |
static long |
python._PyUnicode_InsertThousandsGrouping(_PyUnicodeWriter writer,
long n_buffer,
PyObject digits,
long d_pos,
long n_digits,
long min_width,
BytePointer grouping,
PyObject thousands_sep,
IntBuffer maxchar) |
static long |
python._PyUnicode_InsertThousandsGrouping(_PyUnicodeWriter writer,
long n_buffer,
PyObject digits,
long d_pos,
long n_digits,
long min_width,
BytePointer grouping,
PyObject thousands_sep,
IntPointer maxchar) |
static long |
python._PyUnicode_InsertThousandsGrouping(_PyUnicodeWriter writer,
long n_buffer,
PyObject digits,
long d_pos,
long n_digits,
long min_width,
String grouping,
PyObject thousands_sep,
int[] maxchar) |
static long |
python._PyUnicode_InsertThousandsGrouping(_PyUnicodeWriter writer,
long n_buffer,
PyObject digits,
long d_pos,
long n_digits,
long min_width,
String grouping,
PyObject thousands_sep,
IntBuffer maxchar) |
static long |
python._PyUnicode_InsertThousandsGrouping(_PyUnicodeWriter writer,
long n_buffer,
PyObject digits,
long d_pos,
long n_digits,
long min_width,
String grouping,
PyObject thousands_sep,
IntPointer maxchar) |
static void |
python._PyUnicodeWriter_Dealloc(_PyUnicodeWriter writer) |
static PyObject |
python._PyUnicodeWriter_Finish(_PyUnicodeWriter writer) |
static void |
python._PyUnicodeWriter_Init(_PyUnicodeWriter writer) |
static int |
python._PyUnicodeWriter_PrepareInternal(_PyUnicodeWriter writer,
long length,
int maxchar) |
static int |
python._PyUnicodeWriter_PrepareKindInternal(_PyUnicodeWriter writer,
int kind) |
static int |
python._PyUnicodeWriter_WriteASCIIString(_PyUnicodeWriter writer,
BytePointer str,
long len) |
static int |
python._PyUnicodeWriter_WriteASCIIString(_PyUnicodeWriter writer,
String str,
long len) |
static int |
python._PyUnicodeWriter_WriteChar(_PyUnicodeWriter writer,
int ch) |
static int |
python._PyUnicodeWriter_WriteLatin1String(_PyUnicodeWriter writer,
BytePointer str,
long len) |
static int |
python._PyUnicodeWriter_WriteLatin1String(_PyUnicodeWriter writer,
String str,
long len) |
static int |
python._PyUnicodeWriter_WriteStr(_PyUnicodeWriter writer,
PyObject str) |
static int |
python._PyUnicodeWriter_WriteSubstring(_PyUnicodeWriter writer,
PyObject str,
long start,
long end) |
Copyright © 2020. All rights reserved.