C# Класс IronPython.Modules.PythonIterTools.count

Наследование: IEnumerator, ICodeFormattable
Показать файл Открыть проект

Открытые методы

Метод Описание
__reduce__ ( ) : PythonTuple
__reduce_ex__ ( [ protocol ) : PythonTuple
__repr__ ( CodeContext context ) : string
count ( ) : System
count ( BigInteger start ) : System
count ( BigInteger start, BigInteger step ) : System
count ( BigInteger start, int step ) : System
count ( CodeContext context, [ start, [ step ) : System
count ( [ start, BigInteger step ) : System
count ( [ start, [ step ) : System
count ( int start ) : System

Приватные методы

Метод Описание
BigIntYielder ( count c, BigInteger start, BigInteger step ) : IEnumerator
BigIntYielder ( count c, BigInteger start, int step ) : IEnumerator
EnsureNumeric ( CodeContext context, object num ) : void
IntYielder ( count c, int start, BigInteger step ) : IEnumerator
IntYielder ( count c, int start, int step ) : IEnumerator
ObjectYielder ( IronPython.Runtime.PythonContext context, count c, object start, object step ) : IEnumerator
StepIsOne ( ) : bool

Описание методов

__reduce__() публичный Метод

public __reduce__ ( ) : PythonTuple
Результат PythonTuple

__reduce_ex__() публичный Метод

public __reduce_ex__ ( [ protocol ) : PythonTuple
protocol [
Результат PythonTuple

__repr__() публичный Метод

public __repr__ ( CodeContext context ) : string
context CodeContext
Результат string

count() публичный Метод

public count ( ) : System
Результат System

count() публичный Метод

public count ( BigInteger start ) : System
start Microsoft.Scripting.Math.BigInteger
Результат System

count() публичный Метод

public count ( BigInteger start, BigInteger step ) : System
start Microsoft.Scripting.Math.BigInteger
step Microsoft.Scripting.Math.BigInteger
Результат System

count() публичный Метод

public count ( BigInteger start, int step ) : System
start Microsoft.Scripting.Math.BigInteger
step int
Результат System

count() публичный Метод

public count ( CodeContext context, [ start, [ step ) : System
context CodeContext
start [
step [
Результат System

count() публичный Метод

public count ( [ start, BigInteger step ) : System
start [
step Microsoft.Scripting.Math.BigInteger
Результат System

count() публичный Метод

public count ( [ start, [ step ) : System
start [
step [
Результат System

count() публичный Метод

public count ( int start ) : System
start int
Результат System