Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 26 for ext (0.055 sec.)
32.12. dis --- Python バイトコードの逆アセンブラ — Python 3.6.5 ドキュメント 8083
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... を参照してください。 バージョン 3.5 で追加. GET_ANEXT ¶ PUSH(get_awaitable(TOS.__anext__())) を実行します ... OR_ITER ( delta ) ¶ TOS はイテレータです。 その __next__() メソッドを呼び出します。 新しい値が yield され ... ついては、 slice() 組み込み関数を参照してください。 EXTENDED_ARG ( ext ) ¶ デフォルトの 2 バイトに収まりき ... 大きな引数を持つあらゆる命令コードの前に置かれます。 ext は追加の 2 バイトを保持し、後続の命令コードの引数と ...
https://man.plustar.jp/python/library/dis.html - [similar]
11. 標準ライブラリミニツアー --- その 2 — Python 3.6.5 ドキュメント 7918
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... reen', 'red']], [['magenta', 'yellow'], 'blue']]] textwrap モジュールは、段落で構成された文章を、指定した ... ーン幅にぴったり収まるように調整します: >>> import textwrap >>> doc = """The wrap() method is just like fi ... eparate ... the wrapped lines.""" ... >>> print ( textwrap . fill ( doc , width = 40 )) The wrap() method ... , filename in enumerate ( photofiles ): ... base , ext = os . path . splitext ( filename ) ... newname = ...
https://man.plustar.jp/python/tutorial/stdlib2.html - [similar]
Python モジュールの配布 (レガシーバージョン) — Python 3.6.5 ドキュメント 7736
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... tils.dist --- Distribution クラス 10.13. distutils.extension --- Extension クラス 10.14. distutils.debug ... s.sysconfig --- システム設定情報 10.21. distutils.text_file --- TextFile クラス 10.22. distutils.version ... 中のCライブラリを構築 10.35. distutils.command.build_ext --- パッケージ中の拡張を構築 10.36. distutils.comm ...
https://man.plustar.jp/python/distutils/index.html - [similar]
7.2. codecs --- codec レジストリと基底クラス — Python 3.6.5 ドキュメント 7736
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... それらは、集合的に term: テキストエンコーディング <text encoding> と呼ばれます。 最も単純なテキストエンコー ... _jp_3 iso2022jp-3, iso-2022-jp-3 日本語 iso2022_jp_ext iso2022jp-ext, iso-2022-jp-ext 日本語 iso2022_kr c ... イリアスは復活しなかった。) 7.2.4.3. テキスト変換 (Text Transforms) ¶ 以下の codec は、 str から str マッピ ... ナリ変換 (Binary Transforms) 7.2.4.3. テキスト変換 (Text Transforms) 7.2.5. encodings.idna --- アプリケーシ ...
https://man.plustar.jp/python/library/codecs.html - [similar]
4. ソースコード配布物を作成する — Python 3.6.5 ドキュメント 7571
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... s オプションに指定された Python ソースファイル全て ext_modules オプションと libraries オプションで挙げられ ...
https://man.plustar.jp/python/distutils/sourcedist.html - [similar]
2. 拡張の型の定義: チュートリアル — Python 3.6.5 ドキュメント 7571
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ ... ustom" , . m_doc = "Example module that creates an extension type." , . m_size = -1 , }; PyMODINIT_FUNC P ... y を用意します: from distutils.core import setup , Extension setup ( name = "custom" , version = "1.0" , ... ext_modules = [ Extension ( "custom" , [ "custom.c" ])]) そして、シェル ... cases the standard distutils module for building C extensions, it is recommended in real-world use cases ...
https://man.plustar.jp/python/extending/newtypes_tutorial.html - [similar]
Pythonモジュール索引 — Python 3.6.5 ドキュメント 7571
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » Pythonモジュール索引 _ | a | b | ... esses. configparser Configuration file parser. contextlib Utilities for with-statement contexts. copy Sha ... s for ASCII characters. curses.panel A panel stack extension that adds depth to curses windows. curses.te ... y C libraries in a package distutils.command.build_ext Build any extensions in a package distutils.comman ... s Provides standard distutils exceptions distutils.extension Provides the Extension class, used to descri ...
https://man.plustar.jp/python/py-modindex.html - [similar]
What's New In Python 3.2 — Python 3.6.5 ドキュメント 7571
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... matter" : "brief" , "level" : "INFO" , "stream" : "ext://sys.stdout" }, "console_priority" : { "class" : ... matter" : "full" , "level" : "ERROR" , "stream" : "ext://sys.stderr" } }, "root" : { "level" : "DEBUG" , ... メソッドはリソースを解放します。これらクラスは context manager なので with 文とともに使うことが出来、現時 ... g 'cpython-32mu' >>> sysconfig . get_config_var ( 'EXT_SUFFIX' ) # find the full filename extension '.cpy ...
https://man.plustar.jp/python/whatsnew/3.2.html - [similar]
What's New In Python 3.4 — Python 3.6.5 ドキュメント 7405
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... rver Name Indication) サポート の追加。 ssl.SSLContext クラスに 多数の改善 がなされました。 SSL をサポート ... (CRLs=certification revocation lists。 ssl.SSLContext.load_verify_locations() 参照) を含むサーバ証明書検 ... line 1 , in <module> LookupError : 'hex' is not a text encoding; use codecs.decode() to handle arbitrary ... ne 1 , in <module> LookupError : 'rot13' is not a text encoding; use codecs.encode() to handle arbitrary ...
https://man.plustar.jp/python/whatsnew/3.4.html - [similar]
27.3. pdb --- Python デバッガ — Python 3.6.5 ドキュメント 7224
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... continue とタイプできます。あるいは、文を step や next を使って一つづつ実行することができます (これらのコ ... ます。 バージョン 3.2 で変更: .pdbrc に continue や next のようなデバッグを続行するコマンドが使用できるよう ... 行を再開するコマンド (現在のところ continue, step, next, return, jump, quit とそれらの省略形) によって、コ ... のように)。というのも実行を再開すれば (それが単純な next や step であっても) 別のブレークポイントに到達する ...
https://man.plustar.jp/python/library/pdb.html - [similar]
PREV 1 2 3 NEXT