Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 146 for default (0.101 sec.)
29.1. sys --- システムパラメータと関数 — Python 3.6.5 ドキュメント 5465
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... りに getswitchinterval() を使ってください。 sys. getdefaultencoding ( ) ¶ Unicode 実装で使用される現在のデフォ ... 指定することができます。 sys. getsizeof ( object [ , default ] ) ¶ object のサイズをバイト数で返します。 object ... ブジェクトがサイズを取得する手段を提供していない時は default が返されます。 default が指定されていない場合は Ty ... . _enablelegacywindowsfsencoding ( ) ¶ Changes the default filesystem encoding and errors mode to 'mbcs' and ...
https://man.plustar.jp/python/library/sys.html - [similar]
26.6. unittest.mock --- 入門 — Python 3.6.5 ドキュメント 5465
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... pcopy >>> from unittest.mock import Mock , patch , DEFAULT >>> def copy_call_args ( mock ): ... new_mock = Mo ... s ) ... new_mock ( * args , ** kwargs ) ... return DEFAULT ... mock . side_effect = side_effect ... return ne ... expect some object to be passed to a mock that by default compares equal based on object identity (which is ... the Python default for user defined classes). To use assert_called_wi ...
https://man.plustar.jp/python/library/unittest.mock-examples.html - [similar]
What's New in Python 2.3 — Python 3.6.5 ドキュメント 5465
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... が可能になりました。 辞書の新たなメソッド pop(key[, *default*]) は、 key に対応する値を返して辞書からそのキー/値 ... ペアを取り除きます。辞書内にそのキーが不在であれば、 default が指定されていればそれを、そうでなければ KeyError ... ing deprecated. The warning will not be printed by default. To check for use of features that will be depreca ... rvalues', 'keylist', 'keys', 'pop', 'popitem', 'setdefault', 'update', 'valuelist', 'values'] (Contributed by ...
https://man.plustar.jp/python/whatsnew/2.3.html - [similar]
24.2. cmd --- 行指向のコマンドインタープリタのサポート — Python 3.6.5 ドキュメ... 5394
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 、そのメソッドの返り値が返されます。そうでない場合は default() メソッドからの返り値が返されます。 Cmd. emptylin ... 入力された空行でないコマンドが繰り返されます。 Cmd. default ( line ) ¶ コマンドの先頭の語が認識されないときに、 ... 、エラーメッセージを表示して戻ります。 Cmd. completedefault ( text , line , begidx , endidx ) ¶ 利用可能なコマ ...
https://man.plustar.jp/python/library/cmd.html - [similar]
16.16. ctypes --- Pythonのための外部関数ライブラリ — Python 3.6.5 ドキュメント 5394
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ンス化することです: class ctypes. CDLL ( name , mode=DEFAULT_MODE , handle=None , use_errno=False , use_last_er ... と仮定されます。 class ctypes. OleDLL ( name , mode=DEFAULT_MODE , handle=None , use_errno=False , use_last_er ... 出していました。 class ctypes. WinDLL ( name , mode=DEFAULT_MODE , handle=None , use_errno=False , use_last_er ... また獲得されます。 class ctypes. PyDLL ( name , mode=DEFAULT_MODE , handle=None ) ¶ Python GIL が関数呼び出しの ...
https://man.plustar.jp/python/library/ctypes.html - [similar]
16.10. curses --- 文字セル表示を扱うための端末操作 — Python 3.6.5 ドキュメント 5394
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... lines および columns の値を使います。 curses. use_default_colors ( ) ¶ Allow use of default values for color ... s to support transparency in your application. The default color is assigned to the color number -1 . After c ... nce, color pair x to a red foreground color on the default background. curses. wrapper ( func , ... ) ¶ Initi ...
https://man.plustar.jp/python/library/curses.html - [similar]
18.9. mmap --- メモリマップファイル — Python 3.6.5 ドキュメント 5394
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... p ( fileno , length , tagname=None , access=ACCESS_DEFAULT [ , offset ] ) ¶ (Windows バージョン) ファイルハン ... SHARED , prot=PROT_WRITE|PROT_READ , access=ACCESS_DEFAULT [ , offset ] ) (Unix バージョン) ファイルディスクリ ...
https://man.plustar.jp/python/library/mmap.html - [similar]
19.9. quopri --- MIME quoted-printable 形式データのエンコードおよびデコード — P... 5394
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... s and returns the corresponding encoded bytes . By default, it sends a False value to quotetabs parameter of ...
https://man.plustar.jp/python/library/quopri.html - [similar]
13.6. tarfile --- tar アーカイブファイルの読み書き — Python 3.6.5 ドキュメント 5394
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ORMAT ¶ POSIX.1-2001 (pax) フォーマット。 tarfile. DEFAULT_FORMAT ¶ アーカイブを作成する際のデフォルトのフォー ... ile ( name=None , mode='r' , fileobj=None , format=DEFAULT_FORMAT , tarinfo=TarInfo , dereference=False , ign ... オブジェクトとして返します。 TarInfo. tobuf ( format=DEFAULT_FORMAT , encoding=ENCODING , errors='surrogateesca ...
https://man.plustar.jp/python/library/tarfile.html - [similar]
25.2. tkinter.ttk --- Tk のテーマ付きウィジェット — Python 3.6.5 ドキュメント 5394
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... くなります。 lookup ( style , option , state=None , default=None ) ¶ style の指定された option の値を返します。 ... 場合は、1 つ以上の状態名の並びである必要があります。 default 引数が指定されていた場合は、オプション指定が見付か ... 式である必要があります。 例として、コンボボックスの default テーマを少し変更してみましょう from tkinter import ... ) style = ttk . Style () style . theme_settings ( "default" , { "TCombobox" : { "configure" : { "padding" : 5 ...
https://man.plustar.jp/python/library/tkinter.ttk.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT