Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 46 for Attributes (0.012 sec.)
26.8. test --- Python 用回帰テストパッケージ — Python 3.6.5 ドキュメント 6956
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... , other_api , * , ignore=() ) ¶ Returns the set of attributes, functions or methods of ref_api not found on othe ... pecified in ignore . By default this skips private attributes beginning with '_' but includes all magic methods, ...
https://man.plustar.jp/python/library/test.html - [similar]
Argument Clinic How-To — Python 3.6.5 ドキュメント 6819
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Argu ... inate. ] ch: object Character to add. [ attr: long Attributes for the character. ] / ... 注釈: For every optiona ... re expression, using math operators and looking up attributes on objects. However, this support isn't exactly si ...
https://man.plustar.jp/python/howto/clinic.html - [similar]
8.1. datetime --- 基本的な日付型および時間型 — Python 3.6.5 ドキュメント 6819
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... a datetime object, its time components and tzinfo attributes are ignored. バージョン 3.6 で変更: tzinfo 引数が追 ... our, minute, second, microsecond, fold, and tzinfo attributes. See also method time() . バージョン 3.6 で変更: T ... > # Using datetime.timetuple() to get tuple of all attributes >>> tt = dt . timetuple () >>> for it in tt : ... ... verted to Eastern, but earlier times have the fold attribute set to 0 and the later times have it set to 1. For ...
https://man.plustar.jp/python/library/datetime.html - [similar]
19.1.8. email: 使用例 — Python 3.6.5 ドキュメント 6819
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... gic_html_parser has to rewrite the href="cid:...." attributes to # point to the filenames in partfiles. It also ...
https://man.plustar.jp/python/library/email.examples.html - [similar]
29.1. sys --- システムパラメータと関数 — Python 3.6.5 ドキュメント 6819
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 示します。 sys.implementation may contain additional attributes specific to the Python implementation. These non-s ... tandard attributes must start with an underscore, and are not describ ...
https://man.plustar.jp/python/library/sys.html - [similar]
20.9. xml.sax --- SAX2 パーサのサポート — Python 3.6.5 ドキュメント 6819
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... まいません。 インタフェース InputSource , Locator , Attributes , AttributesNS , XMLReader はモジュール xml.sax.xm ...
https://man.plustar.jp/python/library/xml.sax.html - [similar]
What's New in Python 2.3 — Python 3.6.5 ドキュメント 6819
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... : you can now assign to the __name__ and __bases__ attributes of new-style classes. There are some restrictions ... and second; and datetime , which contains all the attributes of both date and time . There's also a timedelta c ... the rules relating to the __module__ and __name__ attributes. In summary, you will want to ensure the type's di ...
https://man.plustar.jp/python/whatsnew/2.3.html - [similar]
What's New In Python 3.0 — Python 3.6.5 ドキュメント 6819
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... s__ と __methods__ は削除されました。 The function attributes named func_X have been renamed to use the __X__ fo ... the function attribute namespace for user-defined attributes. To wit, func_closure , func_code , func_defaults ...
https://man.plustar.jp/python/whatsnew/3.0.html - [similar]
Python で Curses プログラミング — Python 3.6.5 ドキュメント 6666
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Pyth ... r() function; this can be bitwise-OR'ed with other attributes such as A_REVERSE , but again, such combinations a ...
https://man.plustar.jp/python/howto/curses.html - [similar]
ソート HOW TO — Python 3.6.5 ドキュメント 6666
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » ソー ... A', 15)] 同じテクニックは名前づけされた属性 (named attributes) を使うことでオブジェクトに対しても動作します。例え ...
https://man.plustar.jp/python/howto/sorting.html - [similar]
PREV 1 2 3 4 5 NEXT