Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 103 for size (0.073 sec.)
Set オブジェクト — Python 3.6.5 ドキュメント 6325
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... のサブタイプのインスタンスに対して利用できます。 Py_ssize_t PySet_Size ( PyObject *anyset ) ¶ set や frozens ... でない場合は、 PyExc_SystemError を送出します。 Py_ssize_t PySet_GET_SIZE ( PyObject *anyset ) ¶ エラーチェ ... ックを行わない、 PySet_Size() のマクロ形式。 int PySet_Contains ( PyObject *an ...
https://man.plustar.jp/python/c-api/set.html - [similar]
24.1. turtle --- タートルグラフィックス — Python 3.6.5 ドキュメント 6325
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... pendown() | pd() | down() penup() | pu() | up() pensize() | width() pen() isdown() 色の制御 color() pencol ... ) hideturtle() | ht() isvisible() 見た目 shape() resizemode() shapesize() | turtlesize() shearfactor() set ... ar() | clearscreen() reset() | resetscreen() screensize() setworldcoordinates() アニメーションの制御 delay ... 40.00) >>> turtle . heading () 180.0 turtle. dot ( size=None , *color ) ¶ パラメータ: size -- 1 以上の整数 ...
https://man.plustar.jp/python/library/turtle.html - [similar]
7. 入力と出力 — Python 3.6.5 ドキュメント 6325
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... と仮定します。 ファイルの内容を読み出すには、 f.read(size) を呼び出します。このメソッドはある量のデータを読み ... ブジェクト (バイナリーモードの場合) として返します。 size はオプションの数値引数です。 size が省略されたり負 ... の二倍の大きさもある場合にはどうなるかわかりません。 size が負でない数ならば、最大で size バイトを読み出して ...
https://man.plustar.jp/python/tutorial/inputoutput.html - [similar]
6.3. difflib --- 差分の計算を助ける — Python 3.6.5 ドキュメント 6274
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ストラクタは以下のようになっています: __init__ ( tabsize=8 , wrapcolumn=None , linejunk=None , charjunk=IS_ ... UNK ) ¶ HtmlDiff のインスタンスを初期化します。 tabsize はオプションのキーワード引数で、タブストップ幅を指 ... nd_longest_match ( 0 , 5 , 0 , 9 ) Match(a=0, b=4, size=5) 引数 isjunk が与えられている場合、上記の通り、は ... nd_longest_match ( 0 , 5 , 0 , 9 ) Match(a=1, b=0, size=4) どんな列にもマッチしない時は、 (alo, blo, 0) を ...
https://man.plustar.jp/python/library/difflib.html - [similar]
16.1. os --- 雑多なオペレーティングシステムインタフェース — Python 3.6.5 ドキュ... 6274
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... x 。 バージョン 3.3 で追加. os. pread ( fd , buffersize , offset ) ¶ ファイル記述子 fd に対し、位置 offset ... から読み込みます。読み込み量は最大で buffersize バイトです。ファイルオフセットは変化しません。 利用 ... 問い合わせ ¶ バージョン 3.3 で追加. os. get_terminal_size ( fd=STDOUT_FILENO ) ¶ ターミナル (端末) のサイズ ... (columns, lines) を、 terminal_size 型のタプルで返します。 オプションの引数 fd には問い ...
https://man.plustar.jp/python/library/os.html - [similar]
13.5. zipfile --- ZIP アーカイブの処理 — Python 3.6.5 ドキュメント 6274
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... se a ValueError . When writing a file, if the file size is not known in advance but may exceed 2 GiB, pass ... is capable of supporting large files. If the file size is known in advance, construct a ZipInfo object wi ... th file_size set, and use that as the name parameter. 注釈 open ... のファイルの CRC-32 チェックサム。 ZipInfo. compress_size ¶ 圧縮後のデータのサイズ。 ZipInfo. file_size ¶ 圧 ...
https://man.plustar.jp/python/library/zipfile.html - [similar]
DTrace と SystemTap で CPython を測定する — Python 3.6.5 ドキュメント 6183
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » DTra ... fset 0x00000254 with length 0x00000020: Owner Data size Description GNU 0x00000010 NT_GNU_ABI_TAG (ABI ver ... fset 0x00000274 with length 0x00000024: Owner Data size Description GNU 0x00000014 NT_GNU_BUILD_ID (unique ... fset 0x002d6c30 with length 0x00000144: Owner Data size Description stapsdt 0x00000031 NT_STAPSDT (SystemT ...
https://man.plustar.jp/python/howto/instrumentation.html - [similar]
7.2. codecs --- codec レジストリと基底クラス — Python 3.6.5 ドキュメント 6183
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... の集合は register_error() で拡張できます。 read ( [ size [ , chars [ , firstline ] ] ] ) ¶ ストリームからの ... 合には要求された数未満のデータを返す場合があります。 size 引数は、デコード用に読み込むエンコードされたバイト ... 戦略を取るべきです。すなわち、エンコーディング定義と size の値が許す範囲で、できるだけ多くのデータを読むべき ... 態の目印があれば、それも読み込みます。 readline ( [ size [ , keepends ] ] ) ¶ 入力ストリームから1行読み込み ...
https://man.plustar.jp/python/library/codecs.html - [similar]
13.6. tarfile --- tar アーカイブファイルの読み書き — Python 3.6.5 ドキュメント 6183
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... e. open ( name=None , mode='r' , fileobj=None , bufsize=10240 , **kwargs ) ¶ パス名 name の TarFile オブジ ... mode に依存した) 任意のオブジェクトにできます。 bufsize にはブロックサイズを指定します。デフォルトは 20 * ... える場合、 binary file にしなければならず、 tarinfo.size バイトがそれから読まれ、アーカイブに追加されます。 ... ルの先頭にある通常のファイルオブジェクトでない場合、 size などの属性は修正が必要かもしれません。これは、 Gzi ...
https://man.plustar.jp/python/library/tarfile.html - [similar]
26.4. unittest --- ユニットテストフレームワーク — Python 3.6.5 ドキュメント 6183
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... くことができます: import unittest class DefaultWidgetSizeTestCase ( unittest . TestCase ): def test_default_ ... widget_size ( self ): widget = Widget ( 'The widget' ) self . ... assertEqual ( widget . size (), ( 50 , 50 )) Note that in order to test someth ... = Widget ( 'The widget' ) def test_default_widget_size ( self ): self . assertEqual ( self . widget . siz ...
https://man.plustar.jp/python/library/unittest.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT