Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 34 for Namespace (0.051 sec.)
20.12. xml.sax.xmlreader --- XML パーサのインタフェース — Python 3.6.5 ドキュメ... 7749
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... に渡されます。 AttributesImpl の派生クラスですが、 namespaceURI と localname の2要素のタプルを解釈します。さらに ... getNameByQName ( name ) ¶ 修飾名 name に対応する (namespace, localname) のペアを返します。 AttributesNS. getQN ... ameByName ( name ) ¶ (namespace, localname) のペアに対応する修飾名を返します。 Att ...
https://man.plustar.jp/python/library/xml.sax.reader.html - [similar]
What's New In Python 3.6 — Python 3.6.5 ドキュメント 7749
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... metaclasses must ensure that the new __classcell__ namespace entry is propagated to type.__new__ (as described ... the name given to the descriptor within the class namespace. In other words, instances of descriptors can now ... れます。 Also, the effective default class execution namespace (returned from type.__prepare__() ) is now an inse ... ass__ closure variable, the implicit __classcell__ namespace entry must now be passed up to type.__new__ for in ...
https://man.plustar.jp/python/whatsnew/3.6.html - [similar]
27.7. tracemalloc --- メモリ割り当ての追跡 — Python 3.6.5 ドキュメント 7685
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... init__.py:368: 293.6 KiB exec ( class_definition , namespace ) #4: Lib/abc.py:133: 115.2 KiB cls = super () . _ ... _new__ ( mcls , name , bases , namespace ) #5: unittest/case.py:574: 103.1 KiB testMethod ( ...
https://man.plustar.jp/python/library/tracemalloc.html - [similar]
20.5. xml.etree.ElementTree --- ElementTree XML API — Python 3.6.5 ドキュメント 7685
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ードのみを含みます。 xml.etree.ElementTree. register_namespace ( prefix , uri ) ¶ 名前空間の接頭辞を登録します。レ ... を送出します。 バージョン 3.2 で追加. find ( match , namespaces=None ) ¶ match にマッチする最初の子要素を検索しま ... を指定できます。要素インスタンスか None を返します。 namespaces はオプションで、名前空間接頭辞から完全名を対応付け ... るマップオブジェクトを指定します。 findall ( match , namespaces=None ) ¶ タグ名または パス にマッチするすべての子 ...
https://man.plustar.jp/python/library/xml.etree.elementtree.html - [similar]
索引 — Python 3.6.5 ドキュメント 7621
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » 索引 – 記号 ! (pdb command) != 演 ... assignment /= augmented assignment 2to3 : package namespace portion < 演算子 << 演算子 <<= augmented assignmen ...
https://man.plustar.jp/python/genindex-%E8%A8%98%E5%8F%B7.html - [similar]
What's New in Python 2.5 — Python 3.6.5 ドキュメント 7621
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... 444be1e') >>> # make a UUID using an MD5 hash of a namespace UUID and a name >>> uuid . uuid3 ( uuid . NAMESPAC ... a847da') >>> # make a UUID using a SHA-1 hash of a namespace UUID and a name >>> uuid . uuid5 ( uuid . NAMESPAC ...
https://man.plustar.jp/python/whatsnew/2.5.html - [similar]
16. 汎用オペレーティングシステムサービス — Python 3.6.5 ドキュメント 7541
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 字でのマッチング) 16.4.4.5. sys.argv 以外 16.4.4.6. Namespace オブジェクト 16.4.5. その他のユーティリティ 16.4.5 ...
https://man.plustar.jp/python/library/allos.html - [similar]
8.3. collections --- コンテナデータ型 — Python 3.6.5 ドキュメント 7541
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... user' ) parser . add_argument ( '-c' , '--color' ) namespace = parser . parse_args () command_line_args = { k : ... v for k , v in vars ( namespace ) . items () if v } combined = ChainMap ( command_ ... とにした変更可能な名前空間を作成するには types.SimpleNamespace() を参照してください。 名前付きタプルに型ヒントを追 ...
https://man.plustar.jp/python/library/collections.html - [similar]
31.2. pkgutil --- パッケージ拡張ユーティリティ — Python 3.6.5 ドキュメント 7541
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... en None is returned. In particular, the loader for namespace packages does not support get_data . 関連キーワード ...
https://man.plustar.jp/python/library/pkgutil.html - [similar]
Pythonモジュール索引 — Python 3.6.5 ドキュメント 7541
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » Pythonモジュール索引 _ | a | b | ... ng. builtins The module that provides the built-in namespace. bz2 Interfaces for bzip2 compression and decompre ...
https://man.plustar.jp/python/py-modindex.html - [similar]
PREV 1 2 3 4 NEXT