48#if LASS_HAVE_STD_FILESYSTEM
70 constexpr static const char* py_typing =
"pathlib.Path";
71 constexpr static const char* py_typing_param =
"StrOrBytesPath";
72 constexpr static const char* py_typing_preamble =
"import pathlib\nfrom _typeshed import StrOrBytesPath";
74 LASS_PYTHON_DLL
static PyObject* build(
const std::filesystem::path& v);
75 LASS_PYTHON_DLL
static int get(PyObject* obj, std::filesystem::path& v);
Comprehensive C++ to Python binding library.
Library for Assembled Shared Sources.
by copy, general case assumes shadow type or PyObjectPlus based type.