Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 31 for width (0.027 sec.)
22.1. audioop --- 生の音声データを操作する — Python 3.6.5 ドキュメント 14834
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 出されます。 audioop. add ( fragment1 , fragment2 , width ) ¶ パラメータとして渡された2つのサンプルの和のデー ... タを返します。 width はバイト単位のサンプル幅で、 1 , 2 , 3 , 4 のいずれ ... 捨てされます。 audioop. adpcm2lin ( adpcmfragment , width , state ) ¶ Intel/DVI ADPCM 形式のデータをリニア ( ... sample, newstate) からなるタプルを返し、サンプルは width に指定した幅になります。 audioop. alaw2lin ( fragm ...
https://man.plustar.jp/python/library/audioop.html - [similar]
6.4. textwrap --- テキストの折り返しと詰め込み — Python 3.6.5 ドキュメント 12165
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... スタンスを使うべきでしょう。 textwrap. wrap ( text , width=70 , **kwargs ) ¶ text (文字列)内の段落を一つだけ折 ... り返しを行います。したがって、すべての行が高々 width 文字の長さになります。最後に改行が付かない出力行の ... る TextWrapper のインスタンス属性に対応しています。 width はデフォルトで 70 です。 wrap() の動作についての詳 ... メソッドを参照してください。 textwrap. fill ( text , width=70 , **kwargs ) ¶ text 内の段落を一つだけ折り返しを ...
https://man.plustar.jp/python/library/textwrap.html - [similar]
8.11. pprint --- データ出力の整然化 — Python 3.6.5 ドキュメント 9593
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... れています: class pprint. PrettyPrinter ( indent=1 , width=80 , depth=None , stream=None , * , compact=False ... 。デフォルトでは、オブジェクトの深さを制限しません。 width 引数を使うと、出力する幅を望みの文字数に設定できま ... 行ずつ分けて書式化されます。 compact を真にすると、 width 幅に収まるだけの量のアイテムがそれぞれの出力行に書 ... 'knights', 'ni'] >>> pp = pprint . PrettyPrinter ( width = 41 , compact = True ) >>> pp . pprint ( stuff ) ...
https://man.plustar.jp/python/library/pprint.html - [similar]
4. 組み込み型 — Python 3.6.5 ドキュメント 9479
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... .hash_info.imag * hash(z.imag) の 2**sys.hash_info.width を法とする還元を計算することにより組み合わせられ、 ... よってこれは range(-2**(sys.hash_info.width - 1), 2**(sys.hash_info.width - 1)) に収まります。 ... ) # do a signed reduction modulo 2**sys.hash_info.width M = 2 ** ( sys . hash_info . width - 1 ) hash_valu ... されています。 バージョン 3.3 で追加. str. center ( width [ , fillchar ] ) ¶ width の長さをもつ中央寄せされた ...
https://man.plustar.jp/python/library/stdtypes.html - [similar]
8.2. calendar --- 一般的なカレンダーに関する関数群 — Python 3.6.5 ドキュメント 9010
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 数字からなるリストです。 yeardatescalendar ( year , width=3 ) ¶ 指定された年のデータを整形に向く形で返します ... 。返される値は月の並びのリストです。月の並びは最大で width ヶ月(デフォルトは3ヶ月)分です。各月は4ないし6週から ... date オブジェクトです。 yeardays2calendar ( year , width=3 ) ¶ 指定された年のデータを整形に向く形で返します ... 外の部分の日付はゼロです。 yeardayscalendar ( year , width=3 ) ¶ 指定された年のデータを整形に向く形で返します ...
https://man.plustar.jp/python/library/calendar.html - [similar]
34.1. msilib --- Microsoft インストーラーファイルの読み書き — Python 3.6.5 ドキ... 8897
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... インストーラープロパティです。 add ( name , x , y , width , height , text , value=None ) ¶ グループに name と ... いう名前で、座標 x , y に大きさが width , height で text というラベルの付いたラジオボタンを ... ロールに対する名前。 control ( name , type , x , y , width , height , attributes , property , text , control_ ... たメソッドが提供されています。 text ( name , x , y , width , height , attributes , text ) ¶ Text コントロール ...
https://man.plustar.jp/python/library/msilib.html - [similar]
24.1. turtle --- タートルグラフィックス — Python 3.6.5 ドキュメント 8897
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... | pd() | down() penup() | pu() | up() pensize() | width() pen() isdown() 色の制御 color() pencolor() fillc ... pe() | addshape() turtles() window_height() window_width() Input methods textinput() numinput() Screen 独自 ... ます -- 動いても線は引かれません。 turtle. pensize ( width=None ) ¶ turtle. width ( width=None ) ¶ パラメータ ... : width -- 正の数 線の太さを width にするか、または現在の太 ...
https://man.plustar.jp/python/library/turtle.html - [similar]
6.1. string --- 一般的な文字列操作 — Python 3.6.5 ドキュメント 8250
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... : format_spec ::= [[ fill ] align ][ sign ][#][0][ width ][ grouping_option ][. precision ][ type ] fill :: ... ::= "<" | ">" | "=" | "^" sign ::= "+" | "-" | " " width ::= digit + grouping_option ::= "_" | "," precisio ... '_' オプションが追加されました ( PEP 515 も参照)。 width は10進数の整数で、最小のフィールド幅を定義します。 ... 定されます。 alignment が明示的に与えられない場合、 width フィールドにゼロ ( '0' ) 文字を前置することは、数値 ...
https://man.plustar.jp/python/library/string.html - [similar]
6.5. unicodedata --- Unicode データベース — Python 3.6.5 ドキュメント 7732
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ない場合、 0 が返されます。 unicodedata. east_asian_width ( chr ) ¶ ユニコード文字 chr に割り当てられたeast ... asian widthを文字列で返します。 unicodedata. mirrored ( chr ) ¶ ...
https://man.plustar.jp/python/library/unicodedata.html - [similar]
Python で Curses プログラミング — Python 3.6.5 ドキュメント 7668
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Pyth ... ow object. begin_x = 20 ; begin_y = 7 height = 5 ; width = 40 win = curses . newwin ( height , width , begi ... time. Creating a pad requires the pad's height and width, while refreshing a pad requires giving the coordi ...
https://man.plustar.jp/python/howto/curses.html - [similar]
PREV 1 2 3 4 NEXT