Python 3.6.5 ドキュメント 検索
Results of 1 - 5 of about 5 for star (0.014 sec.)
- 10. 完全な文法仕様 — Python 3.6.5 ドキュメント 12851
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ
...
listed at # https://devguide.python.org/grammar/ # Start symbols for the grammar: # single_input is a sing...
nonlocal_stmt | assert_stmt ) expr_stmt : testlist_star_expr ( annassign | augassign ( yield_expr | testli...
st ) | ( '=' ( yield_expr | testlist_star_expr )) * ) annassign : ':' test [ '=' test ] test...
list_star_expr : ( test | star_expr ) ( ',' ( test | star_ex...
- https://man.plustar.jp/python/reference/grammar.html - [similar]
- 32.5. token --- Python 解析木と共に使われる定数 — Python 3.6.5 ドキュメント 8512
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
token. SEMI ¶ token. PLUS ¶ token. MINUS ¶ token. STAR ¶ token. SLASH ¶ token. VBAR ¶ token. AMPER ¶ toke...
oken. LEFTSHIFT ¶ token. RIGHTSHIFT ¶ token. DOUBLESTAR ¶ token. PLUSEQUAL ¶ token. MINEQUAL ¶ token. STAR...
SHIFTEQUAL ¶ token. RIGHTSHIFTEQUAL ¶ token. DOUBLESTAREQUAL ¶ token. DOUBLESLASH ¶ token. DOUBLESLASHEQUA...
- https://man.plustar.jp/python/library/token.html - [similar]
- 8.3. collections --- コンテナデータ型 — Python 3.6.5 ドキュメント 8199
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
テラブルな引数の順序とは逆になります。 index ( x [ , start [ , stop ] ] ) ¶ deque 内の x の位置を返します (イ...
ンデックス start からインデックス stop の両端を含む範囲で)。最初の...
書を名前付きタプルに変換するには、 ** 演算子 (double-star-operator, 引数リストのアンパック で説明しています)...
- https://man.plustar.jp/python/library/collections.html - [similar]
- 32.12. dis --- Python バイトコードの逆アセンブラ — Python 3.6.5 ドキュメント 8199
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
直接取得します。 バージョン 3.4 で追加. dis. findlinestarts ( code ) ¶ This generator function uses the co_f...
the code object code to find the offsets which are starts of lines in the source code. They are generated...
の説明 offset ¶ バイトコード列の中での命令の開始位置 starts_line ¶ (ある場合は) この命令コードが始まる行、無...
otations statically. バージョン 3.6 で追加. IMPORT_STAR ¶ '_' で始まっていないすべてのシンボルをモジュール...
- https://man.plustar.jp/python/library/dis.html - [similar]
- 24.1. turtle --- タートルグラフィックス — Python 3.6.5 ドキュメント 8144
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
と、今度はその場で25度反時計回りに回ります。 Turtle star Turtle can draw intricate shapes using programs th...
= False turtle. mainloop ( ) ¶ turtle. done ( ) ¶ Starts event loop - calling Tkinter's mainloop function...
etup ( width=_CFG["width"], height=_CFG["height"], startx=_CFG["leftright"], starty=_CFG["topbottom"] ) ¶...
クリーンに対する割合 (スクリーンの 75% がデフォルト) startx -- 正の数ならばスクリーンの左端からピクセル単位で...
- https://man.plustar.jp/python/library/turtle.html - [similar]
PREV
1
NEXT