Home
last modified time | relevance | path

Searched refs:_R_RPY2_MAP (Results 1 – 2 of 2) sorted by relevance

/dports/math/py-rpy2/rpy2-3.4.5/rpy2/rinterface_lib/
H A Dconversion.py16 _R_RPY2_MAP = {} # type: Dict[int, Type] variable
36 if t in _R_RPY2_MAP:
37 cls = _R_RPY2_MAP[t]
52 cls = _R_RPY2_MAP.get(scaps.typeof, _R_RPY2_DEFAULT_MAP)
/dports/math/py-rpy2/rpy2-3.4.5/rpy2/
H A Drinterface.py772 conversion._R_RPY2_MAP.update({
831 cls = conversion._R_RPY2_MAP[rtype]