Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 130 for No (0.099 sec.)
What's New in Python 2.0 — Python 3.6.5 ドキュメント 5763
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... sequence type. They can be indexed and sliced, but not modified in place. Unicode strings have an encode ... tencoding(encoding) function in a customized version of site.py . 8 ビット文字列と Unicode 文字列を結合す ... コーディングエラーに対し、例外を引き起こします。 'ignore' を渡すとエラーは黙って無視されます。 'replace' ... ます: print >> sys . stderr , "Warning: action field not supplied" import module as name または from modul ...
https://man.plustar.jp/python/whatsnew/2.0.html - [similar]
What's New in Python 2.4 — Python 3.6.5 ドキュメント 5763
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ) # form a second set >>> a - b # letters in a but not in b set(['r', 'd', 'b']) >>> a | b # letters in ... set(['a', 'c']) >>> a ^ b # letters in a or b but not both set(['r', 'd', 'b', 'm', 'z', 'l']) >>> a . ... せん: links = [ link for link in get_all_links () if not link . followed ] for link in links : ... こうでは ... ます: links = ( link for link in get_all_links () if not link . followed ) for link in links : ... 上の例で ...
https://man.plustar.jp/python/whatsnew/2.4.html - [similar]
What's New In Python 3.0 — Python 3.6.5 ドキュメント 5763
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ) # prints repr((x, y)) New : print (( x , y )) # Not the same as print(x, y)! 項目間の区切りをカスタマ ... たない場合 TypeError 例外を送出します。 1 < '' , 0 > None または len <= len のような式は無効になり、 None ... < None は False を返す代わりに TypeError を送出します。 ... テーションを付ける標準的な手段を提供します (訳注: annotation を強いて訳せば「注釈」)。そのようなアノテーシ ...
https://man.plustar.jp/python/whatsnew/3.0.html - [similar]
初期化 (initialization)、終了処理 (finalization)、スレッド — Python 3.6.5 ドキ... 5653
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... e Py_NewInterpreter() below) that were created and not yet destroyed since the last call to Py_Initializ ... ory allocated by the Python interpreter. This is a no-op when called for a second time (without calling ... Py_Initialize() again first). Normally the return value is 0 . If there were errors ... を付けた構成になっています。例えば Solaris 2.x は、SunOS 5.x, としても知られていますが、 'sunos5' になりま ...
https://man.plustar.jp/python/c-api/init.html - [similar]
索引 — Python 3.6.5 ドキュメント 5653
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » 索引 – 記号 ! (pdb command) != 演 ... マンドラインオプション コマンドラインオプション --ignore-dir=<dir> trace コマンドラインオプション --ignor ... インオプション -= augmented assignment -> (return annotation assignment) -? コマンドラインオプション -a, ... --annotate pickletools コマンドラインオプション -B コマン ... , --repeat=N timeit コマンドラインオプション -R, --no-report trace コマンドラインオプション -r, --report ...
https://man.plustar.jp/python/genindex-%E8%A8%98%E5%8F%B7.html - [similar]
35.5. crypt --- Unix パスワードをチェックするための関数 — Python 3.6.5 ドキュメ... 5653
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 下の関数を定義しています: crypt. crypt ( word , salt=None ) ¶ 通常 word はプロンプトか画面から入力されたユ ... も受け取るようになりました。 crypt. mksalt ( method=None ) ¶ 指定された方式のランダムに生成されたソルトを ... 'x' or cryptedpasswd == '*' : raise ValueError ( 'no support for shadow passwords' ) cleartext = getpas ... mpare_hash hashed = crypt . crypt ( plaintext ) if not compare_hash ( hashed , crypt . crypt ( plaintext ...
https://man.plustar.jp/python/library/crypt.html - [similar]
21.11. http --- HTTP モジュール群 — Python 3.6.5 ドキュメント 5653
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 202 ACCEPTED HTTP/1.1 RFC 7231 , Section 6.3.3 203 NON_AUTHORITATIVE_INFORMATION HTTP/1.1 RFC 7231 , Sec ... tion 6.3.4 204 NO_CONTENT HTTP/1.1 RFC 7231 , Section 6.3.5 205 RESE ... 03 SEE_OTHER HTTP/1.1 RFC 7231 , Section 6.4.4 304 NOT_MODIFIED HTTP/1.1 RFC 7232 , Section 4.1 305 USE_ ... 03 FORBIDDEN HTTP/1.1 RFC 7231 , Section 6.5.3 404 NOT_FOUND HTTP/1.1 RFC 7231 , Section 6.5.4 405 METHO ...
https://man.plustar.jp/python/library/http.html - [similar]
27.4. Python プロファイラ — Python 3.6.5 ドキュメント 5653
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... lls tottime percall cumtime percall filename : lineno ( function ) 1 0.000 0.000 0.001 0.001 < string > ... をプリミティブな呼び出し回数で割った値 filename:lineno(function) その関数のファイル名、行番号、関数名 最初 ... 関数を提供します: profile. run ( command , filename=None , sort=-1 ) ¶ この関数は exec() 関数に渡せる一つ ... le. runctx ( command , globals , locals , filename=None , sort=-1 ) ¶ この関数は run() に似ていますが、 ...
https://man.plustar.jp/python/library/profile.html - [similar]
20.13. xml.parsers.expat --- Expat を使った高速な XML 解析 — Python 3.6.5 ドキ... 5653
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... められています: xml.parsers.expat. ErrorString ( errno ) ¶ 与えられたエラー番号 errno を解説する文字列を返 ... します。 xml.parsers.expat. ParserCreate ( encoding=None , namespace_separator=None ) ¶ 新しい xmlparser ... 誤った長さを持つ場合には ValueError が送出されます ( None は値の省略と見なされます)。名前空間の処理が可能な ... されます: この値は関数 ExternalEntityRefHandler() や NotationDeclHandler() , UnparsedEntityDeclHandler() に ...
https://man.plustar.jp/python/library/pyexpat.html - [similar]
10. 完全な文法仕様 — Python 3.6.5 ドキュメント 5653
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... る、完全な Python の文法です: # Grammar for Python # NOTE WELL: You should also follow all the steps liste ... ass_stmt | flow_stmt | import_stmt | global_stmt | nonlocal_stmt | assert_stmt ) expr_stmt : testlist_st ... |=' | '^=' | '<<=' | '>>=' | '**=' | '//=' ) # For normal and annotated assignments, additional restrict ... port_from import_name : 'import' dotted_as_names # note below: the ('.' | '...') is necessary because '. ...
https://man.plustar.jp/python/reference/grammar.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT