Exemplo n.º 1
0
    def to_one_str(cls, value, *args, **kwargs):
        """string化的单个record对象
        """
        if kwargs.get('wrapper'):
            return cls._wrapper_to_one_str(value)

        return _es.to_dict_str(value)
Exemplo n.º 2
0
    def to_one_str(cls, value, *args, **kwargs):
        """Convert single record's values to str
        """
        if kwargs.get('wrapper'):
            return cls._wrapper_to_one_str(value)

        return _es.to_dict_str(value)
Exemplo n.º 3
0
    def to_one_str(cls, value, *args, **kwargs):
        """string化的单个record对象
        """
        if kwargs.get('wrapper'):
            return cls._wrapper_to_one_str(value)

        return _es.to_dict_str(value)
Exemplo n.º 4
0
    def to_one_str(cls, value, *args, **kwargs):
        """Convert single record's values to str
        """
        if kwargs.get('wrapper'):
            return cls._wrapper_to_one_str(value)

        return _es.to_dict_str(value)
Exemplo n.º 5
0
 def _wrapper_to_one_str(value):
     return _es.to_dict_str(value)
Exemplo n.º 6
0
 def test_to_dict_str(self):
     self.check_value_type(es.to_dict_str(self.record))
Exemplo n.º 7
0
 def _wrapper_to_one_str(value):
     return _es.to_dict_str(value)
Exemplo n.º 8
0
 def test_to_dict_str(self):
     self.check_value_type(es.to_dict_str(self.record))