 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
- Variables
- type Writer
- func (p *Writer) Append()
- func (p *Writer) AppendFloat64(v float64)
- func (p *Writer) AppendNulls(count int)
- func (p *Writer) Bool(b bool)
- func (p *Writer) Bytes(byt []byte)
- func (p *Writer) Dict()
- func (p *Writer) List()
- func (p *Writer) Mark()
- func (p *Writer) SetItem()
- func (p *Writer) Stop()
- func (p *Writer) String(v string)
- func (p *Writer) TupleEnd()
- func (p *Writer) Uint32(v uint32)
 
Constants ¶
This section is empty.
Variables ¶
      View Source
      
  
var EmptyList = []byte{0x28, 0x6c, 0x70, 0x30, 0xa, 0x2e}
    Functions ¶
This section is empty.
Types ¶
type Writer ¶
type Writer struct {
	// contains filtered or unexported fields
}
    Pickle encoder
func (*Writer) AppendFloat64 ¶
func (*Writer) AppendNulls ¶
 Click to show internal directories. 
   Click to hide internal directories.