magic_functions

package
v1.1.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 24, 2022 License: BSD-2-Clause Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Append = "append"
	Clear  = "clear"
	Pop    = "pop"
	Insert = "insert"
	Remove = "remove"
)
View Source
const (
	BigEndian    = "big_endian"
	LittleEndian = "little_endian"
	FromBig      = "from_big"
	FromLittle   = "from_little"
)
View Source
const (
	Init               = "__init__"
	HasNext            = "__has_next__"
	Next               = "__next__"
	Not                = "__not__"
	Positive           = "__positive__"
	Negative           = "__negative__"
	NegateBits         = "__negate_bits__"
	And                = "__and__"
	Or                 = "__or__"
	Xor                = "__xor__"
	In                 = "__in__"
	Is                 = "__is__"
	Implements         = "__implements__"
	Equal              = "__equal__"
	NotEqual           = "__not_equal__"
	GreaterThan        = "__greater_than__"
	GreaterOrEqualThan = "__greater_or_equal_than__"
	LessThan           = "__less_than__"
	LessOrEqualThan    = "__less_or_equal_than__"
	BitwiseOr          = "__bitwise_or__"
	BitwiseXor         = "__bitwise_xor__"
	BitwiseAnd         = "__bitwise_and__"
	BitwiseLeft        = "__bitwise_left__"
	BitwiseRight       = "__bitwise_right__"
	Add                = "__add__"
	Sub                = "__sub__"
	Mul                = "__mul__"
	Div                = "__div__"
	FloorDiv           = "__floor_div__"
	Modulus            = "__mod__"
	PowerOf            = "__pow__"
	Length             = "__len__"
	Bool               = "__bool__"
	String             = "__string__"
	Int                = "__int__"
	Float              = "__float__"
	Bytes              = "__bytes__"
	Array              = "__array__"
	Tuple              = "__tuple__"
	Get                = "__get__"
	Set                = "__set__"
	Del                = "__del__"
	Call               = "__call__"
	Class              = "__class__"
	SubClasses         = "__sub_classes__"
	Copy               = "__copy__"
	Iter               = "__iter__"
)
View Source
const (
	Join  = "join"
	Split = "split"
	Upper = "upper"
	Lower = "lower"
	Count = "count"
	Index = "index"
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL