Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 211 - 220 of about 274 for IN (0.325 sec.)
16.14. platform --- 実行中プラットフォームの固有情報を参照する — Python 3.6.5 ... 4206
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... プラットフォーム毎にアルファベット順に並べています。Linuxについては Unixセクションを参照してください。 16. ... hitecture ( executable=sys.executable , bits='' , linkage='' ) ¶ executable で指定した実行可能ファイル( ... ーキテクチャ情報を調べます。 戻り値はタプル (bits, linkage) で、アーキテクチャのビット数と実行可能ファイル ... ポートされているポインタサイズを知るために sizeof(pointer) (Python バージョン < 1.5.2 では sizeof(long) ) ...
https://man.plustar.jp/python/library/platform.html - [similar]
ソート HOW TO — Python 3.6.5 ドキュメント 4177
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » ソー ... ト HOW TO ¶ 著者: Andrew Dalke and Raymond Hettinger リリース: 0.1 Python のリストにはリストをインプ ... ない文字列比較の例: >>> sorted ( "This is a test string from Andrew" . split (), key = str . lower ) ['a' ... , 'Andrew', 'from', 'is', 'string', 'test', 'This'] key パラメータは単一の引数をとり ... も動作します。例えば: >>> class Student : ... def __init__ ( self , name , grade , age ): ... self . name ...
https://man.plustar.jp/python/howto/sorting.html - [similar]
24.2. cmd --- 行指向のコマンドインタープリタのサポート — Python 3.6.5 ドキュメ... 4177
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... に立ちます。 class cmd. Cmd ( completekey='tab' , stdin=None , stdout=None ) ¶ Cmd インスタンス、あるいはサ ... す。 オプション引数 completekey は、補完キーの readline 名です。デフォルトは Tab です。 completekey が No ... ne でなく、 readline が利用できるならば、コマンド補完は自動的に行われま ... す。 オプション引数の stdin と stdout には、Cmd またはそのサブクラスのインスタ ...
https://man.plustar.jp/python/library/cmd.html - [similar]
22.7. imghdr --- 画像の形式を決定する — Python 3.6.5 ドキュメント 4177
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... Raster Files 'xbm' X Bitmap Files 'jpeg' JPEG data in JFIF or Exif formats 'bmp' BMP files 'png' Portabl ... 11, 2022 バグを見つけたら ? このドキュメントは Sphinx 1.8.5 を使って作成されました。 ...
https://man.plustar.jp/python/library/imghdr.html - [similar]
11.9. linecache --- テキストラインにランダムアクセスする — Python 3.6.5 ドキュ... 4177
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... » 11. ファイルとディレクトリへのアクセス » 11.9. linecache --- テキストラインにランダムアクセスする ¶ ソ ... ースコード: Lib/linecache.py linecache モジュールは、キャッシュ (一つの ... めに使用されます。この関数は、 tokenize.detect_encoding() を使用してファイルのエンコーディングを取得します ... ンが存在しない場合、デフォルトの UTF-8 になります。 linecache モジュールでは次の関数が定義されています: li ...
https://man.plustar.jp/python/library/linecache.html - [similar]
18.9. mmap --- メモリマップファイル — Python 3.6.5 ドキュメント 4177
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ュールを使うことができます。それらは可変なので、 obj[index] = 97 のように文字を変換できますし、スライスを使 ... ることもできます。 メモリマップドファイルは Unix と Windows で異なる mmap コンストラクタで生成されます。ど ... ることを保障するために必要です。 Unix バージョンと Windows バージョンのどちらのコンストラクタについても、 ... はコピーした上での書き込みです。 access は Unix と Windows の両方で使用することができます。 access が指定 ...
https://man.plustar.jp/python/library/mmap.html - [similar]
9.7. statistics --- 数理統計関数 — Python 3.6.5 ドキュメント 4177
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 提供します。 注釈 特に明記しない限り、これらの関数は int , float , decimal.Decimal そして fractions.Fracti ... すると正しい結果が得られるでしょう。 e.g. map(float, input_data) 。 9.7.1. 平均及び中心位置の測度 ¶ これら ... on of the data. It is often appropriate when averaging quantities which are rates or ratios, for example ... speeds. For example: Suppose an investor purchases an equal value of shares in each o ...
https://man.plustar.jp/python/library/statistics.html - [similar]
21.10. urllib.robotparser --- robots.txt のためのパーザ — Python 3.6.5 ドキュメ... 4177
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... .txt URL を読み出し、パーザに入力します。 parse ( lines ) ¶ 引数 lines の内容を解釈します。 can_fetch ( ... -delay parameter from robots.txt for the useragent in question. If there is no such parameter or it does ... ied or the robots.txt entry for this parameter has invalid syntax, return None . バージョン 3.6 で追加. ... ied or the robots.txt entry for this parameter has invalid syntax, return None . バージョン 3.6 で追加. ...
https://man.plustar.jp/python/library/urllib.robotparser.html - [similar]
21.27. xmlrpc.server --- 基本的なXML-RPCサーバー — Python 3.6.5 ドキュメント 4177
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ndler , logRequests=True , allow_none=False , encoding=None , bind_and_activate=True , use_builtin_types ... るとはログは記録されません。 引数 allow_none と encoding は xmlrpc.client に渡され、サーバーが返す XML-RPC ... 応答を制御します。 bind_and_activate 引数はコンストラクタが直ちに server_ ... bind() と server_activate() を呼ぶかどうかを制御します ...
https://man.plustar.jp/python/library/xmlrpc.server.html - [similar]
具象オブジェクト (concrete object) レイヤ — Python 3.6.5 ドキュメント 4148
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... この節では、Python の型オブジェクトとシングルトン(singleton)オブジェクト None について述べます。 型オブジ ... オブジェクト (numeric object) ¶ 整数型オブジェクト (integer object) Boolean オブジェクト 浮動小数点型オブ ... ジェクト (floating point object) 複素数オブジェクト (complex number ... コーディング wchar_t サポート 組み込み codec (built-in codec) 汎用 codec UTF-8 Codecs UTF-32 Codecs UTF-1 ...
https://man.plustar.jp/python/c-api/concrete.html - [similar]