slidge_whatsapp.generated.go#

Module Contents#

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_protocol_SignalAddress

GoClass is the base class for all GoPy wrapper classes

Ptr_types_GroupParticipantAddRequest

GoClass is the base class for all GoPy wrapper classes

Ptr_time_Location

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_GroupParticipant

GoClass is the base class for all GoPy wrapper classes

types_GroupParticipantAddRequest

GoClass is the base class for all GoPy wrapper classes

types_JID

GoClass is the base class for all GoPy wrapper classes

waLog_Logger

GoClass is the base class for all GoPy wrapper classes

time_Location

GoClass is the base class for all GoPy wrapper classes

time_Time

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

Attributes#

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

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

__del__()[source]#
__str__()[source]#

Return str(self).

__repr__()[source]#

Return repr(self).

__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

__del__()[source]#
__str__()[source]#

Return str(self).

__repr__()[source]#

Return repr(self).

__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

__del__()[source]#
__str__()[source]#

Return str(self).

__repr__()[source]#

Return repr(self).

__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

__del__()[source]#
__str__()[source]#

Return str(self).

__repr__()[source]#

Return repr(self).

__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

__del__()[source]#
__str__()[source]#

Return str(self).

__repr__()[source]#

Return repr(self).

__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

__del__()[source]#
__str__()[source]#

Return str(self).

__repr__()[source]#

Return repr(self).

__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

__del__()[source]#
__str__()[source]#

Return str(self).

__repr__()[source]#

Return repr(self).

__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

__del__()[source]#
__str__()[source]#

Return str(self).

__repr__()[source]#

Return repr(self).

__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

__del__()[source]#
__str__()[source]#

Return str(self).

__repr__()[source]#

Return repr(self).

__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

__del__()[source]#
__str__()[source]#

Return str(self).

__repr__()[source]#

Return repr(self).

__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

__del__()[source]#
__str__()[source]#

Return str(self).

__repr__()[source]#

Return repr(self).

__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

__del__()[source]#
__str__()[source]#

Return str(self).

__repr__()[source]#

Return repr(self).

__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

__del__()[source]#
__str__()[source]#

Return str(self).

__repr__()[source]#

Return repr(self).

__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

__del__()[source]#
__str__()[source]#

Return str(self).

__repr__()[source]#

Return repr(self).

__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

__del__()[source]#
__str__()[source]#

Return str(self).

__repr__()[source]#

Return repr(self).

__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

__del__()[source]#
__str__()[source]#

Return str(self).

__repr__()[source]#

Return repr(self).

__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

__del__()[source]#
__str__()[source]#

Return str(self).

__repr__()[source]#

Return repr(self).

__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_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.Ptr_types_GroupParticipantAddRequest(*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_time_Location(*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_GroupParticipant(*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_GroupParticipantAddRequest(*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]#
class slidge_whatsapp.generated.go.waLog_Logger(*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.time_Location(*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.time_Time(*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]#