MCPcopy Create free account
hub / github.com/chokkan/crfsuite / SwigPyPacked_repr

Function SwigPyPacked_repr

swig/python/export_wrap.cpp:2016–2025  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2014}
2015
2016SWIGRUNTIME PyObject *
2017SwigPyPacked_repr(SwigPyPacked *v)
2018{
2019 char result[SWIG_BUFFER_SIZE];
2020 if (SWIG_PackDataName(result, v->pack, v->size, 0, sizeof(result))) {
2021 return SWIG_Python_str_FromFormat("<Swig Packed at %s%s>", result, v->ty->name);
2022 } else {
2023 return SWIG_Python_str_FromFormat("<Swig Packed %s>", v->ty->name);
2024 }
2025}
2026
2027SWIGRUNTIME PyObject *
2028SwigPyPacked_str(SwigPyPacked *v)

Callers

nothing calls this directly

Calls 1

SWIG_PackDataNameFunction · 0.85

Tested by

no test coverage detected