Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 254 for None (0.030 sec.)
19.1.7. email.contentmanager: MIME 内容の管理 — Python 3.6.5 ドキュメント 8181
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... type/subtype ) maintype を表す文字列 空の文字列 If none of these keys produce a handler, raise a KeyError ... typ.__qualname__ ) 型の name ( typ.__name__ ). If none of the above match, repeat all of the checks above ... yields a handler, check for a handler for the key None . If there is no handler for None , raise a KeyErr ... , <'str'> , subtype="plain" , charset='utf-8' cte=None , disposition=None , filename=None , cid=None , pa ...
https://man.plustar.jp/python/library/email.contentmanager.html - [similar]
24.1. turtle --- タートルグラフィックス — Python 3.6.5 ドキュメント 8151
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... >>> turtle . heading () 67.0 turtle. goto ( x , y=None ) ¶ turtle. setpos ( x , y=None ) ¶ turtle. setpos ... ition ( x , y=None ) ¶ パラメータ: x -- 数または数のペア/ベクトル y - ... - 数または None y が None の場合、 x は座標のペアかまたは Vec2D (た ... . heading () 0.0 turtle. circle ( radius , extent=None , steps=None ) ¶ パラメータ: radius -- 数 extent - ...
https://man.plustar.jp/python/library/turtle.html - [similar]
10. API リファレンス — Python 3.6.5 ドキュメント 8081
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... tils.core. run_setup ( script_name [ , script_args=None , stop_after='run' ] ) ¶ 制御された環境でセットアッ ... ようとしている文字列、または内容なしで定義する場合は None (ソースコード中で #define FOO と書く、または Unix ... rm です。 distutils.ccompiler. new_compiler ( plat=None , compiler=None , verbose=0 , dry_run=0 , force=0 ... パスには影響しません。 define_macro ( name [ , value=None ] ) ¶ このコンパイラオブジェクトで実行される全ての ...
https://man.plustar.jp/python/distutils/apiref.html - [similar]
11.6. tempfile --- 一時ファイルやディレクトリの作成 — Python 3.6.5 ドキュメント 8081
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... : tempfile. TemporaryFile ( mode='w+b' , buffering=None , encoding=None , newline=None , suffix=None , pre ... fix=None , dir=None ) ¶ 一時的な記憶領域として使うことの出来 ... pfile. NamedTemporaryFile ( mode='w+b' , buffering=None , encoding=None , newline=None , suffix=None , pre ... fix=None , dir=None , delete=True ) ¶ この関数は、ファイルシ ...
https://man.plustar.jp/python/library/tempfile.html - [similar]
8.1. datetime --- 基本的な日付型および時間型 — Python 3.6.5 ドキュメント 8051
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... になります。 datetime オブジェクト d は d.tzinfo が None でなく d.tzinfo.utcoffset(d) が None を返さない場合 ... 、aware です。 d.tzinfo が None であるか d.tzinfo が None でないが d.tzinfo.utcoff ... set(d) が None を返す場合、 d は naive です。 time のオブジェクト ... t は t.tzinfo が None でなく t.tzinfo.utcoffset(None) が None を返さない ...
https://man.plustar.jp/python/library/datetime.html - [similar]
17.5. subprocess --- サブプロセス管理 — Python 3.6.5 ドキュメント 8022
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... をご覧ください。 subprocess. run ( args , * , stdin=None , input=None , stdout=None , stderr=None , shell=F ... alse , cwd=None , timeout=None , check=False , encoding=None , err ... ors=None ) ¶ args で指定されたコマンドを実行します。コマンド ... ng if run() was called with an encoding or errors. None if stdout was not captured. プロセスが stderr=subp ...
https://man.plustar.jp/python/library/subprocess.html - [similar]
31.5. importlib --- import の実装 — Python 3.6.5 ドキュメント 7922
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... が書かれた頃から変更されています (例: sys.modules で None に基づくリダイレクト)。 __import__() 関数 import 文 ... 5.2. 関数 ¶ importlib. __import__ ( name , globals=None , locals=None , fromlist=() , level=0 ) ¶ 組み込み ... ください。 importlib. import_module ( name , package=None ) ¶ モジュールをインポートします。 name 引数は、イ ... ートされます。 importlib. find_loader ( name , path=None ) ¶ モジュールのローダーを、オプションで指定された ...
https://man.plustar.jp/python/library/importlib.html - [similar]
19.1.3. email.generator: MIME 文書の生成 — Python 3.6.5 ドキュメント 7762
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... l.generator. BytesGenerator ( outfp , mangle_from_=None , maxheaderlen=None , * , policy=None ) ¶ Return a ... ENT-LENGTH FORMAT IS BAD ). If maxheaderlen is not None , refold any header lines that are longer than max ... 0 , do not rewrap any headers. If manheaderlen is None (the default), wrap headers and other message line ... policy to control message generation. If policy is None (the default), use the policy associated with the ...
https://man.plustar.jp/python/library/email.generator.html - [similar]
26.4. unittest --- ユニットテストフレームワーク — Python 3.6.5 ドキュメント 7543
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... = makeSomething () assert something . name is not None # ... オプションの set-up と tear-down メソッドを持 ... 照してください。 バージョン 3.2 で追加. run ( result=None ) ¶ テストを実行し、テスト結果を result に指定され ... t オブジェクトにまとめます。 result が省略されるか None が渡された場合、 ( defaultTestResult() メソッドを呼 ... してください。 バージョン 3.1 で追加. subTest ( msg=None , **params ) ¶ このメソッドを囲っているブロックをサ ...
https://man.plustar.jp/python/library/unittest.html - [similar]
デスクリプタ HowTo ガイド — Python 3.6.5 ドキュメント 7443
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » デス ... スクリプタプロトコル ¶ descr.__get__(self, obj, type=None) --> value descr.__set__(self, obj, value) --> Non ... e descr.__delete__(self, obj) --> None これで全てです。これらのメソッドのいずれかを定義す ... ラスでは、その機構は B.x を B.__dict__['x'].__get__(None, B) に変換する type.__getattribute__() にあります。 ... if hasattr ( v , '__get__' ): return v . __get__ ( None , self ) return v 憶えておくべき重要な点は: デスク ...
https://man.plustar.jp/python/howto/descriptor.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT