Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 274 for IN (0.066 sec.)
26.6. unittest.mock --- 入門 — Python 3.6.5 ドキュメント 6621
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ます。 次の例では ProductionClass().method が something メソッドを呼び出したことをテストしています: >>> c ... nClass : ... def method ( self ): ... self . something ( 1 , 2 , 3 ) ... def something ( self , a , b , ... ... >>> real = ProductionClass () >>> real . something = MagicMock () >>> real . method () >>> real . so ... mething . assert_called_once_with ( 1 , 2 , 3 ) 26.6.1.2. ...
https://man.plustar.jp/python/library/unittest.mock-examples.html - [similar]
29.12. inspect --- 活動中のオブジェクトの情報を取得する — Python 3.6.5 ドキュメ... 6562
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... リ » 29. Python ランタイムサービス » 29.12. inspect --- 活動中のオブジェクトの情報を取得する ¶ ソ ... ースコード: Lib/inspect.py inspect は、活動中のオブジェクト (モジュー ... トコード中のインストラクションを示すインデックス tb_lineno 現在の Python ソースコードの行番号 tb_next この ... フレームを呼び出した) のフレームオブジェクト f_builtins このフレームで参照している組み込み名前空間 f_code ...
https://man.plustar.jp/python/library/inspect.html - [similar]
8.1. datetime --- 基本的な日付型および時間型 — Python 3.6.5 ドキュメント 6533
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... time オブジェクトは追加のタイムゾーン情報の属性 tzinfo を持ちます。 tzinfo には抽象クラス tzinfo のサブ ... のインスタンスを設定することができます。 これらの tzinfo オブジェクトは UTC 時間からのオフセットやタイムゾ ... 施されるかの情報を保持しています。 ただ一つの具象 tzinfo クラスである timezone クラスが datetime モジュー ... モジュールでは以下の定数を公開しています: datetime. MINYEAR ¶ date や datetime オブジェクトで許されている、 ...
https://man.plustar.jp/python/library/datetime.html - [similar]
2. 拡張の型の定義: チュートリアル — Python 3.6.5 ドキュメント 6397
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ ... 、これについてはこのチュートリアルでは扱いません。 #include <Python.h> typedef struct { PyObject_HEAD /* ... tatic PyTypeObject CustomType = { PyVarObject_HEAD_INIT ( NULL , 0 ) . tp_name = "custom.Custom" , . tp_ ... atic PyModuleDef custommodule = { PyModuleDef_HEAD_INIT , . m_name = "custom" , . m_doc = "Example modul ... ates an extension type." , . m_size = -1 , }; PyMODINIT_FUNC PyInit_custom ( void ) { PyObject * m ; if ...
https://man.plustar.jp/python/extending/newtypes_tutorial.html - [similar]
Python で Curses プログラミング — Python 3.6.5 ドキュメント 6397
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Pyth ... on で Curses プログラミング ¶ 著者: A.M. Kuchling, Eric S. Raymond リリース: 2.04 概要 このドキュメ ... curses ってなに? ¶ curses ライブラリは、VT100s や Linux コンソール、さまざまなプログラムが提供するエミュ ... library provides fairly basic functionality, providing the programmer with an abstraction of a display c ... ontaining multiple non-overlapping windows of text. The c ...
https://man.plustar.jp/python/howto/curses.html - [similar]
21.16. nntplib --- NNTP プロトコルクライアント — Python 3.6.5 ドキュメント 6368
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... アント ¶ ソースコード: Lib/nntplib.py This module defines the class NNTP which implements the client side ... s . group ( 'gmane.comp.python.committers' ) >>> print ( 'Group' , name , 'has' , count , 'articles, ran ... = s . over (( last - 9 , last )) >>> for id , over in overviews : ... print ( id , nntplib . decode_head ... , timeout ] ) ¶ Return a new NNTP object, representing a connection to the NNTP server running on host h ...
https://man.plustar.jp/python/library/nntplib.html - [similar]
Pythonモジュール索引 — Python 3.6.5 ドキュメント 6222
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » Pythonモジュール索引 _ | a | b | ... u | v | w | x | z _ __future__ Future statement definitions __main__ The environment where the top-level ... script is run. _dummy_thread Drop-in replacement for the _thread module. _thread Low-le ... vel threading API. a abc Abstract base classes according to PEP ... 3119. aifc Read and write audio files in AIFF or AIFC format. argparse Command-line option ...
https://man.plustar.jp/python/py-modindex.html - [similar]
6.2. re --- 正規表現操作 — Python 3.6.5 ドキュメント 6163
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... らないからです。 正規表現パターンに Python の raw string 記法を使えばこの問題を解決できます。 'r' を前置し ... 。通常、 Python コード中では、パターンをこの raw string 記法を使って表現します。 大抵の正規表現操作が、モ ... ^ (キャレット) 文字列の先頭とマッチします。 MULTILINE モードでは各改行の直後にマッチします。 $ 文字列の ... 場合、通常のモードでは 'foo2' だけにマッチし、 MULTILINE モードでは 'foo1' にもマッチします。 $ だけで 'fo ...
https://man.plustar.jp/python/library/re.html - [similar]
Download — Python 3.6.5 ドキュメント 6027
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » Download Python 3.6.5 Documentati ... ated on: 6月 11, 2022. To download an archive containing all the documents for this version of Python in ... one of various formats, follow one of links in this table. The numbers in the table are the ... size of the download files in megabytes. Format Packed as .zip Packed as .tar.bz ... B) HTML Download (ca. 9 MB) Download (ca. 6 MB) Plain Text Download (ca. 3 MB) Download (ca. 2 MB) EPUB ...
https://man.plustar.jp/python/download.html - [similar]
What's New in Python 2.4 — Python 3.6.5 ドキュメント 6027
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... n » What's New in Python 2.4 ¶ 著者: A.M. Kuchling この文書は 2005 年 ... スからの重複の削除、それに和集合 (union)、共通集合 (intersection)、 差 (difference)、対称差 (symmetric di ... > a = set ( 'abracadabra' ) # form a set from a string >>> 'z' in a # fast membership testing False >>> ... a # unique letters in a set(['a', 'r', 'b', 'c', 'd']) >>> '' . join ( a ...
https://man.plustar.jp/python/whatsnew/2.4.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT