Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 71 for arguments (0.039 sec.)
19.1.1. email.message: 電子メールメッセージの表現 — Python 3.6.5 ドキュメント 7843
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... as the message object, and passing along any other arguments or keywords as additional arguments. If content_ma ... as the message object, and passing along any other arguments or keywords as additional arguments. If content_ma ... ted , create a new message object, pass all of the arguments to its set_content() method, and attach() it to th ... ive , create a new message object, pass all of the arguments to its set_content() method, and attach() it to th ...
https://man.plustar.jp/python/library/email.message.html - [similar]
2. 拡張の型の定義: チュートリアル — Python 3.6.5 ドキュメント 7520
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ ... ustomType , if a subclass is instantiated) and any arguments passed when the type was called, and is expected t ... _new handlers always accept positional and keyword arguments, but they often ignore the arguments, leaving the ... so define an initialization function which accepts arguments to provide initial values for our instance: static ... Initializers always accept positional and keyword arguments, and they should return either 0 on success or -1 ...
https://man.plustar.jp/python/extending/newtypes_tutorial.html - [similar]
32.2. ast --- 抽象構文木 — Python 3.6.5 ドキュメント 7520
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... te(stmt* body) stmt = FunctionDef(identifier name, arguments args, stmt* body, expr* decorator_list, expr? retu ... rns) | AsyncFunctionDef(identifier name, arguments args, stmt* body, expr* decorator_list, expr? retu ... ight) | UnaryOp(unaryop op, expr operand) | Lambda(arguments args, expr body) | IfExp(expr test, expr body, exp ... tmt* body) attributes (int lineno, int col_offset) arguments = (arg* args, arg? vararg, arg* kwonlyargs, expr* ...
https://man.plustar.jp/python/library/ast.html - [similar]
DTrace と SystemTap で CPython を測定する — Python 3.6.5 ドキュメント 7435
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » DTra ... 0x0000000000630ce2, Semaphore: 0x00000000008d6bf6 Arguments: -4@%ebx stapsdt 0x00000030 NT_STAPSDT (SystemTap ... 0x0000000000630ce2, Semaphore: 0x00000000008d6bf8 Arguments: -8@%rax stapsdt 0x00000045 NT_STAPSDT (SystemTap ... 0x0000000000630ce2, Semaphore: 0x00000000008d6be8 Arguments: 8@%rbp 8@%r12 -4@%eax stapsdt 0x00000046 NT_STAPS ... 0x0000000000630ce2, Semaphore: 0x00000000008d6bea Arguments: 8@%rbp 8@%r12 -4@%eax The above metadata contains ...
https://man.plustar.jp/python/howto/instrumentation.html - [similar]
6.7. readline --- GNU readline のインタフェース — Python 3.6.5 ドキュメント 7112
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ory() when reading input via readline. The enabled argument should be a Boolean value that when true, enables a ... y installed is removed. The hook is called with no arguments just before readline prints the first prompt. read ... y installed is removed. The hook is called with no arguments after the first prompt has been printed and just b ... pletion scope. These indexes are the start and end arguments passed to the rl_attempted_completion_function cal ...
https://man.plustar.jp/python/library/readline.html - [similar]
21.17. smtplib --- SMTP プロトコルクライアント — Python 3.6.5 ドキュメント 7112
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ard SMTP-over-SSL port (465) is used. The optional arguments local_hostname , timeout and source_address have t ... s well as a regular host:port server. The optional arguments local_hostname and source_address have the same me ... epresented by an email.message.Message object. The arguments have the same meaning as for sendmail() , except t ... one or to_addrs is None , send_message fills those arguments with addresses extracted from the headers of msg a ...
https://man.plustar.jp/python/library/smtplib.html - [similar]
19.1.7. email.contentmanager: MIME 内容の管理 — Python 3.6.5 ドキュメント 7028
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... (see next paragraph), call it, passing through all arguments, and return the result of the call. The expectatio ... and call the handler function, passing through all arguments. The expectation is that the handler will transfor ...
https://man.plustar.jp/python/library/email.contentmanager.html - [similar]
1. 他のアプリケーションへの Python の埋め込み — Python 3.6.5 ドキュメント 6943
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ ... : static int numargs = 0 ; /* Return the number of arguments of the application command line */ static PyObject ... emb_numargs , METH_VARARGS , "Return the number of arguments received by the process." }, { NULL , NULL , 0 , N ... ようなことができます。 import emb print ( "Number of arguments" , emb . numargs ()) 実際のアプリケーションでは、こ ...
https://man.plustar.jp/python/extending/embedding.html - [similar]
16.10. curses --- 文字セル表示を扱うための端末操作 — Python 3.6.5 ドキュメント 6859
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... esh() and noutrefresh() methods of a pad require 6 arguments to specify the part of the pad to be displayed and ... tion on the screen to be used for the display. The arguments are pminrow , pmincol , sminrow , smincol , smaxro ... w , smaxcol ; the p arguments refer to the upper left corner of the pad region t ... o be displayed and the s arguments define a clipping box on the screen within which t ...
https://man.plustar.jp/python/library/curses.html - [similar]
28.3. venv --- 仮想環境の作成 — Python 3.6.5 ドキュメント 6859
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ents in one or more target directories. positional arguments: ENV_DIR A directory to create the environment in. ... optional arguments: -h, --help show this help message and exit --syst ... ress callable. If specified, it is called with two arguments: a string indicating some progress, and a context ...
https://man.plustar.jp/python/library/venv.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT