Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 274 for IN (0.092 sec.)
32.12. dis --- Python バイトコードの逆アセンブラ — Python 3.6.5 ドキュメント 4849
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... が入力として受け取る CPython バイトコードはファイル Include/opcode.h に定義されており、 コンパイラとインタ ... セスできます。 class dis. Bytecode ( x , * , first_line=None , current_offset=None ) ¶ 関数、ジェネレータ ... まとめた便利なラッパーです。 とりわけ目立つのは get_instructions() で、 Bytecode インスタンスに対し反復処 ... 理をしながら、バイトコード命令を Instruction インスタンスとして返します。 first_line が ...
https://man.plustar.jp/python/library/dis.html - [similar]
2. 組み込み関数 — Python 3.6.5 ドキュメント 4819
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ット順に挙げます。 組み込み関数 abs() dict() help() min() setattr() all() dir() hex() next() slice() any() ... ivmod() id() object() sorted() ascii() enumerate() input() oct() staticmethod() bin() eval() int() open( ... ) str() bool() exec() isinstance() ord() sum() bytearray() filter() issubclas ... s() pow() super() bytes() float() iter() print() tuple() callable() format() len() property() ty ...
https://man.plustar.jp/python/library/functions.html - [similar]
用語集 — Python 3.6.5 ドキュメント 4790
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » 用語集 ¶ >>> インタ ... く出てきます。 ... The default Python prompt of the interactive shell when entering code for an indented ... code block or within a pair of matching left and right delimiters (pare ... se class (抽象基底クラス) 抽象基底クラスは duck-typing を補完するもので、 hasattr() などの別のテクニック ... します。これは親クラスから継承しませんが、それでも isinstance() や issubclass() に認識されます; abc モジュ ...
https://man.plustar.jp/python/glossary.html - [similar]
19.6. base64 --- Base16, Base32, Base64, Base85 データの符号化 — Python 3.6.5 ... 4790
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... られているものとは同じではありません。 There are two interfaces provided by this module. The modern interf ... ace supports encoding bytes-like objects to ASCII bytes , and decoding ... bytes-like objects or strings containing ASCII to bytes . Both base-64 alphabe ... ts defined in RFC 3548 (normal, and URL- and filesystem-saf ...
https://man.plustar.jp/python/library/base64.html - [similar]
16.10. curses --- 文字セル表示を扱うための端末操作 — Python 3.6.5 ドキュメント 4790
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ses が最も広く用いられているのは Unix 環境ですが、Windows、DOS で利用できるバージョンもあり、おそらく他の ... 用できるバージョンもあります。この拡張モジュールは Linux および BSD 系の Unixで動作するオープンソースの c ... ion mentions a character it can be specified as an integer, a one-character Unicode string or a one-byte ... byte string. Whenever the documentation mentions a character ...
https://man.plustar.jp/python/library/curses.html - [similar]
2. 字句解析 — Python 3.6.5 ドキュメント 4790
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... 行構造 ¶ Python プログラムは多数の 論理行 (logical lines) に分割されます。 2.1.1. 論理行 (logical line) ¶ ... 論理行の終端は、トークン NEWLINE で表されます。構文上許されている場合 (複合文: com ... せん。論理行は一行またはそれ以上の 物理行(physical line) からなり、物理行の末尾には明示的または非明示的な ... 行連結(line joining) 規則が続きます。 2.1.2. 物理行 (physical ...
https://man.plustar.jp/python/reference/lexical_analysis.html - [similar]
18.8. signal --- 非同期イベントにハンドラを設定する — Python 3.6.5 ドキュメント 4771
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... たエラーは通常の Python 例外として報告されます)、 SIGINT は KeyboardInterrupt 例外に変換されます。これらは ... ん。代わりに、低水準のシグナルハンドラが virtual machine が対応する Python のシグナルハンドラを後から (例え ... rrors like SIGFPE or SIGSEGV that are caused by an invalid operation in C code. Python will return from ... code, which is likely to raise the same signal again, causing Python to apparently hang. From Python 3. ...
https://man.plustar.jp/python/library/signal.html - [similar]
21.6. urllib.request --- URL を開くための拡張可能なライブラリ — Python 3.6.5 ド... 4771
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... クトでもかまいません。 data must be an object specifying additional data to be sent to the server, or None ... イレクトが発生したかどうかを確認するために利用します info() --- 取得されたページのヘッダーなどのメタ情報を ... 、 email.message_from_string() インスタンスとして返します。 ( Quick Reference ... れるリクエストの場合、この関数は urllib.response.addinfourl オブジェクトを返します。 プロトコルエラー発生 ...
https://man.plustar.jp/python/library/urllib.request.html - [similar]
3. Windows で Python を使う — Python 3.6.5 ドキュメント 4771
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python のセットアッ ... プと利用 » 3. Windows で Python を使う ¶ このドキュメントは、 Python ... を Microsoft Windows で使うときに知っておくべき、 Windows 固有の動作 ... ル ¶ ほとんどの Unix システムとサービスとは違って、Windows には、システムがサポートする Python インストレ ... に、CPython チームは長年の間、すべての リリース で Windows インストーラ (MSI パッケージ) をコンパイルして ...
https://man.plustar.jp/python/using/windows.html - [similar]
What's New in Python 2.1 — Python 3.6.5 ドキュメント 4771
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... n » What's New in Python 2.1 ¶ 著者: A.M. Kuchling はじめに ¶ この記 ... てコピーされるローカル変数を頻繁に見かけます。: def find ( self , name ): "Return list of any entries equa ... するため、例を挙げます: x = 1 def f (): # The next line is a syntax error exec 'x=2' def g (): return x e ... や表示させたくない警告を除外する機能を提供する、 warnings モジュールを追加します。サードパーティーのモジュ ...
https://man.plustar.jp/python/whatsnew/2.1.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 NEXT