Home
last modified time | relevance | path

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

/dports/devel/py-proto-plus/proto-plus-1.19.6/proto/marshal/rules/
H A Dwrappers.py37 if isinstance(value, self._python_type):
44 _python_type = float variable in DoubleValueRule
49 _python_type = float variable in FloatValueRule
54 _python_type = int variable in Int64ValueRule
59 _python_type = int variable in UInt64ValueRule
64 _python_type = int variable in Int32ValueRule
69 _python_type = int variable in UInt32ValueRule
74 _python_type = bool variable in BoolValueRule
79 _python_type = str variable in StringValueRule
84 _python_type = bytes variable in BytesValueRule
H A Dstringy_numbers.py34 return self._python_type(value)
38 _python_type = int variable in Int64Rule
43 _python_type = int variable in UInt64Rule
48 _python_type = int variable in SInt64Rule
53 _python_type = int variable in Fixed64Rule
58 _python_type = int variable in SFixed64Rule