Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 274 for IN (0.742 sec.)
20.5. xml.etree.ElementTree --- ElementTree XML API — Python 3.6.5 ドキュメント 4683
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... version="1.0"?> <data> <country name= "Liechtenstein" > <rank> 1 </rank> <year> 2008 </year> <gdppc> 14 ... and" direction= "W" /> </country> <country name= "Singapore" > <rank> 4 </rank> <year> 2011 </year> <gdp ... 直接インポートすることも出来ます: root = ET . fromstring ( country_data_as_string ) fromstring() は XML を ... にイテレート可能な子ノードも持ちます: >>> for child in root : ... print ( child . tag , child . attrib ) ...
https://man.plustar.jp/python/library/xml.etree.elementtree.html - [similar]
4. ソースコード配布物を作成する — Python 3.6.5 ドキュメント 4654
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... zip で圧縮された tar ファイル形式 ( .tar.gz ) で、Windows では ZIP 形式です。 --formats オプションを使え ... 変更: xztar 形式のサポートが追加されました。 注釈: Windows でのデフォルト形式です Unixでのデフォルト形式で ... を配布物に含めたいと思うでしょう。普通は、 MANIFEST.in と呼ばれる マニフェストテンプレート (manifest temp ... れません。 バージョン 3.1 で変更: sdist は MANIFEST.in もしくは setup.py と更新時刻を比較せずに、生成され ...
https://man.plustar.jp/python/distutils/sourcedist.html - [similar]
18.7. asynchat --- 非同期ソケットコマンド/レスポンスハンドラ — Python 3.6.5 ド... 4654
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... hat を定義しており、 async_chat を継承して collect_incoming_data() メソッドと found_terminator() メソッド ... する際には async_chat のサブクラスを作成し、 collect_incoming_data() と found_terminator() を定義しなければ ... ために、2つのクラス属性を調整することができます。 ac_in_buffer_size ¶ 非同期入力バッファサイズ (デフォルト ... asyncore.dispatcher , async_chat allows you to define a FIFO queue of producers . A producer need have ...
https://man.plustar.jp/python/library/asynchat.html - [similar]
11.1. pathlib --- オブジェクト指向のファイルシステムパス — Python 3.6.5 ドキュ... 4654
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ないくつかの特殊なケースで有用です: Unix マシン上で Windows のパスを扱いたいとき (またはその逆)。Unix 上で ... 実行しているときに WindowsPath のインスタンスを作成することはできませんが ... 、 PureWindowsPath なら可能になります。 実際に OS にアクセスす ... 一覧を取得します: >>> p = Path ( '.' ) >>> [ x for x in p . iterdir () if x . is_dir ()] [PosixPath('.hg') ...
https://man.plustar.jp/python/library/pathlib.html - [similar]
6.7. readline --- GNU readline のインタフェース — Python 3.6.5 ドキュメント 4654
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... リ » 6. テキスト処理サービス » 6.7. readline --- GNU readline のインタフェース ¶ readline モジ ... 定は、インタプリタの対話プロンプトならびに組み込みの input() 関数の両方の挙動に影響します。 注釈 下層の Re ... adline ライブラリー API は GNU readline ではなく libedit ... リーで実装される可能性があります。 MacOS X では readline モジュールはどのライブラリーが使われているかを実行 ...
https://man.plustar.jp/python/library/readline.html - [similar]
26.4. unittest --- ユニットテストフレームワーク — Python 3.6.5 ドキュメント 4654
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... テストフレームワーク ¶ ソースコード: Lib/unittest/__init__.py (すでにテストの基本概念について詳しいようで ... ルとは趣きがだいぶ異なります。 Simple Smalltalk Testing: With Patterns Kent Beck のテスティングフレームワ ... t func(10) == 42 のように書きます。 The Python Testing Tools Taxonomy 多くの Python のテストツールが一覧 ... ームワークやモックライブラリも掲載されています。 Testing in Python メーリングリスト Python でテストやテスト ...
https://man.plustar.jp/python/library/unittest.html - [similar]
21.9. urllib.error --- urllib.request が投げる例外 — Python 3.6.5 ドキュメント 4654
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... るのに役立ちます。 code ¶ An HTTP status code as defined in RFC 2616 . This numeric value corresponds to ... a value found in the dictionary of codes as found in http.server.Ba ... 11, 2022 バグを見つけたら ? このドキュメントは Sphinx 1.8.5 を使って作成されました。 ...
https://man.plustar.jp/python/library/urllib.error.html - [similar]
21.20. uuid --- UUID objects according to RFC 4122 — Python 3.6.5 ドキュメント 4654
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... コルとサポート » 21.20. uuid --- UUID objects according to RFC 4122 ¶ ソースコード: Lib/uuid.py このモジュ ... =None , bytes=None , bytes_le=None , fields=None , int=None , version=None ) ¶ Create a UUID from either ... a string of 32 hexadecimal digits, a string of 16 bytes as ... the bytes argument, a string of 16 bytes in little-endian order as the bytes_l ...
https://man.plustar.jp/python/library/uuid.html - [similar]
8. Distutilsの拡張 — Python 3.6.5 ドキュメント 4625
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... の新実装を必要とする時にもっとも価値があります。 Beginning with Python 2.4, a third option is available, ... ow new commands to be added which can support existing setup.py scripts without requiring modifications ... to the Python installation. This is expected to allow third-party e ... xtensions to provide support for additional packaging systems, but the commands can be used for anythin ...
https://man.plustar.jp/python/distutils/extending.html - [similar]
21.24. http.cookiejar --- HTTP クライアント用の Cookie 処理 — Python 3.6.5 ドキ... 4625
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ie2 ヘッダに現れる多種多様なパラメータの名前 ( domain や expires など) は便宜上 属性 と呼ばれますが、ここ ... 3 で変更: LoadError was made a subclass of OSError instead of IOError . 以下のクラスが提供されています: ... http.cookiejar. DefaultCookiePolicy ( blocked_domains=None , allowed_domains=None , netscape=True , rfc ... as_netscape=None , hide_cookie2=False , strict_domain=False , strict_rfc2965_unverifiable=True , strict_ ...
https://man.plustar.jp/python/library/http.cookiejar.html - [similar]