slidge_whatsapp.generated.go

Attributes

Classes

GoClass

GoClass is the base class for all GoPy wrapper classes

Slice_bool

GoClass is the base class for all GoPy wrapper classes

Slice_byte

GoClass is the base class for all GoPy wrapper classes

Slice_error

GoClass is the base class for all GoPy wrapper classes

Slice_float32

GoClass is the base class for all GoPy wrapper classes

Slice_float64

GoClass is the base class for all GoPy wrapper classes

Slice_int

GoClass is the base class for all GoPy wrapper classes

Slice_int16

GoClass is the base class for all GoPy wrapper classes

Slice_int32

GoClass is the base class for all GoPy wrapper classes

Slice_int64

GoClass is the base class for all GoPy wrapper classes

Slice_int8

GoClass is the base class for all GoPy wrapper classes

Slice_rune

GoClass is the base class for all GoPy wrapper classes

Slice_string

GoClass is the base class for all GoPy wrapper classes

Slice_uint

GoClass is the base class for all GoPy wrapper classes

Slice_uint16

GoClass is the base class for all GoPy wrapper classes

Slice_uint32

GoClass is the base class for all GoPy wrapper classes

Slice_uint64

GoClass is the base class for all GoPy wrapper classes

Slice_uint8

GoClass is the base class for all GoPy wrapper classes

Ptr_media_Spec

GoClass is the base class for all GoPy wrapper classes

Ptr_protocol_SignalAddress

GoClass is the base class for all GoPy wrapper classes

media_Spec

GoClass is the base class for all GoPy wrapper classes

context_Context

GoClass is the base class for all GoPy wrapper classes

driver_Value

GoClass is the base class for all GoPy wrapper classes

protocol_SignalAddress

GoClass is the base class for all GoPy wrapper classes

types_JID

GoClass is the base class for all GoPy wrapper classes

Functions

main()

Init()

calls the GoPyInit function, which runs the 'main' code string that was passed using -main arg to gopy

Module Contents

slidge_whatsapp.generated.go._collections_abc[source]
slidge_whatsapp.generated.go.cwd[source]
slidge_whatsapp.generated.go.currentdir[source]
slidge_whatsapp.generated.go._collections_abc[source]
class slidge_whatsapp.generated.go.GoClass[source]

Bases: object

GoClass is the base class for all GoPy wrapper classes

handle = 0[source]
slidge_whatsapp.generated.go.nil[source]
slidge_whatsapp.generated.go.main()[source]
slidge_whatsapp.generated.go.Init()[source]

calls the GoPyInit function, which runs the ‘main’ code string that was passed using -main arg to gopy

class slidge_whatsapp.generated.go.Slice_bool(*args, **kwargs)[source]

Bases: GoClass

GoClass is the base class for all GoPy wrapper classes

handle=A Go-side object is always initialized with an explicit handle=arg otherwise parameter is a python list that we copy from

index = 0[source]
__del__()[source]
__str__()[source]
__repr__()[source]
__len__()[source]
__getitem__(key)[source]
__setitem__(idx, value)[source]
__iadd__(value)[source]
__iter__()[source]
__next__()[source]
append(value)[source]
copy(src)[source]

copy emulates the go copy function, copying elements into this list from source list, up to min of size of each list

class slidge_whatsapp.generated.go.Slice_byte(*args, **kwargs)[source]

Bases: GoClass

GoClass is the base class for all GoPy wrapper classes

handle=A Go-side object is always initialized with an explicit handle=arg otherwise parameter is a python list that we copy from

index = 0[source]
__del__()[source]
__str__()[source]
__repr__()[source]
__len__()[source]
__getitem__(key)[source]
__setitem__(idx, value)[source]
__iadd__(value)[source]
__iter__()[source]
__next__()[source]
append(value)[source]
copy(src)[source]

copy emulates the go copy function, copying elements into this list from source list, up to min of size of each list

static from_bytes(value)[source]

Create a Go []byte object from a Python bytes object

__bytes__()[source]

Convert the slice to a bytes object.

class slidge_whatsapp.generated.go.Slice_error(*args, **kwargs)[source]

Bases: GoClass

GoClass is the base class for all GoPy wrapper classes

handle=A Go-side object is always initialized with an explicit handle=arg otherwise parameter is a python list that we copy from

index = 0[source]
__del__()[source]
__str__()[source]
__repr__()[source]
__len__()[source]
__getitem__(key)[source]
__setitem__(idx, value)[source]
__iadd__(value)[source]
__iter__()[source]
__next__()[source]
append(value)[source]
copy(src)[source]

copy emulates the go copy function, copying elements into this list from source list, up to min of size of each list

class slidge_whatsapp.generated.go.Slice_float32(*args, **kwargs)[source]

Bases: GoClass

GoClass is the base class for all GoPy wrapper classes

handle=A Go-side object is always initialized with an explicit handle=arg otherwise parameter is a python list that we copy from

index = 0[source]
__del__()[source]
__str__()[source]
__repr__()[source]
__len__()[source]
__getitem__(key)[source]
__setitem__(idx, value)[source]
__iadd__(value)[source]
__iter__()[source]
__next__()[source]
append(value)[source]
copy(src)[source]

