Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 70 for long (0.055 sec.)
型オブジェクト — Python 3.6.5 ドキュメント 6752
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... presence of optional/expanded features */ unsigned long tp_flags ; const char * tp_doc ; /* Documentation ... に含まれるフィールドは個別に継承されます。 unsigned long PyTypeObject.tp_flags ¶ このフィールドは様々なフラ ... FLAGS_HAVE_VERSION_TAG が入っています。 Py_TPFLAGS_LONG_SUBCLASS ¶ Py_TPFLAGS_LIST_SUBCLASS ¶ Py_TPFLAGS_T ... SS ¶ Py_TPFLAGS_TYPE_SUBCLASS ¶ これらのフラグは PyLong_Check() のような関数が、型がとある組み込み型のサブ ...
https://man.plustar.jp/python/c-api/typeobj.html - [similar]
10. API リファレンス — Python 3.6.5 ドキュメント 6752
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... 文字列 description 1行で書いたパッケージ解説 文字列 long_description パッケージの長い解説 文字列 author パッ ... s は FancyGetopt のコンストラクタで説明されている (long_option, short_option, help_string) の3要素タプルの ... e ] ) ¶ option_table は 3つ組タプルのリストです。 (long_option, short_option, help_string) もしオプションが ... 引数を持つなら、 long_option に '=' を追加する必要があります。 short_opt ...
https://man.plustar.jp/python/distutils/apiref.html - [similar]
26.7. 2to3 - Python 2 から 3 への自動コード変換 — Python 3.6.5 ドキュメント 6752
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... alse() は itertools.filterfalse() に変換されます。 longlong を int に変更します。 map ¶ list 呼び出しの ...
https://man.plustar.jp/python/library/2to3.html - [similar]
20.7. xml.dom.minidom --- 最小限の DOM の実装 — Python 3.6.5 ドキュメント 6752
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 制されません。 short int 、 unsigned int 、 unsigned long long 、および boolean 型は、全て Python 整数オブジ ...
https://man.plustar.jp/python/library/xml.dom.minidom.html - [similar]
19.1.4. email.policy: ポリシーオブジェクト — Python 3.6.5 ドキュメント 6682
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... s are: none all source values use original folding long source values that have any line that is longer th ... refolded all all values are refolded. デフォルトは long です。 header_factory ¶ A callable that takes two ...
https://man.plustar.jp/python/library/email.policy.html - [similar]
4. 組み込み型 — Python 3.6.5 ドキュメント 6682
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... mentation detail: 現在使われている素数は、32 bit C long のマシンでは P = 2**31 - 1 、 64-bit C long のマシ ... ます: >>> from ctypes import BigEndianStructure , c_long >>> class BEPoint ( BigEndianStructure ): ... _fie ... lds_ = [( "x" , c_long ), ( "y" , c_long )] ... >>> point = BEPoint ( 100 ...
https://man.plustar.jp/python/library/stdtypes.html - [similar]
29.9. traceback --- スタックトレースの表示または取得 — Python 3.6.5 ドキュメン... 6682
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... well, for those items with source text lines. For long sequences of the same frame and line, the first fe ... ber of further repetitions. バージョン 3.6 で変更: Long sequences of repeated frames are now abbreviated. ...
https://man.plustar.jp/python/library/traceback.html - [similar]
What's New In Python 3.0 — Python 3.6.5 ドキュメント 6682
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... 用法と全く互換にするにはシーケンスを itertools.zip_longest() で包んでください。例えば map(func, *sequences ... ) を list(map(func, itertools.zip_longest(*sequences))) とします。 range() は xrange() の ... に使用できるはずです) 整数 ¶ PEP 237 : Essentially, long renamed to int . That is, there is only one built- ... pe, named int ; but it behaves mostly like the old long type. PEP 238 : An expression like 1/2 returns a f ...
https://man.plustar.jp/python/whatsnew/3.0.html - [similar]
What's New In Python 3.1 — Python 3.6.5 ドキュメント 6682
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... s and therefore the garbage collection overhead on long-running programs, depending on their particular us ... and the benchmark. (Contributed by Antoine Pitrou along with a number of other participants, bpo-4753 ). U ... t=4) (Contributed by Mark Dickinson; bpo-4258 .) PyLong_AsUnsignedLongLong() 関数は負の pylong に対し Type ... mber_Int() が非推奨になりました。代わりに PyNumber_Long() を使用してください。 (Contributed by Mark Dickin ...
https://man.plustar.jp/python/whatsnew/3.1.html - [similar]
型オブジェクト — Python 3.6.5 ドキュメント 6611
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... シュをクリアします。現在のバージョンタグを返します。 long PyType_GetFlags ( PyTypeObject * type ) ¶ type のメ ...
https://man.plustar.jp/python/c-api/type.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT