Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 57 for parameter (0.043 sec.)
Argument Clinic How-To — Python 3.6.5 ドキュメント 14494
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Argu ... clinic start generated code]*/ Declare each of the parameters to the function. Each parameter should get its ow ... n line. All the parameter lines should be indented from the function name an ... d the docstring. The general form of these parameter lines is as follows: name_of_parameter: converter ... If the parameter has a default value, add that after the converter: ...
https://man.plustar.jp/python/howto/clinic.html - [similar]
29.12. inspect --- 活動中のオブジェクトの情報を取得する — Python 3.6.5 ドキュメ... 13128
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ( sig ) '(a, *, b:int, **kwargs)' >>> str ( sig . parameters [ 'b' ]) 'b:int' >>> sig . parameters [ 'b' ] . a ... を送出します。 バージョン 3.5 で追加: follow_wrapped parameter. Pass False to get a signature of callable specifi ... about their arguments. class inspect. Signature ( parameters=None , * , return_annotation=Signature.empty ) ¶ ... of a function and its return annotation. For each parameter accepted by the function it stores a Parameter obj ...
https://man.plustar.jp/python/library/inspect.html - [similar]
21.10. urllib.robotparser --- robots.txt のためのパーザ — Python 3.6.5 ドキュメ... 10426
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... useragent ) ¶ Returns the value of the Crawl-delay parameter from robots.txt for the useragent in question. If ... there is no such parameter or it doesn't apply to the useragent specified or ... the robots.txt entry for this parameter has invalid syntax, return None . バージョン 3.6 で ... agent ) ¶ Returns the contents of the Request-rate parameter from robots.txt as a named tuple RequestRate(reque ...
https://man.plustar.jp/python/library/urllib.robotparser.html - [similar]
19.1.1. email.message: 電子メールメッセージの表現 — Python 3.6.5 ドキュメント 10118
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ument dictionary _params , the key is taken as the parameter name, with underscores converted to dashes (since ... are illegal in Python identifiers). Normally, the parameter will be added as key="value" unless the value is N ... arset=None , language='' , replace=False ) ¶ Set a parameter in the Content-Type header. If the parameter alrea ... , set its value to text/plain , and append the new parameter value. Optional header specifies an alternative he ...
https://man.plustar.jp/python/library/email.message.html - [similar]
19.1.10. email.mime: メールと MIME オブジェクトを一から作成 — Python 3.6.5 ドキ... 8914
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 。 バージョン 3.6 で変更: Added policy keyword-only parameter. class email.mime.nonmultipart. MIMENonMultipart ¶ ... 。 バージョン 3.6 で変更: Added policy keyword-only parameter. class email.mime.application. MIMEApplication ( _ ... 。 バージョン 3.6 で変更: Added policy keyword-only parameter. class email.mime.audio. MIMEAudio ( _audiodata , ... 。 バージョン 3.6 で変更: Added policy keyword-only parameter. class email.mime.image. MIMEImage ( _imagedata , ...
https://man.plustar.jp/python/library/email.mime.html - [similar]
8. 複合文 (compound statement) — Python 3.6.5 ドキュメント 8840
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... ): funcdef ::= [ decorators ] "def" funcname "(" [ parameter_list ] ")" ["->" expression ] ":" suite decorators ... LINE dotted_name ::= identifier ("." identifier )* parameter_list ::= defparameter ("," defparameter )* ["," [ ... parameter_list_starargs ]] | parameter_list_starargs parameter_list_starargs ::= "*" [ pa ... rameter ] ("," defparameter )* ["," ["**" parameter [","]]] | "**" parameter [ ...
https://man.plustar.jp/python/reference/compound_stmts.html - [similar]
13.1. zlib --- gzip 互換の圧縮 — Python 3.6.5 ドキュメント 8165
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ョン 3.6 で変更: level can now be used as a keyword parameter. zlib. compressobj ( level=-1 , method=DEFLATED , ... object containing the uncompressed data. The wbits parameter depends on the format of data , and is discussed f ... the error exception if any error occurs. The wbits parameter controls the size of the history buffer (or "windo ... d trailer format is expected. It is similar to the parameter for compressobj() , but accepts more ranges of val ...
https://man.plustar.jp/python/library/zlib.html - [similar]
13.5. zipfile --- ZIP アーカイブの処理 — Python 3.6.5 ドキュメント 8003
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... file-like object or a path-like object . The mode parameter should be 'r' to read an existing file, 'w' to tru ... pression values. バージョン 3.6.2 で変更: The file parameter accepts a path-like object . ZipFile. close ( ) ¶ ... e within the archive or a ZipInfo object. The mode parameter, if included, must be 'r' (the default) or 'w' . p ... bject with file_size set, and use that as the name parameter. 注釈 open() 、 read() 、および extract() メソッド ...
https://man.plustar.jp/python/library/zipfile.html - [similar]
34.4. winsound --- Windows 用の音声再生インタフェース — Python 3.6.5 ドキュメン... 7856
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ySound() function from the Platform API. The sound parameter may be a filename, a system sound alias, audio dat ... ion of the constants described below. If the sound parameter is None , any currently playing waveform sound is ... ことはできません。 winsound. SND_MEMORY ¶ The sound parameter to PlaySound() is a memory image of a WAV file, as ...
https://man.plustar.jp/python/library/winsound.html - [similar]
21.13. ftplib --- FTPプロトコルクライアント — Python 3.6.5 ドキュメント 7474
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... empty string when not given). The optional timeout parameter specifies a timeout in seconds for blocking operat ... r a connection has been made. The optional timeout parameter specifies a timeout in seconds for the connection ... t defaults to 8192. callback is an optional single parameter callable that is called on each block of data afte ... data to be stored. callback is an optional single parameter callable that is called on each line after it is s ...
https://man.plustar.jp/python/library/ftplib.html - [similar]
PREV 1 2 3 4 5 6 NEXT