Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 151 - 160 of about 273 for THE (0.466 sec.)
9.6. random --- 擬似乱数を生成する — Python 3.6.5 ドキュメント 4357
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... rom a deck of 52 playing cards >>> # and determine the proportion of cards with a ten-value >>> # (a ten, ... > seen . count ( 'tens' ) / 20 0.15 >>> # Estimate the probability of getting 5 or more heads from 7 spin ... >> # of a biased coin that settles on heads 60% of the time. >>> trial = lambda : choices ( 'HT' , cum_we ... nge ( 10000 )) / 10000 0.4169 >>> # Probability of the median of 5 samples being in middle two quartiles ...
https://man.plustar.jp/python/library/random.html - [similar]
9. クラス — Python 3.6.5 ドキュメント 4357
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... とができます。モジュール属性は書込み可能で、 modname.the_answer = 42 と書くことができます。書込み可能な属性 ... l 文で削除することもできます。例えば、 del modname.the_answer は、 modname で指定されたオブジェクトから属 ...the_answer を除去します。 名前空間は様々な時点で作成さ ... still don't understand how methods work, a look at the implementation can perhaps clarify matters. When a ...
https://man.plustar.jp/python/tutorial/classes.html - [similar]
14.2. configparser --- 設定ファイルのパーサー — Python 3.6.5 ドキュメント 4347
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... om' ] >>> topsecret [ 'Port' ] = '50022' # mutates the parser >>> topsecret [ 'ForwardX11' ] = 'no' # sam ... d spaces in values = allowed as well spaces around the delimiter = obviously you can also use : to delimi ... lues like this: 1000000 or this: 3.14159265359 are they treated as numbers? : no integers, floats and boo ... leans are held as: strings can use the API to get converted values directly: true [Multil ...
https://man.plustar.jp/python/library/configparser.html - [similar]
35.11. resource --- リソース使用状態の情報 — Python 3.6.5 ドキュメント 4347
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 。 バージョン 3.4 で追加. resource. RLIMIT_RTTIME ¶ The time limit (in microseconds) on CPU time that a pr ... 。 バージョン 3.4 で追加. resource. RLIMIT_SBSIZE ¶ The maximum size (in bytes) of socket buffer usage for ... this user. This limits the amount of network memory, and hence the amount of ... 降。 バージョン 3.4 で追加. resource. RLIMIT_SWAP ¶ The maximum size (in bytes) of the swap space that may ...
https://man.plustar.jp/python/library/resource.html - [similar]
Windows 上の Python FAQ — Python 3.6.5 ドキュメント 4328
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python よくある質問 ... uch a window from your Start menu; under Windows 7 the menu selection is Start ‣ Programs ‣ Accessories ‣ ... mmand prompt", which usually looks like this: C:\> The letter may be different, and there might be other ... d to make sure that your command window recognises the word "python" as an instruction to start the inter ... e opened a command window, you should try entering the command python and hitting return: C:\Users\YourNa ...
https://man.plustar.jp/python/faq/windows.html - [similar]
Python モジュールのインストール (旧版) — Python 3.6.5 ドキュメント 4328
ナビゲーション 索引 モジュール | 前へ | Python » 3.6.5 ドキュメント » Python モジュールのインスト ... les\Python です。 prefix and exec-prefix stand for the directories that Python is installed to, and where ... it finds its libraries at run-time. They are always the same under Windows, and very often ... the same under Unix and Mac OS X. You can find out wha ... w simple commands. Under Unix, just type python at the shell prompt. Under Windows, choose Start ‣ Progra ...
https://man.plustar.jp/python/install/index.html - [similar]
11.8. fnmatch --- Unix ファイル名のパターンマッチ — Python 3.6.5 ドキュメント 4328
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... fnmatch. fnmatch ( filename , pattern ) ¶ Test whether the filename string matches the pattern string, r ... form a case-sensitive comparison, regardless of whether that's standard for the operating system. 次の例で ... atch. fnmatchcase ( filename , pattern ) ¶ Test whether filename matches pattern , returning True or Fals ... e ; the comparison is case-sensitive and does not apply os ...
https://man.plustar.jp/python/library/fnmatch.html - [similar]
32.2. ast --- 抽象構文木 — Python 3.6.5 ドキュメント 4308
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... e -- XXX Jython will be different -- col_offset is the byte offset in the utf8 string the parser uses att ... neratorExp(expr elt, comprehension* generators) -- the grammar constrains where yield expressions can occ ... on value) | Ellipsis | Constant(constant value) -- the following expression can appear in assignment cont ... ple(expr* elts, expr_context ctx) -- col_offset is the byte offset in the utf8 string the parser uses att ...
https://man.plustar.jp/python/library/ast.html - [similar]
19.1.15. email.iterators: イテレータ — Python 3.6.5 ドキュメント 4308
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ult=False ) ¶ Prints an indented representation of the content types of the message object structure. For ... t/plain Optional fp is a file-like object to print the output to. It must be suitable for Python's print( ... used internally. include_default , if true, prints the default type as well. 関連キーワード: email , plai ...
https://man.plustar.jp/python/library/email.iterators.html - [similar]
16.12. curses.ascii --- ASCII 文字に関するユーティリティ — Python 3.6.5 ドキュ... 4299
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 文字 (0x80 またはそれ以上の値) かどうかを調べます。 These functions accept either integers or single-chara ... cter strings; when the argument is a string, it is first converted using ... the built-in function ord() . Note that all these functions check ordinal bit values derived from ... the character of the string you pass in; they do not actually know anyt ...
https://man.plustar.jp/python/library/curses.ascii.html - [similar]