Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 104 for filename (0.121 sec.)
モジュールのインポート — Python 3.6.5 ドキュメント 5383
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... モジュールの __file__ 属性はコードオブジェクトの co_filename へ設定されます。もし適切な場合は、 __cached__ へも ...
https://man.plustar.jp/python/c-api/import.html - [similar]
1. 他のアプリケーションへの Python の埋め込み — Python 3.6.5 ドキュメント 5383
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ ... Makefile の場所を調べるには sysconfig.get_makefile_filename() を使ってください)。この場合、 sysconfig モジュー ...
https://man.plustar.jp/python/extending/embedding.html - [similar]
Windows 上の Python FAQ — Python 3.6.5 ドキュメント 5383
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python よくある質問 ... を加えられるようにします。 もしくは: Bad command or filename が現れたなら、コンピュータが Python インタプリタの ...
https://man.plustar.jp/python/faq/windows.html - [similar]
24.2. cmd --- 行指向のコマンドインタープリタのサポート — Python 3.6.5 ドキュメ... 5383
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... do_record ( self , arg ): 'Save future commands to filename: RECORD rose.cmd' self . file = open ( arg , 'w' ) ...
https://man.plustar.jp/python/library/cmd.html - [similar]
2. 組み込み関数 — Python 3.6.5 ドキュメント 5383
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ドキュメントを参照してください。 compile ( source , filename , mode , flags=0 , dont_inherit=False , optimize=- ... 、 ast モジュールのドキュメントを参照してください。 filename 引数には、コードの読み出し元のファイルを与えなけれ ...
https://man.plustar.jp/python/library/functions.html - [similar]
26.4. unittest --- ユニットテストフレームワーク — Python 3.6.5 ドキュメント 5383
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ジェクトを warning 属性に、警告が発生したソース行を filename 属性と lineno 属性に格納します。これは警告発生時に ... _something () self . assertIn ( 'myfile.py' , cm . filename ) self . assertEqual ( 320 , cm . lineno ) このメソ ...
https://man.plustar.jp/python/library/unittest.html - [similar]
7. 入力と出力 — Python 3.6.5 ドキュメント 5383
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... する ¶ open() は file object を返します。大抵、 open(filename, mode) のように二つの引数を伴って呼び出されます。 ...
https://man.plustar.jp/python/tutorial/inputoutput.html - [similar]
What's New in Python 2.2 — Python 3.6.5 ドキュメント 5383
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... タプルでファイルサイズを得るには file_size = os.stat(filename)[stat.ST_SIZE] のように書くしかありませんでしたが、 ... 今ではもっとわかりやすい file_size = os.stat(filename).st_size のように書くことが出来ます。 この機能のオ ...
https://man.plustar.jp/python/whatsnew/2.2.html - [similar]
What's New in Python 2.4 — Python 3.6.5 ドキュメント 5383
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... hlan.) eval(expr, globals, locals) 関数と execfile(filename, globals, locals) 関数、 exec 文が locals パラメー ... ます。例えば: import logging logging . basicConfig ( filename = '/var/log/application.log' , level = 0 , # Log a ...
https://man.plustar.jp/python/whatsnew/2.4.html - [similar]
What's New In Python 3.1 — Python 3.6.5 ドキュメント 5383
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... lose file after writing >>> with gzip . GzipFile ( filename , "wb" ) as f : ... f . write ( b "xxx" ) (Contrib ...
https://man.plustar.jp/python/whatsnew/3.1.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT