INNER CODE UNIT · Python
__str__
rpy2/rpy2 · rpy2-rinterface/src/rpy2/rinterface/__init__.py:325
def __str__(self) -> str:
return conversion._cchar_to_str(
openrlib.rlib.Rf_translateCharUTF8(
openrlib.rlib.PRINTNAME(
self._sexpobject._cdata
)
),
'utf-8'
)
class _MissingArgType(SexpSymbol, metaclass=sexp.SingletonABC):
"""Missing argument in a call to an R function.
When evaluating a function, arguments that are not specified
can take a default value when named, otherwise they will
take a special value that indicates that they are missing."""