Home
last modified time | relevance | path

Searched defs:_R_GET_PTR (Results 1 – 2 of 2) sorted by relevance

/dports/math/py-rpy2/rpy2-3.4.5/rpy2/
H A Drinterface.py269 _R_GET_PTR = staticmethod(openrlib.RAW) variable in ByteSexpVector
339 _R_GET_PTR = staticmethod(openrlib.LOGICAL) variable in BoolSexpVector
398 _R_GET_PTR = staticmethod(openrlib.INTEGER) variable in IntSexpVector
446 _R_GET_PTR = staticmethod(openrlib.REAL) variable in FloatSexpVector
486 _R_GET_PTR = staticmethod(openrlib.COMPLEX) variable in ComplexSexpVector
549 _R_GET_PTR = staticmethod(openrlib._VECTOR_PTR) variable in ListSexpVector
564 _R_GET_PTR = None variable in PairlistSexpVector
631 _R_GET_PTR = None variable in ExprSexpVector
640 _R_GET_PTR = None variable in LangSexpVector
/dports/math/py-rpy2/rpy2-3.4.5/rpy2/rinterface_lib/
H A Dsexp.py513 def _R_GET_PTR(o): member in SexpVector
684 _R_GET_PTR = openrlib._STRING_PTR variable in StrSexpVector