Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 43 for flag (0.050 sec.)
16.10. curses --- 文字セル表示を扱うための端末操作 — Python 3.6.5 ドキュメント 13420
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... only after the call to initscr() . curses. meta ( flag ) ¶ If flag is True , allow 8-bit characters to be ... input. If flag is False , allow only 7-bit chars. curses. mousein ... 力に送られるので注意して下さい。 curses. qiflush ( [ flag ] ) ¶ flag が False なら、 noqiflush() を呼ぶのとと ... 同じ効果です。 flag が True か、引数が与えられていない場合、制御文字が ...
https://man.plustar.jp/python/library/curses.html - [similar]
8.13. enum --- 列挙型のサポート — Python 3.6.5 ドキュメント 11846
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... るのに使用できる 4 つの列挙型クラス Enum , IntEnum , Flag , IntFlag を定義しています。 このモジュールはデコレ ... 列挙型定数を作成する基底クラスです。 class enum. IntFlag ¶ 列挙型定数を作成する基底クラスで、ビット演算子を ... 使って組み合わせられ、その結果も IntFlag メンバーになります。 IntFlag は int のサブクラスで ... もあります。 class enum. Flag ¶ 列挙型定数を作成する基底クラスで、ビット演算を使 ...
https://man.plustar.jp/python/library/enum.html - [similar]
19.4. mailbox --- 様々な形式のメールボックス操作 — Python 3.6.5 ドキュメント 11646
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ものです。 Maildir の標準的なフラグは以下の通りです: Flag 意味 説明 D ドラフト(Draft) 作成中 F フラグ付き(Fl ... r に移動されます。メッセージ msg は "S" in msg.get_flags() が True ならば読まれています。 set_subdir ( sub ... または "cur" のいずれかでなければなりません。 get_flags ( ) ¶ 現在セットされているフラグを特定する文字列を ... " が実験的セマンティクスを使っている場合です。 set_flags ( flags ) ¶ flags で指定されたフラグをセットし、他 ...
https://man.plustar.jp/python/library/mailbox.html - [similar]
26.7. 2to3 - Python 2 から 3 への自動コード変換 — Python 3.6.5 ドキュメント 10073
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... .) Writing the changes back is enabled with the -w flag: $ 2to3 -w example.py 変換後、 example.py は以下の ... ult, 2to3 runs a set of predefined fixers . The -l flag lists all available fixers. An explicit set of fix ... refactor doctests. To enable this mode, use the -d flag. Note that only doctests will be refactored. This ... is change can also be enabled manually with the -p flag. Use -p to run fixers on code that already has had ...
https://man.plustar.jp/python/library/2to3.html - [similar]
12.5. dbm --- Unix "データベース" へのインタフェース — Python 3.6.5 ドキュメン... 9764
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 必要なモジュール名を含む文字列。 dbm. open ( file , flag='r' , mode=0o666 ) ¶ データベースファイル file を開 ... 可能な最初のモジュールが使用されます。 オプションの flag は: 値 意味 'r' 既存のデータベースを読み込み専用で ... rror が送出されます。 dbm.gnu. open ( filename [ , flag [ , mode ] ] ) ¶ gdbm データベースを開いて gdbm オ ... 引数はデータベースファイルの名前です。 オプションの flag は: 値 意味 'r' 既存のデータベースを読み込み専用で ...
https://man.plustar.jp/python/library/dbm.html - [similar]
6.2. re --- 正規表現操作 — Python 3.6.5 ドキュメント 9240
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... モジュールコンテンツ を参照してください。) これは、 flag 引数を re.compile() 関数に渡すのではなく、そのフラ ... tterns, but this can be changed by using the ASCII flag. Word boundaries are determined by the current loc ... ale if the LOCALE flag is used. Inside a character range, \b represents t ... e, although this can be changed by using the ASCII flag. Word boundaries are determined by the current loc ...
https://man.plustar.jp/python/library/re.html - [similar]
12.3. shelve --- Python オブジェクトの永続化 — Python 3.6.5 ドキュメント 9024
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 。キーは通常の文字列です。 shelve. open ( filename , flag='c' , protocol=None , writeback=False ) ¶ 永続的な ... ァイルは読み書き可能なように開かれます。オプションの flag パラメータは dbm.open() における flag パラメータと ... れます。 class shelve. DbfilenameShelf ( filename , flag='c' , protocol=None , writeback=False ) ¶ Shelf の ... ァイルは読み書き可能な状態で開かれます。オプションの flag パラメータは open() 関数におけるパラメータと同様に ...
https://man.plustar.jp/python/library/shelve.html - [similar]
21.16. nntplib --- NNTP プロトコルクライアント — Python 3.6.5 ドキュメント 8499
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... redentials are present in /.netrc and the optional flag usenetrc is true, the AUTHINFO USER and AUTHINFO P ... thenticate the user to the server. If the optional flag readermode is true, then a mode reader command is ... up='gmane.network.tor.devel', last='4', first='1', flag='m') NNTP. newnews ( group , date , * , file=None ... ern . Each tuple has the form (group, last, first, flag) , where group is a group name, last and first are ...
https://man.plustar.jp/python/library/nntplib.html - [similar]
29.12. inspect --- 活動中のオブジェクトの情報を取得する — Python 3.6.5 ドキュメ... 8083
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... イル名 co_firstlineno Python ソースコードの先頭行 co_flags bitmap of CO_* flags, read more here co_lnotab 行 ... . バージョン 3.5 で追加. 29.12.8. Code Objects Bit Flags ¶ Python code objects have a co_flags attribute, ... which is a bitmap of the following flags: inspect. CO_OPTIMIZED ¶ The code object is optim ... ameter ( **kwargs -like). inspect. CO_NESTED ¶ The flag is set when the code object is a nested function. ...
https://man.plustar.jp/python/library/inspect.html - [similar]
20.13. xml.parsers.expat --- Expat を使った高速な XML 解析 — Python 3.6.5 ドキ... 7990
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... て生成されます。 xmlparser. SetParamEntityParsing ( flag ) ¶ パラメータエンティティ (外部DTDサブセットを含む ... ) の解析を制御します。 flag の有効な値は、 XML_PARAM_ENTITY_PARSING_NEVER , XM ... TANDALONE , XML_PARAM_ENTITY_PARSING_ALWAYS です。 flag の設定をしたら true を返します。 xmlparser. UseFor ... eignDTD ( [ flag ] ) ¶ flag の値をデフォルトのtrueにすると、Expatは ...
https://man.plustar.jp/python/library/pyexpat.html - [similar]
PREV 1 2 3 4 5 NEXT