PythonString constructor

PythonString(
  1. Pointer<PyObject> pyObj,
  2. Pointer<Utf8> allocated
)

Implementation

PythonString(Pointer<PyObject> pyObj, Pointer<Utf8> allocated)
    : super(pyObj, allocated);