# Functions
Add ..
And ..
AsStarred ..
Cal ..
Call ..
Calm ..
Catch ..
CatchMulti ..
ClassDictLiteral ..
CollectUsedSymbols sets whether used symbol collection is enabled.
Contains ..
DelAttr ..
DelItem ..
DictLiteral ..
FinalizeGenerators kills all running generators.
FloorDiv ..
GetAttr ..
GetCodec ..
GetItem ..
GetUsedSymbols returns the set of used symbols.
HasAttr ..
Hash ..
IAdd ..
IFloorDiv ..
IMod ..
IMul ..
InitModule registers the supplied module initializer.
InitModules runs the registered module initializers.
IPow ..
IsInstance ..
IsSubclass ..
IsTrue ..
ISub ..
Iter ..
ITrueDiv ..
Len ..
LShift ..
Mod ..
Mul ..
Neg ..
NewArgs ...
NewBool ..
NewBytes ..
NewDict ..
NewFloat ..
NewFunction ..
NewGenerator ..
NewInt ..
NewList ..
NewNative wraps value into a Native.
NewSet ..
NewSimpleFunction ..
NewSlice ..
NewStr ..
NewTuple ..
Next ..
NextDefault ..
Or ..
Placeholder ..
Pos ..
Pow ..
Print ..
Raise ..
RaiseType ..
Repr ..
RShift ..
SetAttr ..
SetItem ..
Sub ..
ToInt ..
ToStr ..
TrueDiv ..
Unpack ..
UnpackIterable ..
UnwrapNative ..
UsedSymbol marks the symbol having the specified name, as used.
Xor ..
# Variables
AfterLast is a singleton object used to signal iteration end in Next(iter, AfterLast) calls.
ArithmeticErrorType ..
AssertionErrorType ..
AttributeErrorType ..
BaseExceptionType ..
BlockExitBreak ..
BlockExitContinue ..
BlockExitNormally ..
BlockExitReturn ..
BoolType ..
BuiltinAll ..
BuiltinAny ..
BuiltinCallable ..
BuiltinChr ..
BuiltinGetAttr ..
BuiltinHasAttr ..
BuiltinHash ..
BuiltinIsInstance ..
BuiltinIsSubclass ..
BuiltinIter ..
BuiltinLen ..
BuiltinMax ..
BuiltinMin ..
BuiltinNext ..
BuiltinOpen ..
BuiltinOrd ..
BuiltinPrint ..
BuiltinRepr ..
BuiltinSetAttr ..
BuiltinSorted ..
BuiltinSum ..
BytesType ..
ClassMethodType ..
DictType ..
EnumerateIteratorType ..
Eq ..
ExceptionType ..
False ..
FilterIteratorType ..
FloatType ..
FunctionType ..
Ge ..
GeneratorType ..
Gt ..
ImportErrorType ..
IndexErrorType ..
IntType ..
KeyErrorType ..
Le ..
ListType ..
LookupErrorType ..
Lt ..
MapIteratorType ..
MethodType ..
NativeType is the type object of Native objects.
Ne ..
None ..
NoneType ..
NotImplemented ..
NotImplementedErrorType ..
NotImplementedType ..
ObjectType ..
OSErrorType ..
OverflowErrorType ..
PrintingEnabled ..
PropertyType ..
RangeIteratorType ..
RangeType ..
ReversedIteratorType ..
RuntimeErrorType ..
SetType ..
SliceType ..
StaticMethodType ..
StopIterationType ..
StrType ..
SuperType ..
True ..
TupleType ..
TypeErrorType ..
TypeType ..
UnicodeDecodeErrorType ..
UnicodeEncodeErrorType ..
UnicodeErrorType ..
ValueErrorType ..
ZeroDivisionErrorType ..
ZipIteratorType ..
# Interfaces
BaseException ..
Bytes ..
Codec ..
Dict ..
Float ..
Function ..
Generator ..
Int ..
List ..
Method ..
Native objects wrap a Go object.
Object ..
Property ..
Range ..
RangeIterator ..
Seq ..
Set ..
Slice ..
Starred ..
Str ..
Super ..
Tuple ..
Type ..
Yielder ..
# Type aliases
Args ..
No description provided by the author
No description provided by the author
KWArgs ..
No description provided by the author