Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 10 for say (0.008 sec.)
32.7. tokenize --- Pythonソースのためのトークナイザ — Python 3.6.5 ドキュメント 13962
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ラインからトークナイズする例。次のスクリプトが: def say_hello (): print ( "Hello, World!" ) say_hello () ト ... CODING 'utf-8' 1,0-1,3: NAME 'def' 1,4-1,13: NAME 'say_hello' 1,13-1,14: OP '(' 1,14-1,15: OP ')' 1,15-1, ... 3,0-3,1: NL '\n' 4,0-4,0: DEDENT '' 4,0-4,9: NAME 'say_hello' 4,9-4,10: OP '(' 4,10-4,11: OP ')' 4,11-4,1 ... CODING 'utf-8' 1,0-1,3: NAME 'def' 1,4-1,13: NAME 'say_hello' 1,13-1,14: LPAR '(' 1,14-1,15: RPAR ')' 1,1 ...
https://man.plustar.jp/python/library/tokenize.html - [similar]
3. setup 設定ファイル (setup configuration file) を書く — Python 3.6.5 ドキュメ... 9564
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... elled foo_bar in configuration files. For example, say you want your extensions to be built "in-place"--- ... want the compiled extension file ( ext.so on Unix, say) to be put in the same source directory as your pu ...
https://man.plustar.jp/python/distutils/configfile.html - [similar]
Python 3 への拡張モジュール移植 — Python 3.6.5 ドキュメント 9135
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Pyth ... ytesobject.h" /* text example */ static PyObject * say_hello ( PyObject * self , PyObject * args ) { PyOb ... e , * result ; if ( ! PyArg_ParseTuple ( args , "U:say_hello" , & name )) return NULL ; result = PyUnicod ...
https://man.plustar.jp/python/howto/cporting.html - [similar]
10.2. functools --- 高階関数と呼び出し可能オブジェクトの操作 — Python 3.6.5 ド... 8688
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... False ): ... if verbose : ... print ( "Let me just say," , end = " " ) ... print ( arg ) 関数にオーバーロ ... . >>> fun ( "test." , verbose = True ) Let me just say, test. >>> fun ( 42 , verbose = True ) Strength in ...
https://man.plustar.jp/python/library/functools.html - [similar]
7. 入力と出力 — Python 3.6.5 ドキュメント 8688
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... は次のようなものです: >>> print ( 'We are the {} who say " {} !"' . format ( 'knights' , 'Ni' )) We are the ... knights who say "Ni!" 括弧とその中の文字(これをフォーマットフィール ...
https://man.plustar.jp/python/tutorial/inputoutput.html - [similar]
25.1. tkinter --- Tcl/Tk の Python インタフェース — Python 3.6.5 ドキュメント 8241
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... (click me)" self . hi_there [ "command" ] = self . say_hi self . hi_there . pack ( side = "top" ) self . ... stroy ) self . quit . pack ( side = "bottom" ) def say_hi ( self ): print ( "hi there, everyone!" ) root ...
https://man.plustar.jp/python/library/tkinter.html - [similar]
28.4. zipapp --- 実行可能な python zip 書庫を管理する — Python 3.6.5 ドキュメン... 8027
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... your code Python 2 compatible). There is no way to say "python X.Y or later", so be careful of using an e ...
https://man.plustar.jp/python/library/zipapp.html - [similar]
16.8. logging.handlers --- ロギングハンドラ — Python 3.6.5 ドキュメント 7812
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... messages are only output once every five minutes (say), then there will be gaps in the file times corres ...
https://man.plustar.jp/python/library/logging.handlers.html - [similar]
1. C や C++ による Python の拡張 — Python 3.6.5 ドキュメント 7597
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ ... e favorite food of Monty Python fans...) and let's say we want to create a Python interface to the C libr ...
https://man.plustar.jp/python/extending/extending.html - [similar]
3. データモデル — Python 3.6.5 ドキュメント 7597
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... す。 When a class attribute reference (for class C , say) would yield a class method object, it is transfor ...
https://man.plustar.jp/python/reference/datamodel.html - [similar]
PREV 1 NEXT