小窓モード


プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > Weblio例文辞書 > python noneの意味・解説 

python noneとは 意味・読み方・使い方

ピン留め

追加できません

(登録数上限)

単語を追加

Weblio例文辞書での「python none」に類似した例文

python none

例文

a tiepin

例文

a pumpkin pie

3

アントキノイノチ

4

成長してないイヌワシ

5

キヌバネドリ

例文

trogons

7

ヤバネツパイ

例文

pentails

9

ナイフとぎ.

10

ナツメグイチイ

例文

nutmeg-yews

例文

a clove of garlic

例文

a cock

13

シダのない

14

ヤナギトラノオ

18

がないさま

例文

having no loam

20

がないさま

21

1つかないさま

例文

omitting no one

22

樹脂がないさま

23

えらがないさま

24

がないさま

25

樟脳まないさま

26

ずんである

例文

without trees

Weblio例文辞書はプログラムで機械的に意味や英語表現を生成しているため、不適切な項目が含まれていることもあります。ご了承くださいませ。

「python none」の部分一致の例文検索結果

該当件数 : 15



例文

Object which is visible in Python as None.発音を聞く 例文帳に追加

Python からは None に見えるオブジェクトです。 - Python

The Python None object, denoting lack of value.発音を聞く 例文帳に追加

Python における None オブジェクトで、値がないことを表します。 - Python

Note that the PyTypeObject for None is not directlyexposed in the Python/C API.発音を聞く 例文帳に追加

None に対する PyTypeObject は、 Python/C API では直接公開されていないので注意してください。 - Python

Tries to compile source, which should be a string of Python code and return a code object if source is valid Python code.例文帳に追加

sourceが有効なPythonコードではないが、有効なPythonコードの接頭語である場合には、Noneを返します。 - Python

Like "s", but the Python object may also be None, inwhich case the C pointer is set to NULL.発音を聞く 例文帳に追加

"s" に似ていますが、Python オブジェクトは None でもよく、その場合には C のポインタは NULLにセットされます。 - Python

This section describes Python type objects and the singleton objectNone.発音を聞く 例文帳に追加

この節では、Python の型オブジェクトと単量子 (singleton) オブジェクト None について述べます。 - Python

例文

(Yes, even integers are objects on the heap in Python!)If you have a C function that returns no useful argument (a function returning void), the corresponding Python function must return None.例文帳に追加

(そう、整数ですら、 Python においてはヒープ上のオブジェクトなのです! )何ら有用な値を返さない関数 (void を返す関数) に対応する Python の関数はNone を返さねばなりません。 - Python

>>例文の一覧を見る

調べた例文を記録して、 効率よく覚えましょう
Weblio会員登録無料で登録できます!
  • 履歴機能
    履歴機能
    過去に調べた
    単語を確認!
  • 語彙力診断
    語彙力診断
    診断回数が
    増える!
  • マイ単語帳
    マイ単語帳
    便利な
    学習機能付き!
  • マイ例文帳
    マイ例文帳
    文章で
    単語を理解!
  • その他にも便利な機能が満載!
Weblio会員登録(無料)はこちらから

「python none」の部分一致の例文検索結果

該当件数 : 15



例文

Call the function named name in the referenced shared object.The arguments must be either Python integers, which will be passed as is, Python strings, to which a pointer will be passed, or None, which will be passed as NULL.発音を聞く 例文帳に追加

参照された共有オブジェクトのnameという名前の関数を呼出します。 引数は、Python整数(そのまま渡される)、Python文字列(ポインターが渡される)、None (NULLとして渡される) のどれかでなければいけません。 - Python

This was once necessary, when Python would print any unused expressionresult that was not None. The method is still defined for backward compatibility.例文帳に追加

Python が None 以外の使われなかった結果を表示するときに使われたもので、旧バージョンとの互換性のためだけに定義されています。 - Python

It is a genuine Python object rather than a NULL pointer, which means ``error'' in most contexts, as we have seen.例文帳に追加

これまで見てきたようにほとんどのコンテキストで ``エラー'' を意味する NULL ポインタとは違い、None は純粋なPython のオブジェクトです。 - Python

Optional argument name gives the name of the test; by default,or if None, os.path.basename(filename) is used.Optional argument package is a Python package or the name of a Python package whose directory should be used as the base directory for a module-relative filename.例文帳に追加

オプション引数 name には、テストの名前を指定します; デフォルトの場合や None を指定した場合、 os.path.basename(filename) になります。 オプション引数 package には、 Python パッケージを指定するか、モジュール相対のファイル名の場合には相対の基準ディレクトリとなるPython パッケージの名前を指定します。 - Python

Note that although the identifier as can be used as part of the syntax of import statements, it is not currently a reservedword.In some future version of Python, the identifiers as and None will both become keywords.例文帳に追加

識別子 as は import 文における構文の一部として使われることがありますが、現在のところ予約語ではありません。 将来の Python のバージョンでは、識別子 as と Noneはともにキーワードになる予定です。 - Python

linejunk: A function that accepts a single string argument, and returns true if the string is junk, or false if not. The default is (None), starting with Python 2.3.例文帳に追加

linejunk: string型の引数ひとつを受け取る関数で、文字列がjunkか否かによってtrueを(違うときにはtrueを)返します。 Python2.3以降、デフォルトでは(None)になります。 - Python

When set to a value other than None, this variable defines the default value for the dir argument to all the functions defined in this module.If tempdir is unset or None at any call to any of the above functions, Python searches a standard list of directories and sets tempdir to the first one which the calling user can create files in.例文帳に追加

この値が None 以外に設定された場合、このモジュールで定義されている関数全てのdir 引数に対する標準の設定値となります。 tempdir が設定されていないか None の場合、上記のいずれかの関数を呼び出した際は常に、Python は標準的なディレクトリ候補のリストを検索し、関数を呼び出しているユーザの権限でファイルを作成できる最初のディレクトリ候補を tempdir に設定します。 - Python

例文

Expression statements are used (mostly interactively) to compute and write a value, or (usually) to call a procedure (a function that returns no meaningful result; in Python, procedures return the valueNone).例文帳に追加

式文は、 (主に対話的な使い方では) 値を計算して出力するために使ったり、(通常は) プロシジャ (procedure: 有意な結果を返さない関数のことです; Python では、プロシジャは値 None を返します)を呼び出すために使います。 - Python

>>例文の一覧を見る

「python none」の意味に関連した用語

python noneのページの著作権
英和・和英辞典 情報提供元は 参加元一覧 にて確認できます。

   

ピン留めアイコンをクリックすると単語とその意味を画面の右側に残しておくことができます。

こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

このモジュールを今後表示しない
みんなの検索ランキング
閲覧履歴
無料会員登録をすると、
単語の閲覧履歴を
確認できます。
無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2026 GRAS Group, Inc.RSS