copy emulates the go copy function, copying elements into this list from source list, up to min of size of each list

class slidge_whatsapp.generated.go.Slice_float64(*args, **kwargs)[source]

Bases: GoClass

GoClass is the base class for all GoPy wrapper classes

handle=A Go-side object is always initialized with an explicit handle=arg otherwise parameter is a python list that we copy from

index = 0[source]
__del__()[source]
__str__()[source]
__repr__()[source]
__len__()[source]
__getitem__(key)[source]
__setitem__(idx, value)[source]
__iadd__(value)[source]
__iter__()[source]
__next__()[source]
append(value)[source]
copy(src)[source]

copy emulates the go copy function, copying elements into this list from source list, up to min of size of each list

class slidge_whatsapp.generated.go.Slice_int(*args, **kwargs)[source]

Bases: GoClass

GoClass is the base class for all GoPy wrapper classes

handle=A Go-side object is always initialized with an explicit handle=arg otherwise parameter is a python list that we copy from

index = 0[source]
__del__()[source]
__str__()[source]
__repr__()[source]
__len__()[source]
__getitem__(key)[source]
__setitem__(idx, value)[source]
__iadd__(value)[source]
__iter__()[source]
__next__()[source]
append(value)[source]
copy(src)[source]

copy emulates the go copy function, copying elements into this list from source list, up to min of size of each list

class slidge_whatsapp.generated.go.Slice_int16(*args, **kwargs)[source]

Bases: GoClass

GoClass is the base class for all GoPy wrapper classes

handle=A Go-side object is always initialized with an explicit handle=arg otherwise parameter is a python list that we copy from

index = 0[source]
__del__()[source]
__str__()[source]
__repr__()[source]
__len__()[source]
__getitem__(key)[source]
__setitem__(idx, value)[source]
__iadd__(value)[source]
__iter__()[source]
__next__()[source]
append(value)[source]
copy(src)[source]

copy emulates the go copy function, copying elements into this list from source list, up to min of size of each list

class slidge_whatsapp.generated.go.Slice_int32(*args, **kwargs)[source]

Bases: GoClass

GoClass is the base class for all GoPy wrapper classes

handle=A Go-side object is always initialized with an explicit handle=arg otherwise parameter is a python list that we copy from

index = 0[source]
__del__()[source]
__str__()[source]
__repr__()[source]
__len__()[source]
__getitem__(key)[source]
__setitem__(idx, value)[source]
__iadd__(value)[source]
__iter__()[source]
__next__()[source]
append(value)[source]
copy(src)[source]

copy emulates the go copy function, copying elements into this list from source list, up to min of size of each list

class slidge_whatsapp.generated.go.Slice_int64(*args, **kwargs)[source]

Bases: GoClass

GoClass is the base class for all GoPy wrapper classes

handle=A Go-side object is always initialized with an explicit handle=arg otherwise parameter is a python list that we copy from

index = 0[source]
__del__()[source]
__str__()[source]
__repr__()[source]
__len__()[source]
__getitem__(key)[source]
__setitem__(idx, value)[source]
__iadd__(value)[source]
__iter__()[source]
__next__()[source]
append(value)[source]
copy(src)[source]

copy emulates the go copy function, copying elements into this list from source list, up to min of size of each list

class slidge_whatsapp.generated.go.Slice_int8(*args, **kwargs)[source]

Bases: GoClass

GoClass is the base class for all GoPy wrapper classes

handle=A Go-side object is always initialized with an explicit handle=arg otherwise parameter is a python list that we copy from

index = 0[source]
__del__()[source]
__str__()[source]
__repr__()[source]
__len__()[source]
__getitem__(key)[source]
__setitem__(idx, value)[source]
__iadd__(value)[source]
__iter__()[source]
__next__()[source]
append(value)[source]
copy(src)[source]

copy emulates the go copy function, copying elements into this list from source list, up to min of size of each list

class slidge_whatsapp.generated.go.Slice_rune(*args, **kwargs)[source]

Bases: GoClass

GoClass is the base class for all GoPy wrapper classes

handle=A Go-side object is always initialized with an explicit handle=arg otherwise parameter is a python list that we copy from

index = 0[source]
__del__()[source]
__str__()[source]
__repr__()[source]
__len__()[source]
__getitem__(key)[source]
__setitem__(idx, value)[source]
__iadd__(value)[source]
__iter__()[source]
__next__()[source]
append(value)[source]
copy(src)[source]

copy emulates the go copy function, copying elements into this list from source list, up to min of size of each list

class slidge_whatsapp.generated.go.Slice_string(*args, **kwargs)[source]

Bases: GoClass

GoClass is the base class for all GoPy wrapper classes

handle=A Go-side object is always initialized with an explicit handle=arg otherwise parameter is a python list that we copy from

index = 0[source]
__del__()[source]
__str__()[source]
__repr__()[source]
__len__()[source]
__getitem__(key)[source]
__setitem__(idx, value)[source]
__iadd__(value)[source]
__iter__()[source]
__next__()[source]
append(value)[source]
copy(src)[source]

