Python 3.6.5 ドキュメント 検索
Results of 1 - 6 of about 6 for col (0.014 sec.)
- 32.2. ast --- 抽象構文木 — Python 3.6.5 ドキュメント 13033
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
らず、そして妥当な値でなければなりません。 lineno ¶ col_offset ¶ ast.expr や ast.stmt のサブクラスのインス...
タンスにはさらに lineno や col_offset といった属性があります。 lineno はソーステキ...
始めるので、最初の行の行番号は 1 となります)、そして col_offset はノードが生成した最初のトークンの UTF-8 バ...
n = 5 node . operand . lineno = 0 node . operand . col_offset = 0 node . lineno = 0 node . col_offset = 0...
- https://man.plustar.jp/python/library/ast.html - [similar]
- 32.1. parser --- Python 解析木にアクセスする — Python 3.6.5 ドキュメント 9468
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
されます。 parser. st2list ( st , line_info=False , col_info=False ) ¶ この関数は呼び出し側から st に ST オ...
かれます。 parser. st2tuple ( st , line_info=False , col_info=False ) ¶ この関数は呼び出し側から st に ST オ...
ssuite(st) と同じ。 ST. tolist ( line_info=False , col_info=False ) ¶ st2list(st, line_info, col_info) と...
同じ。 ST. totuple ( line_info=False , col_info=False ) ¶ st2tuple(st, line_info, col_info) と...
- https://man.plustar.jp/python/library/parser.html - [similar]
- 例外処理 — Python 3.6.5 ドキュメント 8317
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ
...
tionObject ( PyObject *filename , int lineno , int col_offset ) ¶ 現在の例外のファイル、行、オフセットの情...
cationEx ( const char *filename , int lineno , int col_offset ) ¶ PyErr_SyntaxLocationObject() と似ていま...
neno ) ¶ PyErr_SyntaxLocationEx() と似ていますが、 col_offset 引数が除去されています。 void PyErr_BadInte...
- https://man.plustar.jp/python/c-api/exceptions.html - [similar]
- 24.1. turtle --- タートルグラフィックス — Python 3.6.5 ドキュメント 8116
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
ams that repeat simple moves. from turtle import * color ( 'red' , 'yellow' ) begin_fill () while True :...
| up() pensize() | width() pen() isdown() 色の制御 color() pencolor() fillcolor() 塗りつぶし filling() be...
urtleScreen/Screen のメソッド ¶ ウィンドウの制御 bgcolor() bgpic() clear() | clearscreen() reset() | rese...
() mainloop() | done() 設定と特殊なメソッド mode() colormode() getcanvas() getshapes() register_shape() |...
- https://man.plustar.jp/python/library/turtle.html - [similar]
- 12.6. sqlite3 --- SQLite データベースに対する DB-API 2.0 インタフェース — Pytho... 8024
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
て登録された関数を使うようにします。 sqlite3. PARSE_COLNAMES ¶ この定数は connect() 関数の detect_types パ...
検知を有効にするためには、 PARSE_DECLTYPES と PARSE_COLNAMES の適当な組み合わせをこのパラメータにセットしま...
rom test" ) print ( cur . fetchone ()[ 0 ]) create_collation ( name , callable ) ¶ name と callable で指定...
で」ソートする自作の照合順序です: import sqlite3 def collate_reverse ( string1 , string2 ): if string1 == s...
- https://man.plustar.jp/python/library/sqlite3.html - [similar]
- 6.1. string --- 一般的な文字列操作 — Python 3.6.5 ドキュメント 7823
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
alueError : Invalid placeholder in string: line 1, col 11 >>> Template ( '$who likes $what' ) . substitut...
- https://man.plustar.jp/python/library/string.html - [similar]
PREV
1
NEXT