Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 19 for able (0.025 sec.)
19.9. quopri --- MIME quoted-printable 形式データのエンコードおよびデコード — P... 12823
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 上のデータの操作 » 19.9. quopri --- MIME quoted-printable 形式データのエンコードおよびデコード ¶ ソースコード ... ernet Message Bodies" で定義されている quoted-printable による伝送のエンコードおよびデコードを行います。 q ... uoted-printable エンコーディングは比較的印字不可能な文字の少ないデ ... the input file and write the resulting quoted-printable data to the output file. input and output must be ...
https://man.plustar.jp/python/library/quopri.html - [similar]
Python で Curses プログラミング — Python 3.6.5 ドキュメント 11850
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Pyth ... module. A ported version called UniCurses is available. You could also try the Console module written by ... the same API as curses but provides cursor-addressable text output and full support for mouse and keyboar ... d stdscr after the name of the corresponding C variable. import curses stdscr = curses . initscr () Usuall ... atic echoing of keys to the screen, in order to be able to read keys and only display them under certain c ...
https://man.plustar.jp/python/howto/curses.html - [similar]
19.1. email --- 電子メールと MIME 処理のためのパッケージ — Python 3.6.5 ドキュ... 10876
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... pplication. Conceptually the application should be able to treat the email message as a structured tree of ...
https://man.plustar.jp/python/library/email.html - [similar]
Python モジュールのインストール — Python 3.6.5 ドキュメント 9903
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... which either don't provide venv at all, or aren't able to automatically install pip into created environm ... ository of open source licensed packages made available for use by other Python users. Python Packaging Au ... stalling scientific software that are not yet available as pre-built wheel files may also help with obtain ... ザ , SomePackage , Packaging , python , パッケージ Table of Contents Python モジュールのインストール 重要用 ...
https://man.plustar.jp/python/installing/index.html - [similar]
Windows 上の Python FAQ — Python 3.6.5 ドキュメント 8930
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python よくある質問 ... ams ‣ Accessories ‣ Command Prompt . You should be able to recognize when you have started such a window b ... recognized as an internal or external command, operable program or batch file. Adding Python to DOS Path P ... ラム , python , スクリプト , モジュール , pythonNN Table of Contents Windows 上の Python FAQ Python プログラ ...
https://man.plustar.jp/python/faq/windows.html - [similar]
用語集 — Python 3.6.5 ドキュメント 8930
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » 用語集 ¶ >>> インタ ... 数リストの先頭に書くことができ、また * に続けた iterable の要素として渡すことができます。例えば、次の例では ... _anext__() メソッドを使って呼び出されたときに awaitable オブジェクトを返す asynchronous iterator です。 こ ... の awaitable オブジェクトは、次の yield 式までの非同期ジェネレー ... the location execution state (including local variables and pending try-statements). When the asynchronou ...
https://man.plustar.jp/python/glossary.html - [similar]
正規表現 HOWTO — Python 3.6.5 ドキュメント 8930
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » 正規 ... You can omit either m or n ; in that case, a reasonable value is assumed for the missing value. Omitting m ... h object , so you should store the result in a variable for later use. >>> m = p . match ( 'tempo' ) >>> m ... mmers drumming, 11 ... 10 ...' ) >>> iterator <callable_iterator object at 0x...> >>> for match in iterato ... ing also works unless the ASCII flag is used to disable non-ASCII matches. When the Unicode patterns [a-z] ...
https://man.plustar.jp/python/howto/regex.html - [similar]
28.4. zipapp --- 実行可能な python zip 書庫を管理する — Python 3.6.5 ドキュメン... 8930
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 引数はアーカイブのメインプログラムとして使用する callable の名前を指定します。 main 引数は source がディレク ... 指定することができます。 main 引数は "pkg.module:callable" の形式を取り、 アーカイブは "pkg.module" をインポ ... ートして実行され、 指定した callable を引数なしで実行します。 source がディレクトリであ ... ou need to ensure that the interpreter used is portable. The Python launcher for Windows supports most com ...
https://man.plustar.jp/python/library/zipapp.html - [similar]
2. 拡張の型の定義: チュートリアル — Python 3.6.5 ドキュメント 7974
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ ... hat directory and fire up Python --- you should be able to import custom and play around with Custom objec ... some data and methods. Let's also make the type usable as a base class. We'll create a new module, custom ... first , last , and number . The first and last variables are Python strings containing first and last name ... = Custom_methods , Finally, we'll make our type usable as a base class for subclassing. We've written our ...
https://man.plustar.jp/python/extending/newtypes_tutorial.html - [similar]
Argument Clinic How-To — Python 3.6.5 ドキュメント 7974
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Argu ... onverter"? It establishes both the type of the variable used in C, and the method to convert the Python va ... argument parsing function what the type of the variable is and how to convert it. For more on format units ... mat units require two arguments (like a length variable, or an encoding string, or a pointer to a conversi ... t parsing code and the declarations of all the variables it dumps the arguments into. Notice how the Pytho ...
https://man.plustar.jp/python/howto/clinic.html - [similar]
PREV 1 2 NEXT