Python 3.6.5 ドキュメント 検索
Results of 1 - 10 of about 16 for identifier (0.025 sec.)
- 32.2. ast --- 抽象構文木 — Python 3.6.5 ドキュメント 13689
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
定義されています: -- ASDL's 7 builtin types are: -- identifier, int, string, bytes, object, singleton, constant -...
typesystem. | Suite(stmt* body) stmt = FunctionDef(identifier name, arguments args, stmt* body, expr* decorator_...
list, expr? returns) | AsyncFunctionDef(identifier name, arguments args, stmt* body, expr* decorator_...
list, expr? returns) | ClassDef(identifier name, expr* bases, keyword* keywords, stmt* body,...
- https://man.plustar.jp/python/library/ast.html - [similar]
- 7. 単純文 (simple statement) — Python 3.6.5 ドキュメント 11142
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ
...
et_list ::= target ("," target )* [","] target ::= identifier | "(" [ target_list ] ")" | "[" [ target_list ] "]...
expression_list | yield_expression ) augtarget ::= identifier | attributeref | subscription | slicing augop ::=...
["as" name ] )* | "from" relative_module "import" identifier ["as" name ] ( "," identifier ["as" name ] )* | "f...
rom" relative_module "import" "(" identifier ["as" name ] ( "," identifier ["as" name ] )* [","...
- https://man.plustar.jp/python/reference/simple_stmts.html - [similar]
- 8. 複合文 (compound statement) — Python 3.6.5 ドキュメント 10449
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ
...
t ::= "try" ":" suite ("except" [ expression ["as" identifier ]] ":" suite )+ ["else" ":" suite ] ["finally" ":"...
argument_list [","]] ")"] NEWLINE dotted_name ::= identifier ("." identifier )* parameter_list ::= defparameter...
meter [","]]] | "**" parameter [","] parameter ::= identifier [":" expression ] defparameter ::= parameter ["="...
expression ] funcname ::= identifier 関数定義は実行可能な文です。関数定義を実行すると、...
- https://man.plustar.jp/python/reference/compound_stmts.html - [similar]
- 6. 式 (expression) — Python 3.6.5 ドキュメント 9756
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ
...
れます。atom の構文は以下のようになります: atom ::= identifier | literal | enclosure enclosure ::= parenth_form |...
| generator_expression | yield_atom 6.2.1. 識別子 (identifier、または名前 (name)) ¶ アトムの形になっている識別子...
(identifier) は名前 (name) です。字句定義については 識別子 (id...
と名前を連ねたものです: attributeref ::= primary "." identifier プライマリの評価は、属性参照をサポートする型のオブ...
- https://man.plustar.jp/python/reference/expressions.html - [similar]
- 6.1. string --- 一般的な文字列操作 — Python 3.6.5 ドキュメント 9062
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
bute_name | "[" element_index "]")* arg_name ::= [ identifier | digit +] attribute_name ::= identifier element_i...
: $$ はエスケープ文字です; $ 一つに置換されます。 $identifier は "identifier" のマッピングキーに合致する置換プレ...
ースホルダーを指定します。デフォルトでは、 "identifier" は大文字と小文字を区別しない ASCII 英数字 (アンダ...
すると、そこでプレースホルダ名の指定が終わります。 ${identifier} は $identifier と同じです。プレースホルダ名の後ろ...
- https://man.plustar.jp/python/library/string.html - [similar]
- 2. 字句解析 — Python 3.6.5 ドキュメント 8491
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ
...
よび DEDENT の他、以下のトークンのカテゴリ: 識別子 (identifier) , キーワード(keyword) , リテラル , 演算子 (operat...
最長の文字列を含むように構築されます。 2.3. 識別子 (identifier) およびキーワード (keyword) ¶ 識別子 (または 名前...
の長さには制限がありません。大小文字は区別されます。 identifier ::= xid_start xid_continue * id_start ::= <all cha...
ise 2.3.2. 予約済みの識別子種 (reserved classes of identifiers) ¶ ある種の (キーワードを除く) 識別子には、特殊な...
- https://man.plustar.jp/python/reference/lexical_analysis.html - [similar]
- Python 言語リファレンス — Python 3.6.5 ドキュメント 7919
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ
...
解析 2.1. 行構造 2.2. その他のトークン 2.3. 識別子 (identifier) およびキーワード (keyword) 2.4. リテラル 2.5. 演算...
- https://man.plustar.jp/python/reference/index.html - [similar]
- 16.15. errno --- 標準の errno システムシンボル — Python 3.6.5 ドキュメント 7676
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
sired type) errno. EIDRM ¶ 識別子が除去されました (Identifier removed) errno. ECHRNG ¶ チャネル番号が範囲を超えま...
- https://man.plustar.jp/python/library/errno.html - [similar]
- 17.1. threading --- スレッドベースの並列処理 — Python 3.6.5 ドキュメント 7676
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
ロパティを直接使用してください。 ident ¶ The 'thread identifier' of this thread or None if the thread has not been...
zero integer. See the get_ident() function. Thread identifiers may be recycled when a thread exits and another t...
hread is created. The identifier is available even after the thread has exited. is_...
- https://man.plustar.jp/python/library/threading.html - [similar]
- 21.20. uuid --- UUID objects according to RFC 4122 — Python 3.6.5 ドキュメント 7676
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
約されています。 参考 RFC 4122 - Universally Unique IDentifier (UUID) の URN 名前空間 この仕様は UUID のための Un...
- https://man.plustar.jp/python/library/uuid.html - [similar]