Python 3.6.5 ドキュメント 検索
Results of 1 - 10 of about 63 for command (0.014 sec.)
- Pythonモジュール索引 — Python 3.6.5 ドキュメント 12660
- ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » Pythonモジュール索引 _ | a | b |
...
write audio files in AIFF or AIFC format. argparse Command-line option and argument parsing library. array Sp...
nd manipulation. asynchat Support for asynchronous command/response protocols. asyncio Asynchronous I/O, even...
tions for complex numbers. cmd Build line-oriented command interpreters. code Facilities to implement read-ev...
s.cmd This module provides the abstract base class Command. This class is subclassed by the modules in the di...
- https://man.plustar.jp/python/py-modindex.html - [similar]
- Python モジュールの配布 (レガシーバージョン) — Python 3.6.5 ドキュメント 12171
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの
...
24. 新しいDistutilsコマンドの作成 10.25. distutils.command --- Distutils 各コマンド 10.26. distutils.command....
st --- バイナリインストーラの構築 10.27. distutils.command.bdist_packager --- パッケージの抽象ベースクラス 10...
.28. distutils.command.bdist_dumb --- "ダム"インストーラを構築 10.29. dis...
tutils.command.bdist_msi --- Microsoft Installer バイナリパッケー...
- https://man.plustar.jp/python/distutils/index.html - [similar]
- 10. API リファレンス — Python 3.6.5 ドキュメント 11566
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの
...
distutils.dist.Distribution クラスと distutils.cmd.Command クラスを提供します。 distutils.core. setup ( argum...
ト、またはカンマ区切り文字列 cmdclass コマンド名から Command サブクラスへのマッピング 辞書 data_files インストー...
のデータは Distribution インスタンスに保存される)。 commandline コマンドライン ( sys.argv[1:] または script_ar...
tutils.extension から Extension distutils.cmd から Command distutils.dist から Distribution それぞれの簡単な説...
- https://man.plustar.jp/python/distutils/apiref.html - [similar]
- 8. Distutilsの拡張 — Python 3.6.5 ドキュメント 11321
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの
...
ilsのコマンド実装は distutils.cmd の distutils.cmd.Command クラスのサブクラスとして実装されています。新しいコ...
マンドは Command を直接継承し、置換するコマンドでは置換対象のコマン...
ドのサブクラスにすることで Command を間接的に継承します。コマンドは Command から派生し...
関数でそれらを使うようにすることです: from distutils.command.build_py import build_py as _build_py from distuti...
- https://man.plustar.jp/python/distutils/extending.html - [similar]
- 21.16. nntplib --- NNTP プロトコルクライアント — Python 3.6.5 ドキュメント 10327
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
netrc is true, the AUTHINFO USER and AUTHINFO PASS commands are used to identify and authenticate the user to...
tional flag readermode is true, then a mode reader command is sent before authentication is performed. Reader...
e local machine and intend to call reader-specific commands, such as group . If you get unexpected NNTPPerman...
cy servers which don't understand the CAPABILITIES command, an empty dictionary is returned instead. >>> s =...
- https://man.plustar.jp/python/library/nntplib.html - [similar]
- 24.3. shlex --- 単純な字句解析 — Python 3.6.5 ドキュメント 9434
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
しれません: >>> filename = 'somefile; rm -rf ~' >>> command = 'ls -l {} ' . format ( filename ) >>> print ( co...
quote() がそのセキュリティホールをふさぎます: >>> command = 'ls -l {} ' . format ( quote ( filename )) >>> p...
rint ( command ) ls -l 'somefile; rm -rf ~' >>> remote_command =...
'ssh home {} ' . format ( quote ( command )) >>> print ( remote_command ) ssh home 'ls -l '"...
- https://man.plustar.jp/python/library/shlex.html - [similar]
- 3. setup 設定ファイル (setup configuration file) を書く — Python 3.6.5 ドキュメ... 8988
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの
...
basic syntax of the configuration file is simple: [command] option = value ... ここで、 command は Distutils...
out the list of options supported by a particular command with the universal --help option, e.g. $ python se...
.py --help build_ext [...] Options for 'build_ext' command: --build-lib (-b) directory for compiled extension...
cessor macros to undefine --swig-opts list of SWIG command line options [...] Note that an option spelled --f...
- https://man.plustar.jp/python/distutils/configfile.html - [similar]
- 21.13. ftplib --- FTPプロトコルクライアント — Python 3.6.5 ドキュメント 7979
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
y transfer mode. cmd should be an appropriate RETR command: 'RETR filename' . The callback function is called...
I transfer mode. cmd should be an appropriate RETR command (see retrbinary() ) or a command such as LIST or N...
y transfer mode. cmd should be an appropriate STOR command: "STOR filename" . fp is a file object (opened in...
I transfer mode. cmd should be an appropriate STOR command (see storbinary() ). Lines are read until EOF from...
- https://man.plustar.jp/python/library/ftplib.html - [similar]
- 1. C や C++ による Python の拡張 — Python 3.6.5 ドキュメント 7878
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ
...
PyObject * self , PyObject * args ) { const char * command ; int sts ; if ( ! PyArg_ParseTuple ( args , "s" ,...
& command )) return NULL ; sts = system ( command ); return...
PyObject * self , PyObject * args ) { const char * command ; int sts ; if ( ! PyArg_ParseTuple ( args , "s" ,...
& command )) return NULL ; sts = system ( command ); if ( st...
- https://man.plustar.jp/python/extending/extending.html - [similar]
- 21.15. imaplib --- IMAP4 プロトコルクライアント — Python 3.6.5 ドキュメント 7792
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
h statement. When used like this, the IMAP4 LOGOUT command is issued automatically when the with statement ex...
する場合に使用します: class imaplib. IMAP4_stream ( command ) ¶ IMAP4 から派生したサブクラスで、 command を su...
8=ACCEPT capability was enabled using the enable() command. 以下はプログラム例です: # M is a connected IMAP4...
4. starttls ( ssl_context=None ) ¶ Send a STARTTLS command. The ssl_context argument is optional and should b...
- https://man.plustar.jp/python/library/imaplib.html - [similar]