Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 130 for No (0.109 sec.)
8.1. datetime --- 基本的な日付型および時間型 — Python 3.6.5 ドキュメント 5763
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... になります。 datetime オブジェクト d は d.tzinfo が None でなく d.tzinfo.utcoffset(d) が None を返さない場 ... 合、aware です。 d.tzinfo が None であるか d.tzinfo が None でないが d.tzinfo.utco ... ffset(d) が None を返す場合、 d は naive です。 time のオブジェク ... ト t は t.tzinfo が None でなく t.tzinfo.utcoffset(None) が None を返さな ...
https://man.plustar.jp/python/library/datetime.html - [similar]
21.13. ftplib --- FTPプロトコルクライアント — Python 3.6.5 ドキュメント 5763
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... st to handle URLs that use FTP. For more information on FTP (File Transfer Protocol), see Internet RFC 9 ... t to host, default port >>> ftp . login () # user anonymous, passwd anonymous@ '230 Login successful.' > ... 4096 Dec 19 2000 pool drwxr-sr-x 4 1176 1176 4096 Nov 17 2008 project drwxr-xr-x 3 1176 1176 4096 Oct 1 ... host='' , user='' , passwd='' , acct='' , timeout=None , source_address=None ) ¶ Return a new instance ...
https://man.plustar.jp/python/library/ftplib.html - [similar]
11.7. glob --- Unix 形式のパス名のパターン展開 — Python 3.6.5 ドキュメント 5763
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... although results are returned in arbitrary order. No tilde expansion is done, but * , ? , and character ... () and fnmatch.fnmatch() functions in concert, and not by actually invoking a subshell. Note that unlike ...
https://man.plustar.jp/python/library/glob.html - [similar]
21.22. http.server --- HTTP サーバ — Python 3.6.5 ドキュメント 5763
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... protocol must be used when writing to this stream in order to achieve successful interoperation with HTT ... バージョン 3.2 で追加. send_error ( code , message=None , explain=None ) ¶ Sends and logs a complete err ... de specifies the HTTP error code, with message as an optional, short, human readable description of the ... alues for message and explain that will be used if no value is provided; for unknown codes the default v ...
https://man.plustar.jp/python/library/http.server.html - [similar]
21.15. imaplib --- IMAP4 プロトコルクライアント — Python 3.6.5 ドキュメント 5763
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... AP4 >>> with IMAP4 ( "domain.org" ) as M : ... M . noop () ... ('OK', [b'Nothing Accomplished. d25if65hy ... MAP4_SSL ( host='' , port=IMAP4_SSL_PORT , keyfile=None , certfile=None , ssl_context=None ) ¶ This is a ... le that was compiled with SSL support). If host is not specified, '' (the local host) is used. If port i ... ntext object which allows bundling SSL configuration options, certificates and private keys into a singl ...
https://man.plustar.jp/python/library/imaplib.html - [similar]
21.16. nntplib --- NNTP プロトコルクライアント — Python 3.6.5 ドキュメント 5763
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... s . over (( last - 9 , last )) >>> for id , over in overviews : ... print ( id , nntplib . decode_heade ... います: class nntplib. NNTP ( host , port=119 , user=None , password=None , readermode=None , usenetrc=Fal ... r running on host host , listening at port port . An optional timeout can be specified for the socket co ... 。 class nntplib. NNTP_SSL ( host , port=563 , user=None , password=None , ssl_context=None , readermode= ...
https://man.plustar.jp/python/library/nntplib.html - [similar]
9.6. random --- 擬似乱数を生成する — Python 3.6.5 ドキュメント 5763
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ctions on Modeling and Computer Simulation Vol. 8, No. 1, January pp.3--30 1998. Complementary-Multiply- ... 9.6.1. 保守 (bookkeeping) 関数 ¶ random. seed ( a=None , version=2 ) ¶ 乱数生成器を初期化します。 a が省 ... 略されるか None の場合、現在のシステム時刻が使用されます。乱数の ... 出されます。 random. choices ( population , weights=None , * , cum_weights=None , k=1 ) ¶ population から ...
https://man.plustar.jp/python/library/random.html - [similar]
21.17. smtplib --- SMTP プロトコルクライアント — Python 3.6.5 ドキュメント 5763
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... smtplib. SMTP ( host='' , port=0 , local_hostname=None , [ timeout , ] source_address=None ) ¶ An SMTP ... on. If specified, local_hostname is used as the FQDN of the local host in the HELO/EHLO command. Otherwi ... locking operations like the connection attempt (if not specified, the global default timeout setting wil ... >> with SMTP ( "domain.org" ) as smtp : ... smtp . noop () ... (250, b'Ok') >>> バージョン 3.3 で変更: w ...
https://man.plustar.jp/python/library/smtplib.html - [similar]
26.6. unittest.mock --- 入門 — Python 3.6.5 ドキュメント 5763
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... recent call last): ... AttributeError : object has no attribute 'old_method' Using a specification also ... as mock_method : ... mock_method . return_value = None ... real = ProductionClass () ... real . method ... date ( 2009 , 6 , 8 ) == date ( 2009 , 6 , 8 ) ... Note that we don't patch datetime.date globally, we p ... ee where to patch . When date.today() is called a known date is returned, but calls to the date(...) con ...
https://man.plustar.jp/python/library/unittest.mock-examples.html - [similar]
26.5. unittest.mock --- モックオブジェクトライブラリ — Python 3.6.5 ドキュメン... 5763
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ject ( ProductionClass , 'method' , return_value = None ) as mock_method : ... thing = ProductionClass ( ... 可能なモックを作成する場合には、呼び出し不能な変種の NonCallableMock や NonCallableMagicMock があります。 ... スを指定できます。 class unittest.mock. Mock ( spec=None , side_effect=None , return_value=DEFAULT , wrap ... s=None , name=None , spec_set=None , unsafe=False , **k ...
https://man.plustar.jp/python/library/unittest.mock.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT