C# Class IronPython.Modules.PythonIterTools.repeat

Inheritance: IterBase, ICodeFormattable, ICollection
Mostrar archivo Open project: jschementi/iron

Private Properties

Property Type Description
ICollection void
IEnumerable IEnumerator
Yielder IEnumerator

Public Methods

Method Description
__length_hint__ ( ) : int
__repr__ ( CodeContext context ) : string
repeat ( object @object ) : System
repeat ( object @object, int times ) : System

Private Methods

Method Description
ICollection ( Array array, int index ) : void
IEnumerable ( ) : IEnumerator
Yielder ( ) : IEnumerator

Method Details

__length_hint__() public method

public __length_hint__ ( ) : int
return int

__repr__() public method

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

repeat() public method

public repeat ( object @object ) : System
@object object
return System

repeat() public method

public repeat ( object @object, int times ) : System
@object object
times int
return System