Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 140 for Use (0.066 sec.)
35.8. pty --- 擬似端末ユーティリティ — Python 3.6.5 ドキュメント 6101
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ore_true' ) parser . add_argument ( '-p' , dest = 'use_python' , action = 'store_true' ) parser . add_arg ... arse_args () shell = sys . executable if options . use_python else os . environ . get ( 'SHELL' , 'sh' ) ...
https://man.plustar.jp/python/library/pty.html - [similar]
29.1. sys --- システムパラメータと関数 — Python 3.6.5 ドキュメント 6029
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... i optimize -O または -OO dont_write_bytecode -B no_user_site -s no_site -S ignore_environment -E verbose ... regardless of their size. This function is mainly useful for tracking and debugging memory leaks. Becaus ... ) ¶ Return the current value of the flags that are used for dlopen() calls. Symbolic names for the flag v ... stemencoding ( ) ¶ Return the name of the encoding used to convert between Unicode filenames and bytes fi ...
https://man.plustar.jp/python/library/sys.html - [similar]
Pythonモジュール索引 — Python 3.6.5 ドキュメント 6029
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » Pythonモジュール索引 _ | a | b | ... ctions. cProfile crypt (Unix) The crypt() function used to check Unix passwords. csv Write and read tabul ... distutils.extension Provides the Extension class, used to describe C/C++ extension modules in setup scri ... ingle files distutils.filelist The FileList class, used for poking about the file system and building lis ... ssage payloads. email.errors The exception classes used by the email package. email.generator Generate fl ...
https://man.plustar.jp/python/py-modindex.html - [similar]
Python 2 から Python 3 への移植 — Python 3.6.5 ドキュメント 5946
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Pyth ... ylint を使ってください。( pip install pylint ) caniusepython3 を使ってどの依存性があなたの Python 3 の使用 ... を妨げているかを検出できます。 ( pip install caniusepython3 ) 依存性があなたを邪魔しなくなってさえしまえ ... e your type usage works in both Python 2 & 3 (e.g. use mypy to check your typing under both Python 2 & Py ... data type in either Python 2 or 3, but it can't be used by the textual data type consistently between Pyt ...
https://man.plustar.jp/python/howto/pyporting.html - [similar]
26.7. 2to3 - Python 2 から 3 への自動コード変換 — Python 3.6.5 ドキュメント 5946
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 3 can also refactor doctests. To enable this mode, use the -d flag. Note that only doctests will be refac ... nge can also be enabled manually with the -p flag. Use -p to run fixers on code that already has had its ... no changes were required to the file. This is most useful with -o so that an entire Python source tree is ... entire project from one directory tree to another use: $ 2to3 --output-dir = python3-version/mycode -W - ...
https://man.plustar.jp/python/library/2to3.html - [similar]
18.2. ssl --- ソケットオブジェクトに対する TLS/SSL ラッパー — Python 3.6.5 ドキ... 5946
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... りません。 バージョン 3.3 で追加. ssl. OP_SINGLE_DH_USE ¶ SSL セッションを区別するのに同じ DH 鍵を再利用し ... れます。 バージョン 3.3 で追加. ssl. OP_SINGLE_ECDH_USE ¶ SSL セッションを区別するのに同じ ECDH 鍵を再利用 ... きます。 バージョン 3.6 で追加. SSLSocket. session_reused ¶ バージョン 3.6 で追加. 18.2.3. SSL コンテキスト ... SSION , OP_CIPHER_SERVER_PREFERENCE , OP_SINGLE_DH_USE , OP_SINGLE_ECDH_USE , OP_NO_SSLv2 ( PROTOCOL_SSLv ...
https://man.plustar.jp/python/library/ssl.html - [similar]
13.5. zipfile --- ZIP アーカイブの処理 — Python 3.6.5 ドキュメント 5946
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... able. compression is the ZIP compression method to use when writing the archive, and should be ZIP_STORED ... ZIP_BZIP2 or ZIP_LZMA ; unrecognized values will cause NotImplementedError to be raised. If ZIP_DEFLATED ... e (the default) zipfile will create ZIP files that use the ZIP64 extensions when the zipfile is larger th ... be 'r' (the default) or 'w' . pwd is the password used to decrypt encrypted ZIP files. open() はコンテク ...
https://man.plustar.jp/python/library/zipfile.html - [similar]
2. Unix プラットフォームで Python を使う — Python 3.6.5 ドキュメント 5946
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python のセットアッ ... /first.en.html Debian ユーザー向け https://en.opensuse.org/Portal:Packaging OpenSuse ユーザー向け https:/ ... 次のようにしてください: pkg install python3 OpenBSD users, to add the package use: pkg_add -r python pkg_a ... ィレクトリの推奨される場所。 2.4. その他 ¶ To easily use Python scripts on Unix, you need to make them exec ...
https://man.plustar.jp/python/using/unix.html - [similar]
Download — Python 3.6.5 ドキュメント 5862
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » Download Python 3.6.5 Documentati ... ction on the Python download page . Unpacking Unix users should download the .tar.bz2 archives; these are ... he bzip2 program. The InfoZIP unzip program can be used to handle the ZIP archives if desired. The .tar.b ... st compression and fastest download times. Windows users can use the ZIP archives since those are customa ... ント , bz , documentation , These , InfoZIP , Unix , users ナビゲーション 索引 モジュール | Python » 3.6.5 ...
https://man.plustar.jp/python/download.html - [similar]
1. C や C++ による Python の拡張 — Python 3.6.5 ドキュメント 5862
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ ... ュールのビルド 章) を参照してください。 If you can't use dynamic loading, or if you want to make your modul ... == NULL ) return NULL ; /* Pass error back */ ... use result ... Py_DECREF ( result ); Python コールバッ ... return NULL ; /* Pass error back */ /* Here maybe use the result */ Py_DECREF ( result ); Py_DECREF(argl ... return NULL ; /* Pass error back */ /* Here maybe use the result */ Py_DECREF ( result ); 1.7. 拡張モジュ ...
https://man.plustar.jp/python/extending/extending.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT