Public Attributes | |
error_string_on_conversion | |
val | |
An integer object that does not subclass int. This is used to verify that both C++ and regular proto systems can handle integer others than int and long and that they handle them in predictable ways. NonStandardInteger is the minimal legal specification for a custom Integral. As such, it does not support 0 < x < 5 and it is not hashable. Note: This is added here instead of relying on numpy or a similar library with custom integers to limit dependencies.
Definition at line 721 of file bloaty/third_party/protobuf/python/google/protobuf/internal/test_util.py.
def google.protobuf.internal.test_util.NonStandardInteger.__init__ | ( | self, | |
val, | |||
error_string_on_conversion = None |
|||
) |
Definition at line 735 of file bloaty/third_party/protobuf/python/google/protobuf/internal/test_util.py.
def google.protobuf.internal.test_util.NonStandardInteger.__init__ | ( | self, | |
val, | |||
error_string_on_conversion = None |
|||
) |
Definition at line 735 of file protobuf/python/google/protobuf/internal/test_util.py.
def google.protobuf.internal.test_util.NonStandardInteger.__abs__ | ( | self | ) |
Definition at line 747 of file bloaty/third_party/protobuf/python/google/protobuf/internal/test_util.py.
def google.protobuf.internal.test_util.NonStandardInteger.__abs__ | ( | self | ) |
Definition at line 747 of file protobuf/python/google/protobuf/internal/test_util.py.
def google.protobuf.internal.test_util.NonStandardInteger.__add__ | ( | self, | |
y | |||
) |
Definition at line 750 of file protobuf/python/google/protobuf/internal/test_util.py.
def google.protobuf.internal.test_util.NonStandardInteger.__add__ | ( | self, | |
y | |||
) |
Definition at line 750 of file bloaty/third_party/protobuf/python/google/protobuf/internal/test_util.py.
def google.protobuf.internal.test_util.NonStandardInteger.__and__ | ( | self, | |
y | |||
) |
Definition at line 829 of file protobuf/python/google/protobuf/internal/test_util.py.
def google.protobuf.internal.test_util.NonStandardInteger.__and__ | ( | self, | |
y | |||
) |
Definition at line 829 of file bloaty/third_party/protobuf/python/google/protobuf/internal/test_util.py.
def google.protobuf.internal.test_util.NonStandardInteger.__bool__ | ( | self | ) |
Definition at line 847 of file protobuf/python/google/protobuf/internal/test_util.py.
def google.protobuf.internal.test_util.NonStandardInteger.__bool__ | ( | self | ) |
Definition at line 847 of file bloaty/third_party/protobuf/python/google/protobuf/internal/test_util.py.
def google.protobuf.internal.test_util.NonStandardInteger.__ceil__ | ( | self | ) |
Definition at line 853 of file bloaty/third_party/protobuf/python/google/protobuf/internal/test_util.py.
def google.protobuf.internal.test_util.NonStandardInteger.__ceil__ | ( | self | ) |
Definition at line 853 of file protobuf/python/google/protobuf/internal/test_util.py.
def google.protobuf.internal.test_util.NonStandardInteger.__div__ | ( | self, | |
y | |||
) |
Definition at line 753 of file bloaty/third_party/protobuf/python/google/protobuf/internal/test_util.py.
def google.protobuf.internal.test_util.NonStandardInteger.__div__ | ( | self, | |
y | |||
) |
Definition at line 753 of file protobuf/python/google/protobuf/internal/test_util.py.
def google.protobuf.internal.test_util.NonStandardInteger.__eq__ | ( | self, | |
y | |||
) |
Definition at line 756 of file bloaty/third_party/protobuf/python/google/protobuf/internal/test_util.py.
def google.protobuf.internal.test_util.NonStandardInteger.__eq__ | ( | self, | |
y | |||
) |
Definition at line 756 of file protobuf/python/google/protobuf/internal/test_util.py.
def google.protobuf.internal.test_util.NonStandardInteger.__floor__ | ( | self | ) |
Definition at line 856 of file bloaty/third_party/protobuf/python/google/protobuf/internal/test_util.py.
def google.protobuf.internal.test_util.NonStandardInteger.__floor__ | ( | self | ) |
Definition at line 856 of file protobuf/python/google/protobuf/internal/test_util.py.
def google.protobuf.internal.test_util.NonStandardInteger.__floordiv__ | ( | self, | |
y | |||
) |
Definition at line 759 of file protobuf/python/google/protobuf/internal/test_util.py.
def google.protobuf.internal.test_util.NonStandardInteger.__floordiv__ | ( | self, | |
y | |||
) |
Definition at line 759 of file bloaty/third_party/protobuf/python/google/protobuf/internal/test_util.py.
def google.protobuf.internal.test_util.NonStandardInteger.__int__ | ( | self | ) |
Definition at line 859 of file bloaty/third_party/protobuf/python/google/protobuf/internal/test_util.py.
def google.protobuf.internal.test_util.NonStandardInteger.__int__ | ( | self | ) |
Definition at line 859 of file protobuf/python/google/protobuf/internal/test_util.py.
def google.protobuf.internal.test_util.NonStandardInteger.__invert__ | ( | self | ) |
Definition at line 765 of file bloaty/third_party/protobuf/python/google/protobuf/internal/test_util.py.
def google.protobuf.internal.test_util.NonStandardInteger.__invert__ | ( | self | ) |
Definition at line 765 of file protobuf/python/google/protobuf/internal/test_util.py.
def google.protobuf.internal.test_util.NonStandardInteger.__le__ | ( | self, | |
y | |||
) |
Definition at line 819 of file protobuf/python/google/protobuf/internal/test_util.py.
def google.protobuf.internal.test_util.NonStandardInteger.__le__ | ( | self, | |
y | |||
) |
Definition at line 819 of file bloaty/third_party/protobuf/python/google/protobuf/internal/test_util.py.
def google.protobuf.internal.test_util.NonStandardInteger.__long__ | ( | self | ) |
Definition at line 742 of file bloaty/third_party/protobuf/python/google/protobuf/internal/test_util.py.
def google.protobuf.internal.test_util.NonStandardInteger.__long__ | ( | self | ) |
Definition at line 742 of file protobuf/python/google/protobuf/internal/test_util.py.
def google.protobuf.internal.test_util.NonStandardInteger.__lshift__ | ( | self, | |
y | |||
) |
Definition at line 807 of file bloaty/third_party/protobuf/python/google/protobuf/internal/test_util.py.
def google.protobuf.internal.test_util.NonStandardInteger.__lshift__ | ( | self, | |
y | |||
) |
Definition at line 807 of file protobuf/python/google/protobuf/internal/test_util.py.
def google.protobuf.internal.test_util.NonStandardInteger.__lt__ | ( | self, | |
y | |||
) |
Definition at line 824 of file protobuf/python/google/protobuf/internal/test_util.py.
def google.protobuf.internal.test_util.NonStandardInteger.__lt__ | ( | self, | |
y | |||
) |
Definition at line 824 of file bloaty/third_party/protobuf/python/google/protobuf/internal/test_util.py.
def google.protobuf.internal.test_util.NonStandardInteger.__mod__ | ( | self, | |
y | |||
) |
Definition at line 768 of file bloaty/third_party/protobuf/python/google/protobuf/internal/test_util.py.
def google.protobuf.internal.test_util.NonStandardInteger.__mod__ | ( | self, | |
y | |||
) |
Definition at line 768 of file protobuf/python/google/protobuf/internal/test_util.py.
def google.protobuf.internal.test_util.NonStandardInteger.__mul__ | ( | self, | |
y | |||
) |
Definition at line 771 of file bloaty/third_party/protobuf/python/google/protobuf/internal/test_util.py.
def google.protobuf.internal.test_util.NonStandardInteger.__mul__ | ( | self, | |
y | |||
) |
Definition at line 771 of file protobuf/python/google/protobuf/internal/test_util.py.
def google.protobuf.internal.test_util.NonStandardInteger.__neg__ | ( | self | ) |
Definition at line 774 of file bloaty/third_party/protobuf/python/google/protobuf/internal/test_util.py.
def google.protobuf.internal.test_util.NonStandardInteger.__neg__ | ( | self | ) |
Definition at line 774 of file protobuf/python/google/protobuf/internal/test_util.py.
def google.protobuf.internal.test_util.NonStandardInteger.__nonzero__ | ( | self | ) |
Definition at line 850 of file bloaty/third_party/protobuf/python/google/protobuf/internal/test_util.py.
def google.protobuf.internal.test_util.NonStandardInteger.__nonzero__ | ( | self | ) |
Definition at line 850 of file protobuf/python/google/protobuf/internal/test_util.py.
def google.protobuf.internal.test_util.NonStandardInteger.__or__ | ( | self, | |
y | |||
) |
Definition at line 832 of file protobuf/python/google/protobuf/internal/test_util.py.
def google.protobuf.internal.test_util.NonStandardInteger.__or__ | ( | self, | |
y | |||
) |
Definition at line 832 of file bloaty/third_party/protobuf/python/google/protobuf/internal/test_util.py.
def google.protobuf.internal.test_util.NonStandardInteger.__pos__ | ( | self | ) |
Definition at line 777 of file bloaty/third_party/protobuf/python/google/protobuf/internal/test_util.py.
def google.protobuf.internal.test_util.NonStandardInteger.__pos__ | ( | self | ) |
Definition at line 777 of file protobuf/python/google/protobuf/internal/test_util.py.
def google.protobuf.internal.test_util.NonStandardInteger.__pow__ | ( | self, | |
y | |||
) |
Definition at line 780 of file protobuf/python/google/protobuf/internal/test_util.py.
def google.protobuf.internal.test_util.NonStandardInteger.__pow__ | ( | self, | |
y | |||
) |
Definition at line 780 of file bloaty/third_party/protobuf/python/google/protobuf/internal/test_util.py.
def google.protobuf.internal.test_util.NonStandardInteger.__radd__ | ( | self, | |
y | |||
) |
Definition at line 786 of file protobuf/python/google/protobuf/internal/test_util.py.
def google.protobuf.internal.test_util.NonStandardInteger.__radd__ | ( | self, | |
y | |||
) |
Definition at line 786 of file bloaty/third_party/protobuf/python/google/protobuf/internal/test_util.py.
def google.protobuf.internal.test_util.NonStandardInteger.__rand__ | ( | self, | |
y | |||
) |
Definition at line 838 of file protobuf/python/google/protobuf/internal/test_util.py.
def google.protobuf.internal.test_util.NonStandardInteger.__rand__ | ( | self, | |
y | |||
) |
Definition at line 838 of file bloaty/third_party/protobuf/python/google/protobuf/internal/test_util.py.
def google.protobuf.internal.test_util.NonStandardInteger.__rdiv__ | ( | self, | |
y | |||
) |
Definition at line 789 of file bloaty/third_party/protobuf/python/google/protobuf/internal/test_util.py.
def google.protobuf.internal.test_util.NonStandardInteger.__rdiv__ | ( | self, | |
y | |||
) |
Definition at line 789 of file protobuf/python/google/protobuf/internal/test_util.py.
def google.protobuf.internal.test_util.NonStandardInteger.__repr__ | ( | self | ) |
Definition at line 867 of file protobuf/python/google/protobuf/internal/test_util.py.
def google.protobuf.internal.test_util.NonStandardInteger.__repr__ | ( | self | ) |
Definition at line 867 of file bloaty/third_party/protobuf/python/google/protobuf/internal/test_util.py.
def google.protobuf.internal.test_util.NonStandardInteger.__rfloordiv__ | ( | self, | |
y | |||
) |
Definition at line 801 of file bloaty/third_party/protobuf/python/google/protobuf/internal/test_util.py.
def google.protobuf.internal.test_util.NonStandardInteger.__rfloordiv__ | ( | self, | |
y | |||
) |
Definition at line 801 of file protobuf/python/google/protobuf/internal/test_util.py.
def google.protobuf.internal.test_util.NonStandardInteger.__rlshift__ | ( | self, | |
y | |||
) |
Definition at line 813 of file protobuf/python/google/protobuf/internal/test_util.py.
def google.protobuf.internal.test_util.NonStandardInteger.__rlshift__ | ( | self, | |
y | |||
) |
Definition at line 813 of file bloaty/third_party/protobuf/python/google/protobuf/internal/test_util.py.
def google.protobuf.internal.test_util.NonStandardInteger.__rmod__ | ( | self, | |
y | |||
) |
Definition at line 792 of file bloaty/third_party/protobuf/python/google/protobuf/internal/test_util.py.
def google.protobuf.internal.test_util.NonStandardInteger.__rmod__ | ( | self, | |
y | |||
) |
Definition at line 792 of file protobuf/python/google/protobuf/internal/test_util.py.
def google.protobuf.internal.test_util.NonStandardInteger.__rmul__ | ( | self, | |
y | |||
) |
Definition at line 795 of file bloaty/third_party/protobuf/python/google/protobuf/internal/test_util.py.
def google.protobuf.internal.test_util.NonStandardInteger.__rmul__ | ( | self, | |
y | |||
) |
Definition at line 795 of file protobuf/python/google/protobuf/internal/test_util.py.
def google.protobuf.internal.test_util.NonStandardInteger.__ror__ | ( | self, | |
y | |||
) |
Definition at line 841 of file protobuf/python/google/protobuf/internal/test_util.py.
def google.protobuf.internal.test_util.NonStandardInteger.__ror__ | ( | self, | |
y | |||
) |
Definition at line 841 of file bloaty/third_party/protobuf/python/google/protobuf/internal/test_util.py.
def google.protobuf.internal.test_util.NonStandardInteger.__round__ | ( | self | ) |
Definition at line 864 of file protobuf/python/google/protobuf/internal/test_util.py.
def google.protobuf.internal.test_util.NonStandardInteger.__round__ | ( | self | ) |
Definition at line 864 of file bloaty/third_party/protobuf/python/google/protobuf/internal/test_util.py.
def google.protobuf.internal.test_util.NonStandardInteger.__rpow__ | ( | self, | |
y | |||
) |
Definition at line 798 of file bloaty/third_party/protobuf/python/google/protobuf/internal/test_util.py.
def google.protobuf.internal.test_util.NonStandardInteger.__rpow__ | ( | self, | |
y | |||
) |
Definition at line 798 of file protobuf/python/google/protobuf/internal/test_util.py.
def google.protobuf.internal.test_util.NonStandardInteger.__rrshift__ | ( | self, | |
y | |||
) |
Definition at line 816 of file bloaty/third_party/protobuf/python/google/protobuf/internal/test_util.py.
def google.protobuf.internal.test_util.NonStandardInteger.__rrshift__ | ( | self, | |
y | |||
) |
Definition at line 816 of file protobuf/python/google/protobuf/internal/test_util.py.
def google.protobuf.internal.test_util.NonStandardInteger.__rshift__ | ( | self, | |
y | |||
) |
Definition at line 810 of file bloaty/third_party/protobuf/python/google/protobuf/internal/test_util.py.
def google.protobuf.internal.test_util.NonStandardInteger.__rshift__ | ( | self, | |
y | |||
) |
Definition at line 810 of file protobuf/python/google/protobuf/internal/test_util.py.
def google.protobuf.internal.test_util.NonStandardInteger.__rtruediv__ | ( | self, | |
y | |||
) |
Definition at line 804 of file protobuf/python/google/protobuf/internal/test_util.py.
def google.protobuf.internal.test_util.NonStandardInteger.__rtruediv__ | ( | self, | |
y | |||
) |
Definition at line 804 of file bloaty/third_party/protobuf/python/google/protobuf/internal/test_util.py.
def google.protobuf.internal.test_util.NonStandardInteger.__rxor__ | ( | self, | |
y | |||
) |
Definition at line 844 of file protobuf/python/google/protobuf/internal/test_util.py.
def google.protobuf.internal.test_util.NonStandardInteger.__rxor__ | ( | self, | |
y | |||
) |
Definition at line 844 of file bloaty/third_party/protobuf/python/google/protobuf/internal/test_util.py.
def google.protobuf.internal.test_util.NonStandardInteger.__truediv__ | ( | self, | |
y | |||
) |
Definition at line 762 of file bloaty/third_party/protobuf/python/google/protobuf/internal/test_util.py.
def google.protobuf.internal.test_util.NonStandardInteger.__truediv__ | ( | self, | |
y | |||
) |
Definition at line 762 of file protobuf/python/google/protobuf/internal/test_util.py.
def google.protobuf.internal.test_util.NonStandardInteger.__trunc__ | ( | self | ) |
Definition at line 783 of file bloaty/third_party/protobuf/python/google/protobuf/internal/test_util.py.
def google.protobuf.internal.test_util.NonStandardInteger.__trunc__ | ( | self | ) |
Definition at line 783 of file protobuf/python/google/protobuf/internal/test_util.py.
def google.protobuf.internal.test_util.NonStandardInteger.__xor__ | ( | self, | |
y | |||
) |
Definition at line 835 of file protobuf/python/google/protobuf/internal/test_util.py.
def google.protobuf.internal.test_util.NonStandardInteger.__xor__ | ( | self, | |
y | |||
) |
Definition at line 835 of file bloaty/third_party/protobuf/python/google/protobuf/internal/test_util.py.
google.protobuf.internal.test_util.NonStandardInteger.error_string_on_conversion |
Definition at line 740 of file bloaty/third_party/protobuf/python/google/protobuf/internal/test_util.py.
google.protobuf.internal.test_util.NonStandardInteger.val |
Definition at line 739 of file bloaty/third_party/protobuf/python/google/protobuf/internal/test_util.py.