copy emulates the go copy function, copying elements into this list from source list, up to min of size of each list

class slidge_whatsapp.generated.go.Slice_uint(*args, **kwargs)[source]

Bases: GoClass

GoClass is the base class for all GoPy wrapper classes

handle=A Go-side object is always initialized with an explicit handle=arg otherwise parameter is a python list that we copy from

index = 0[source]
__del__()[source]
__str__()[source]
__repr__()[source]
__len__()[source]
__getitem__(key)[source]
__setitem__(idx, value)[source]
__iadd__(value)[source]
__iter__()[source]
__next__()[source]
append(value)[source]
copy(src)[source]

copy emulates the go copy function, copying elements into this list from source list, up to min of size of each list

class slidge_whatsapp.generated.go.Slice_uint16(*args, **kwargs)[source]

Bases: GoClass

GoClass is the base class for all GoPy wrapper classes

handle=A Go-side object is always initialized with an explicit handle=arg otherwise parameter is a python list that we copy from

index = 0[source]
__del__()[source]
__str__()[source]
__repr__()[source]
__len__()[source]
__getitem__(key)[source]
__setitem__(idx, value)[source]
__iadd__(value)[source]
__iter__()[source]
__next__()[source]
append(value)[source]
copy(src)[source]

copy emulates the go copy function, copying elements into this list from source list, up to min of size of each list

class slidge_whatsapp.generated.go.Slice_uint32(*args, **kwargs)[source]

Bases: GoClass

GoClass is the base class for all GoPy wrapper classes

handle=A Go-side object is always initialized with an explicit handle=arg otherwise parameter is a python list that we copy from

index = 0[source]
__del__()[source]
__str__()[source]
__repr__()[source]
__len__()[source]
__getitem__(key)[source]
__setitem__(idx, value)[source]
__iadd__(value)[source]
__iter__()[source]
__next__()[source]
append(value)[source]
copy(src)[source]

copy emulates the go copy function, copying elements into this list from source list, up to min of size of each list

class slidge_whatsapp.generated.go.Slice_uint64(*args, **kwargs)[source]

Bases: GoClass

GoClass is the base class for all GoPy wrapper classes

handle=A Go-side object is always initialized with an explicit handle=arg otherwise parameter is a python list that we copy from

index = 0[source]
__del__()[source]
__str__()[source]
__repr__()[source]
__len__()[source]
__getitem__(key)[source]
__setitem__(idx, value)[source]
__iadd__(value)[source]
__iter__()[source]
__next__()[source]
append(value)[source]
copy(src)[source]

copy emulates the go copy function, copying elements into this list from source list, up to min of size of each list

class slidge_whatsapp.generated.go.Slice_uint8(*args, **kwargs)[source]

Bases: GoClass

GoClass is the base class for all GoPy wrapper classes

handle=A Go-side object is always initialized with an explicit handle=arg otherwise parameter is a python list that we copy from

index = 0[source]
__del__()[source]
__str__()[source]
__repr__()[source]
__len__()[source]
__getitem__(key)[source]
__setitem__(idx, value)[source]
__iadd__(value)[source]
__iter__()[source]
__next__()[source]
append(value)[source]
copy(src)[source]

copy emulates the go copy function, copying elements into this list from source list, up to min of size of each list

class slidge_whatsapp.generated.go.Ptr_media_Spec(*args, **kwargs)[source]

Bases: GoClass

GoClass is the base class for all GoPy wrapper classes

handle=A Go-side object is always initialized with an explicit handle=arg

__del__()[source]
class slidge_whatsapp.generated.go.Ptr_protocol_SignalAddress(*args, **kwargs)[source]

Bases: GoClass

GoClass is the base class for all GoPy wrapper classes

handle=A Go-side object is always initialized with an explicit handle=arg

__del__()[source]
class slidge_whatsapp.generated.go.media_Spec(*args, **kwargs)[source]

Bases: GoClass

GoClass is the base class for all GoPy wrapper classes

handle=A Go-side object is always initialized with an explicit handle=arg

__del__()[source]
class slidge_whatsapp.generated.go.context_Context(*args, **kwargs)[source]

Bases: GoClass

GoClass is the base class for all GoPy wrapper classes

handle=A Go-side object is always initialized with an explicit handle=arg

__del__()[source]
class slidge_whatsapp.generated.go.driver_Value(*args, **kwargs)[source]

Bases: GoClass

GoClass is the base class for all GoPy wrapper classes

handle=A Go-side object is always initialized with an explicit handle=arg

__del__()[source]
class slidge_whatsapp.generated.go.protocol_SignalAddress(*args, **kwargs)[source]

Bases: GoClass

GoClass is the base class for all GoPy wrapper classes

handle=A Go-side object is always initialized with an explicit handle=arg

__del__()[source]
class slidge_whatsapp.generated.go.types_JID(*args, **kwargs)[source]

Bases: GoClass

GoClass is the base class for all GoPy wrapper classes

handle=A Go-side object is always initialized with an explicit handle=arg

__del__()[source]