메소드 | 설명 | |
---|---|---|
islice ( object iterable, object stop ) : System | ||
islice ( object iterable, object start, object stop ) : System | ||
islice ( object iterable, object start, object stop, object step ) : System |
메소드 | 설명 | |
---|---|---|
Yielder ( IEnumerator iter, int start, int stop, int step ) : IEnumerator |
public islice ( object iterable, object stop ) : System | ||
iterable | object | |
stop | object | |
리턴 | System |
public islice ( object iterable, object start, object stop ) : System | ||
iterable | object | |
start | object | |
stop | object | |
리턴 | System |
public islice ( object iterable, object start, object stop, object step ) : System | ||
iterable | object | |
start | object | |
stop | object | |
step | object | |
리턴 | System |