Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 157 for data (0.136 sec.)
12.6. sqlite3 --- SQLite データベースに対する DB-API 2.0 インタフェース — Pytho... 5124
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... text, qty real, price real)''' ) # Insert a row of data c . execute ( "INSERT INTO stocks VALUES ('2006-01 ... 効くチュートリアル、リファレンス、実例集。 PEP 249 - Database API Specification 2.0 Marc-Andre Lemburg により ... 単純に "x" ということになります。 sqlite3. connect ( database [ , timeout , detect_types , isolation_level , ... , factory , cached_statements , uri ] ) ¶ ファイル database の SQLite データベースへの接続を開きます。 ":m ...
https://man.plustar.jp/python/library/sqlite3.html - [similar]
11.6. tempfile --- 一時ファイルやディレクトリの作成 — Python 3.6.5 ドキュメント 5124
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... tempfile # create a temporary file and write some data to it >>> fp = tempfile . TemporaryFile () >>> fp ... . write ( b 'Hello world!' ) # read data from file >>> fp . seek ( 0 ) >>> fp . read () b'H ...
https://man.plustar.jp/python/library/tempfile.html - [similar]
34.4. winsound --- Windows 用の音声再生インタフェース — Python 3.6.5 ドキュメン... 5124
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ter may be a filename, a system sound alias, audio data as a bytes-like object , or None . Its interpretat ...
https://man.plustar.jp/python/library/winsound.html - [similar]
What's New in Python 2.2 — Python 3.6.5 ドキュメント 5124
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... erly verbose, ... and repetitive text. ... """ >>> data = s . encode ( 'zlib' ) >>> data 'x\x9c\r\xc9\xc1\ ... r\x80 \x10\x04\xc0?Ul...' >>> data . decode ( 'zlib' ) 'Here is a lengthy piece of re ... text.\n' >>> print s . encode ( 'uu' ) begin 666 <data> M2&5R92!I<R!A(&QE;F=T:'D@<&EE8V4@;V8@<F5D=6YD86YT ...
https://man.plustar.jp/python/whatsnew/2.2.html - [similar]
Python モジュールの配布 (レガシーバージョン) — Python 3.6.5 ドキュメント 5078
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... ージのインストール 10.41. distutils.command.install_data --- パッケージ中のデータファイルをインストール 10. ...
https://man.plustar.jp/python/distutils/index.html - [similar]
関数型プログラミング HOWTO — Python 3.6.5 ドキュメント 5078
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » 関数 ... 合う所に印を付けていくときに使われます: f = open ( 'data.txt' , 'r' ) for i , line in enumerate ( f ): if l ... , 5 , 6 , 7 , 8 , 9 , 10 , ... itertools.compress(data, selectors) は 2つのイテレータを取り、 どちらかのイ ... い果たすまでの、 selectors が真となる要素に対応する data 要素だけを返します: itertools . compress ([ 1 , 2 ...
https://man.plustar.jp/python/howto/functional.html - [similar]
21.2. cgi --- CGI (ゲートウェイインタフェース規格) のサポート — Python 3.6.5 ド... 5078
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 。複数ファイルかどうかは type 属性が multipart/form-data (または multipart/* にマッチする他の MIME 型) にな ... , pdict ) ¶ (ファイル入力のための) multipart/form-data 型の入力を解釈します。引数は入力ファイルを示す fp ...
https://man.plustar.jp/python/library/cgi.html - [similar]
12.4. marshal --- 内部使用向けの Python オブジェクト整列化 — Python 3.6.5 ドキ... 5078
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... rn it. If no valid value is read (e.g. because the data has a different Python version's incompatible mars ...
https://man.plustar.jp/python/library/marshal.html - [similar]
18.3. select --- I/O 処理の完了を待機する — Python 3.6.5 ドキュメント 5078
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... lter=KQ_FILTER_READ , flags=KQ_EV_ADD , fflags=0 , data=0 , udata=0 ) ¶ (BSD でのみサポート) カーネルイベン ... 行した KQ_NOTE_PCTRLMASK 内部フィルタフラグ KQ_NOTE_PDATAMASK 内部フィルタフラグ KQ_NOTE_TRACK fork() の呼び ... ンしている KQ_NOTE_LINKINV リンク状態が不正 kevent. data ¶ フィルタ固有のデータ。 kevent. udata ¶ ユーザー定 ...
https://man.plustar.jp/python/library/select.html - [similar]
24.1. turtle --- タートルグラフィックス — Python 3.6.5 ドキュメント 5078
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... スによって使われます。 class turtle. Shape ( type_ , data ) ¶ パラメータ: type_ -- 文字列 "polygon", "image" ... のいずれか 形をモデル化するデータ構造。ペア (type_, data) は以下の仕様に従わなければなりません: type_ data ...
https://man.plustar.jp/python/library/turtle.html - [similar]
PREV 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT