Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 47 for integer (0.116 sec.)
9.6. random --- 擬似乱数を生成する — Python 3.6.5 ドキュメント 7646
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 5 seconds 5.148957571865031 >>> randrange ( 10 ) # Integer from 0 to 9 inclusive 7 >>> randrange ( 0 , 101 , ... 2 ) # Even integer from 0 to 100 inclusive 26 >>> choice ([ 'win' , ' ...
https://man.plustar.jp/python/library/random.html - [similar]
21.21. socketserver --- ネットワークサーバのフレームワーク — Python 3.6.5 ドキ... 7646
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... estHandlerClass attributes. fileno ( ) ¶ Return an integer file descriptor for the socket on which the server ... ple containing a string giving the address, and an integer port number: ('127.0.0.1', 80) , for example. sock ...
https://man.plustar.jp/python/library/socketserver.html - [similar]
2. 字句解析 — Python 3.6.5 ドキュメント 7646
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... > number = 1024 >>> f " { number : #0x } " # using integer format specifier '0x400' 通常の文字列リテラルと構文 ... 値リテラル ¶ 数値リテラルには 3 種類あります。整数 (integer)、浮動小数点数 (floating point number)、虚数(imagi ... テラル ¶ 整数リテラルは以下の字句定義で記述されます: integer ::= decinteger | bininteger | octinteger | hexinte ... ger decinteger ::= nonzerodigit (["_"] digit )* | "0"+ (["_"] "0" ...
https://man.plustar.jp/python/reference/lexical_analysis.html - [similar]
27.4. Python プロファイラ — Python 3.6.5 ドキュメント 7250
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 位時間当たりの実際の持続時間を渡せます。例えば your_integer_time_func が 1000 分の 1 秒単位で計測した時間を返す ... のように構築出来ます: pr = cProfile . Profile ( your_integer_time_func , 0.001 ) cProfile.Profile クラスはキャリ ...
https://man.plustar.jp/python/library/profile.html - [similar]
4. その他の制御フローツール — Python 3.6.5 ドキュメント 7250
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... ょう。例えば: >>> x = int ( input ( "Please enter an integer: " )) Please enter an integer: 42 >>> if x < 0 : . ...
https://man.plustar.jp/python/tutorial/controlflow.html - [similar]
What's New in Python 2.6 — Python 3.6.5 ドキュメント 7250
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... 小数点数を有理数に変換するのに、浮動小数点数型に as_integer_ratio() メソッドが追加されています。これはそれを評 ... 価して分数の分子と分母を返します: >>> ( 2.5 ) . as_integer_ratio () (5, 2) >>> ( 3.1415 ) . as_integer_ratio ... 114692207L, 2251799813685248L) >>> ( 1. / 3 ) . as_integer_ratio () (6004799503160661L, 18014398509481984L) 1 ...
https://man.plustar.jp/python/whatsnew/2.6.html - [similar]
はじめに — Python 3.6.5 ドキュメント 6870
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... ( ! PyLong_Check ( item )) continue ; /* Skip non-integers */ value = PyLong_AsLong ( item ); if ( value == ... -1 && PyErr_Occurred ()) /* Integer too big to fit in a C long, bail out */ return -1 ... item ); if ( value == -1 && PyErr_Occurred ()) /* Integer too big to fit in a C long, bail out */ return -1 ...
https://man.plustar.jp/python/c-api/intro.html - [similar]
18.7. asynchat --- 非同期ソケットコマンド/レスポンスハンドラ — Python 3.6.5 ド... 6870
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... gが検出された時、 found_terminator() を呼び出します integer 指定された文字数が読み込まれた時、 found_terminato ...
https://man.plustar.jp/python/library/asynchat.html - [similar]
21.14. poplib --- POP3 プロトコルクライアント — Python 3.6.5 ドキュメント 6870
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... tat ( ) ¶ メールボックスの状態を得ます。結果は2つのintegerからなるタプルとなります。 (message count, mailbox s ...
https://man.plustar.jp/python/library/poplib.html - [similar]
6.7. readline --- GNU readline のインタフェース — Python 3.6.5 ドキュメント 6870
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... tion_type variable in the underlying library as an integer. readline. get_begidx ( ) ¶ readline. get_endidx ( ...
https://man.plustar.jp/python/library/readline.html - [similar]
PREV 1 2 3 4 5 NEXT