Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 43 for flag (0.056 sec.)
19.9. quopri --- MIME quoted-printable 形式データのエンコードおよびデコード — P... 7990
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... e binary file objects . quotetabs , a non-optional flag which controls whether to encode embedded spaces a ... are always encoded, as per RFC 1521 . header is a flag which controls if spaces are encoded as underscore ...
https://man.plustar.jp/python/library/quopri.html - [similar]
What's New In Python 3.6 — Python 3.6.5 ドキュメント 7990
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... tributed by Jim Fulton in bpo-27392 .) TCP_NODELAY flag is now set for all TCP transports by default. (Con ... n base classes have been added to the enum module: Flag and IntFlags . Both are used to define constants t ... rd library modules have been updated to use the IntFlags class for their constants. The new enum.auto valu ... ers in order of cipher priority. All constants and flags have been converted to IntEnum and IntFlags . (Co ...
https://man.plustar.jp/python/whatsnew/3.6.html - [similar]
正規表現 HOWTO — Python 3.6.5 ドキュメント 7882
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » 正規 ... >>> p re.compile('ab*') re.compile() はいくつかの flags 引数を受け付けることができます、この引数はさまざま ... す、それぞれについてのより詳細な説明が後に続きます。 Flag 意味 ASCII , A \w , \b , \s , そして \d などをそれ ... Full Unicode matching also works unless the ASCII flag is used to disable non-ASCII matches. When the Uni ... [A-Z] are used in combination with the IGNORECASE flag, they will match the 52 ASCII letters and 4 additi ...
https://man.plustar.jp/python/howto/regex.html - [similar]
35.9. fcntl --- fcntl および ioctl システムコール — Python 3.6.5 ドキュメント 7882
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ます。 fcntl. ioctl ( fd , request , arg=0 , mutate_flag=True ) ¶ この関数は fcntl() 関数と同じですが、引数 ... じです。 可変なバッファが渡された場合、動作は mutate_flag 引数の値で決定されます。 この値が偽の場合、バッファ ... するバッファ長までであれば正しく動作します。 mutate_flag が真 (デフォルト) の場合、バッファは (実際には) 根 ...
https://man.plustar.jp/python/library/fcntl.html - [similar]
35.10. pipes --- シェルパイプラインへのインタフェース — Python 3.6.5 ドキュメン... 7666
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 価の新しいオブジェクトを返します。 Template. debug ( flag ) ¶ flag が真の場合、デバッグをオンにします。そうで ...
https://man.plustar.jp/python/library/pipes.html - [similar]
21.26. xmlrpc.client --- XML-RPC クライアントアクセス — Python 3.6.5 ドキュメン... 7666
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... UTF-8. The optional fourth argument is a debugging flag. The following parameters govern the use of the re ... sions.php for a description. The use_builtin_types flag can be used to cause date/time values to be presen ... binary data to be presented as bytes objects; this flag is false by default. datetime.datetime , bytes and ... may be passed to calls. The obsolete use_datetime flag is similar to use_builtin_types but it applies onl ...
https://man.plustar.jp/python/library/xmlrpc.client.html - [similar]
8. データ型 — Python 3.6.5 ドキュメント 7574
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 13.13. 派生列挙型 8.13.13.1. IntEnum 8.13.13.2. IntFlag 8.13.13.3. Flag 8.13.13.4. その他 8.13.14. 興味深い ... 13.15.3.5. メソッド付きの Enum クラス 8.13.15.3.6. Flag のメンバーの組み合わせ 関連キーワード: オブジェクト ...
https://man.plustar.jp/python/library/datatypes.html - [similar]
18.8. signal --- 非同期イベントにハンドラを設定する — Python 3.6.5 ドキュメント 7358
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... うになりました。 signal. siginterrupt ( signalnum , flag ) ¶ システムコールのリスタートの動作を変更します。 ... flag が False の場合、 signalnum シグナルに中断されたシ ... 使ってシグナルハンドラを設定したときに、暗黙のうちに flag に true を指定して siginterrupt() が実行されるため ...
https://man.plustar.jp/python/library/signal.html - [similar]
35.3. spwd --- シャドウパスワードデータベース — Python 3.6.5 ドキュメント 7142
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ントが期限切れになる日の 1970-01-01 からの日数 8 sp_flag 将来のために予約 sp_namp と sp_pwdp は文字列で、他 ...
https://man.plustar.jp/python/library/spwd.html - [similar]
2. 拡張の型の定義: チュートリアル — Python 3.6.5 ドキュメント 7049
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ ... sizeof ( CustomObject ), . tp_itemsize = 0 , . tp_flags = Py_TPFLAGS_DEFAULT , . tp_new = PyType_GenericN ... つねに増加するためこの条件は満たされています。 Py_TPFLAGS_DEFAULT にクラスフラグを設定します。 . tp_flags = ... Py_TPFLAGS_DEFAULT , すべての型はフラグにこの定数を含めておく ... sizeof ( CustomObject ), . tp_itemsize = 0 , . tp_flags = Py_TPFLAGS_DEFAULT | Py_TPFLAGS_BASETYPE , . tp ...
https://man.plustar.jp/python/extending/newtypes_tutorial.html - [similar]
PREV 1 2 3 4 5 NEXT