C# Class IronPython.Modules.PythonIterTools.count

Inheritance: IEnumerator, ICodeFormattable
Mostrar archivo Open project: jschementi/iron

Public Methods

Method Description
__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

Private Methods

Method Description
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

Method Details

__reduce__() public method

public __reduce__ ( ) : PythonTuple
return PythonTuple

__reduce_ex__() public method

public __reduce_ex__ ( [ protocol ) : PythonTuple
protocol [
return PythonTuple

__repr__() public method

public __repr__ ( CodeContext context ) : string
context CodeContext
return string

count() public method

public count ( ) : System
return System

count() public method

public count ( BigInteger start ) : System
start Microsoft.Scripting.Math.BigInteger
return System

count() public method

public count ( BigInteger start, BigInteger step ) : System
start Microsoft.Scripting.Math.BigInteger
step Microsoft.Scripting.Math.BigInteger
return System

count() public method

public count ( BigInteger start, int step ) : System
start Microsoft.Scripting.Math.BigInteger
step int
return System

count() public method

public count ( CodeContext context, [ start, [ step ) : System
context CodeContext
start [
step [
return System

count() public method

public count ( [ start, BigInteger step ) : System
start [
step Microsoft.Scripting.Math.BigInteger
return System

count() public method

public count ( [ start, [ step ) : System
start [
step [
return System

count() public method

public count ( int start ) : System
start int
return System