Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 213 for return (0.111 sec.)
モジュールオブジェクト (module object) — Python 3.6.5 ドキュメント 4934
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... す。 PyObject * PyModule_New ( const char *name ) ¶ Return value: New reference. Similar to PyModule_NewObjec ... PyObject * PyModule_GetDict ( PyObject *module ) ¶ Return value: Borrowed reference. module の名前空間を実装 ... odule state is allocated ( PyModule_GetState() may return NULL ), and before the Py_mod_exec function is exe ... odule state is allocated ( PyModule_GetState() may return NULL ), and before the Py_mod_exec function is exe ...
https://man.plustar.jp/python/c-api/module.html - [similar]
Set オブジェクト — Python 3.6.5 ドキュメント 4934
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... せん。 PyObject * PySet_New ( PyObject *iterable ) ¶ Return value: New reference. iterable が返すオブジェクトを ... yObject * PyFrozenSet_New ( PyObject *iterable ) ¶ Return value: New reference. iterable が返すオブジェクトを ... 出します。 PyObject * PySet_Pop ( PyObject *set ) ¶ Return value: New reference. set の中の要素のどれかに対す ...
https://man.plustar.jp/python/c-api/set.html - [similar]
21.15. imaplib --- IMAP4 プロトコルクライアント — Python 3.6.5 ドキュメント 4934
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... datestr ) ¶ Parse an IMAP4 INTERNALDATE string and return corresponding local time. The return value is a ti ... _time to an IMAP4 INTERNALDATE representation. The return value is a string in the form: "DD-Mmm-YYYY HH:MM: ... int or float) representing seconds since epoch (as returned by time.time() ), a 9-tuple representing local t ... ime an instance of time.struct_time (as returned by time.localtime() ), an aware instance of date ...
https://man.plustar.jp/python/library/imaplib.html - [similar]
19.2. json --- JSON エンコーダおよびデコーダ — Python 3.6.5 ドキュメント 4934
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... complex ( dct ): ... if '__complex__' in dct : ... return complex ( dct [ 'real' ], dct [ 'imag' ]) ... retu ... , obj ): ... if isinstance ( obj , complex ): ... return [ obj . real , obj . imag ] ... # Let the base cla ... ss default method raise the TypeError ... return json . JSONEncoder . default ( self , obj ) ... >> ... erable = iter ( o ) except TypeError : pass else : return list ( iterable ) # Let the base class default met ...
https://man.plustar.jp/python/library/json.html - [similar]
正規表現 HOWTO — Python 3.6.5 ドキュメント 4902
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » 正規 ... だし iterator として返します。 match() and search() return None if no match can be found. If they're successf ... ul, a match object instance is returned, containing information about the match: where i ... + means 'one or more repetitions'. match() should return None in this case, which will cause the interprete ... match, such as tempo . In this case, match() will return a match object , so you should store the result in ...
https://man.plustar.jp/python/howto/regex.html - [similar]
21.10. urllib.robotparser --- robots.txt のためのパーザ — Python 3.6.5 ドキュメ... 4902
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 現在の時刻に設定します。 crawl_delay ( useragent ) ¶ Returns the value of the Crawl-delay parameter from robot ... s.txt entry for this parameter has invalid syntax, return None . バージョン 3.6 で追加. request_rate ( usera ... gent ) ¶ Returns the contents of the Request-rate parameter from r ... s.txt entry for this parameter has invalid syntax, return None . バージョン 3.6 で追加. The following exampl ...
https://man.plustar.jp/python/library/urllib.robotparser.html - [similar]
13.5. zipfile --- ZIP アーカイブの処理 — Python 3.6.5 ドキュメント 4902
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ZipFile. With mode='w' , a writable file handle is returned, which supports the write() method. While a writ ... して指定します。 ZipFile. read ( name , pwd=None ) ¶ Return the bytes of the file name in the archive. name is ... he archive and check their CRC's and file headers. Return the name of the first bad file, or else return Non ... sts ( s ): ... fn = os . path . basename ( s ) ... return ( not ( fn == 'test' or fn . startswith ( 'test_' ...
https://man.plustar.jp/python/library/zipfile.html - [similar]
Windows 上の Python FAQ — Python 3.6.5 ドキュメント 4860
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python よくある質問 ... should try entering the command python and hitting return: C:\Users\YourName> python You should then see som ... ます: Py_INCREF ( Py_None ); _resultobj = Py_None ; return _resultobj ; ああ、Py_none は pythonNN.dll 内の _P ... 敗します。このコードを次のように置き換えてください: return Py_BuildValue ( "" ); これで、SWIG をまだ仕事に使え ... 32 handle = kernel32 . OpenProcess ( 1 , 0 , pid ) return ( 0 != kernel32 . TerminateProcess ( handle , 0 )) ...
https://man.plustar.jp/python/faq/windows.html - [similar]
8.4. collections.abc --- コレクションの抽象基底クラス — Python 3.6.5 ドキュメン... 4860
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... st : lst . append ( value ) def __iter__ ( self ): return iter ( self . elements ) def __contains__ ( self , ... value ): return value in self . elements def __len__ ( self ): ret ...
https://man.plustar.jp/python/library/collections.abc.html - [similar]
11. 標準ライブラリミニツアー --- その 2 — Python 3.6.5 ドキュメント 4860
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... e wrap() method is just like fill() except that it returns ... a list of strings instead of one big string w ... e wrap() method is just like fill() except that it returns a list of strings instead of one big string with ... ドを使う方が適切かもしれません: >>> t = Template ( 'Return the $item to $owner.' ) >>> d = dict ( item = 'unl ... KeyError : 'owner' >>> t . safe_substitute ( d ) 'Return the unladen swallow to $owner.' 区切り文字はデフォ ...
https://man.plustar.jp/python/tutorial/stdlib2.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 NEXT