slidge.plugins.whatsapp.generated.go#

Module Contents#

Classes#

GoClass

GoClass is the base class for all GoPy wrapper classes

Slice_bool

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

Slice_byte

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

Slice_error

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

Slice_float32

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

Slice_float64

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

Slice_int

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

Slice_int16

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

Slice_int32

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

Slice_int64

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

Slice_int8

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

Slice_rune

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

Slice_string

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

Slice_uint

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

Slice_uint16

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

Slice_uint32

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

Slice_uint64

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

Slice_uint8

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

Ptr_protocol_SignalAddress

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

driver_Value

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

protocol_SignalAddress

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

types_JID

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

waLog_Logger

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

Functions#

main()

Init()

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

Attributes#

slidge.plugins.whatsapp.generated.go._collections_abc[source]#
slidge.plugins.whatsapp.generated.go.cwd[source]#
slidge.plugins.whatsapp.generated.go.currentdir[source]#
slidge.plugins.whatsapp.generated.go._collections_abc[source]#
class slidge.plugins.whatsapp.generated.go.GoClass[source]#

Bases: object

GoClass is the base class for all GoPy wrapper classes

slidge.plugins.whatsapp.generated.go.nil[source]#
slidge.plugins.whatsapp.generated.go.main()[source]#
slidge.plugins.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.plugins.whatsapp.generated.go.Slice_bool(*args, **kwargs)[source]#

Bases: GoClass

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.plugins.whatsapp.generated.go.Slice_byte(*args, **kwargs)[source]#

Bases: GoClass

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.plugins.whatsapp.generated.go.Slice_error(*args, **kwargs)[source]#

Bases: GoClass

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.plugins.whatsapp.generated.go.Slice_float32(*args, **kwargs)[source]#

Bases: GoClass

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.plugins.whatsapp.generated.go.Slice_float64(*args, **kwargs)[source]#

Bases: GoClass

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.plugins.whatsapp.generated.go.Slice_int(*args, **kwargs)[source]#

Bases: GoClass

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.plugins.whatsapp.generated.go.Slice_int16(*args, **kwargs)[source]#

Bases: GoClass

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.plugins.whatsapp.generated.go.Slice_int32(*args, **kwargs)[source]#

Bases: GoClass

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.plugins.whatsapp.generated.go.Slice_int64(*args, **kwargs)[source]#

Bases: GoClass

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.plugins.whatsapp.generated.go.Slice_int8(*args, **kwargs)[source]#

Bases: GoClass

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.plugins.whatsapp.generated.go.Slice_rune(*args, **kwargs)[source]#

Bases: GoClass

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.plugins.whatsapp.generated.go.Slice_string(*args, **kwargs)[source]#

Bases: GoClass

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.plugins.whatsapp.generated.go.Slice_uint(*args, **kwargs)[source]#

Bases: GoClass

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.plugins.whatsapp.generated.go.Slice_uint16(*args, **kwargs)[source]#

Bases: GoClass

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.plugins.whatsapp.generated.go.Slice_uint32(*args, **kwargs)[source]#

Bases: GoClass

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.plugins.whatsapp.generated.go.Slice_uint64(*args, **kwargs)[source]#

Bases: GoClass

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.plugins.whatsapp.generated.go.Slice_uint8(*args, **kwargs)[source]#

Bases: GoClass

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.plugins.whatsapp.generated.go.Ptr_protocol_SignalAddress(*args, **kwargs)[source]#

Bases: GoClass

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

__del__()[source]#
class slidge.plugins.whatsapp.generated.go.driver_Value(*args, **kwargs)[source]#

Bases: GoClass

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

__del__()[source]#
class slidge.plugins.whatsapp.generated.go.protocol_SignalAddress(*args, **kwargs)[source]#

Bases: GoClass

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

__del__()[source]#
class slidge.plugins.whatsapp.generated.go.types_JID(*args, **kwargs)[source]#

Bases: GoClass

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

__del__()[source]#
class slidge.plugins.whatsapp.generated.go.waLog_Logger(*args, **kwargs)[source]#

Bases: GoClass

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

__del__()[source]#