But with the help of the compiler, the generator function can be thought of as resumable.
Ancak, derleyicinin yardımıyla, jeneratör işlevi devam ettirilebilir olarak düşünülebilir.
When a function has a yield in it we call it a generator function.
Bir işlevin içinde bir verim olduğunda, buna jeneratör işlevi diyoruz.
When yield is used instead of a return in a python function, that function is turned into something special called generator function.
Bir python işlevinde yield yerine yield kullanıldığında, bu işlev return adlı özel bir şeye dönüştürülür.
A generator function looks like a normal function, except that instead of returning the result once, a generator can yield as many times as it needs to in order to provide the values to be iterated over.
Bir Generator(jeneratör-üretec) fonksiyonu, normal bir fonksiyona benzemektedir, ancak bir değer döndürmek yerine, bir jeneratör Yield ihtiyaç duyduğu kadar değer üretir.
A generator function looks just like a normal function, except that instead of returning a value, a generator yields as many values as it needs to.
Bir Generator(jeneratör-üretec) fonksiyonu, normal bir fonksiyona benzemektedir, ancak bir değer döndürmek yerine, bir jeneratör Yield ihtiyaç duyduğu kadar değer üretir.
In a generator function, the return statement indicates that the generator is done and will cause StopIteration to be raised.
Bir jeneratör fonksiyonunda, return deyimi, jeneratörün yapıldığını ve return'un yükselmesine neden olacağını gösterir.
When a generator function is called for the first time, an object of the internal Generator class is returned.
Bir üreteç fonksiyonu çağrıldığında dahili Generator sınıfından örneklenmiş bir nesne döner.
In a generator function, the return statement indicates that the generator is done and will cause StopIteration to be raised.
Bir jeneratör fonksiyonunda return ifadesi, jeneratörün yapıldığını ve neden olacağını gösterir StopIteration yükseltilmek.
Generator function contains one or more yield statement.
Examples are used only to help you translate the word or expression searched in various contexts. They are not selected or validated by us and can contain inappropriate terms or ideas. Please report examples to be edited or not to be displayed. Potentially sensitive, inappropriate or colloquial translations are usually marked in red or in orange.
No results found for this meaning.
Synonyms and analogies of "generator function" in English