Any references returned through them are borrowed. ppos should not be altered during iteration.Its value represents offsets within the internal dictionary structure,and since the structure is sparse, the offsets are not consecutive.For example: この関数から返される参照はすべて借りた参照になります。 反復処理中に ppos を変更してはなりません。 - Python
The int referred to by ppos must be initialized to0 prior to the first call to this function to start the iteration; the function returns true for each pair in the dictionary, and false once all pairs have been reported. ppos が参照している int 型は、この関数で反復処理を開始する際に、最初に関数を呼び出すよりも前に 0 に初期化しておかなければなりません; この関数は辞書内の各ペアを取り上げるごとに真を返し、全てのペアを取り上げたことが分かると偽を返します。 - Python
Copyright 2001-2004 Python Software Foundation.All rights reserved. Copyright 2000 BeOpen.com.All rights reserved. Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved. Copyright 1991-1995 Stichting Mathematisch Centrum.All rights reserved.