1153万例文収録!

「subclass of」に関連した英語例文の一覧と使い方 - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > subclass ofに関連した英語例文

セーフサーチ:オン

不適切な検索結果を除外する

不適切な検索結果を除外しない

セーフサーチについて

subclass ofの部分一致の例文一覧と使い方

該当件数 : 177



例文

A subclass of distutils.core.Distribution script_name 例文帳に追加

distutils.core.Distributionのサブクラス - Python

A subclass of HTTPException. 例文帳に追加

HTTPException のサブクラスです。 - Python

A subclass of HTTPException.New in version 2.0. 例文帳に追加

HTTPException サブクラスです。 - Python

This module defines a subclass of the 例文帳に追加

このモジュールは、 - Python

例文

It is a subclass of Exception.例文帳に追加

Exception のサブクラスです。 - Python


例文

A subclass of ImproperConnectionState.New in version 2.0. 例文帳に追加

ImproperConnectionState のサブクラスです。 - Python

It is a subclass of Exception.New in version 2.0.例文帳に追加

Exception のサブクラスです。 - Python

a subclass of Sporozoa 例文帳に追加

胞子虫の下位分類 - 日本語WordNet

.TestSuite out of doctest.DocTestCaseinstances, and DocTestCase is a subclass of 例文帳に追加

.TestSuite を作成しており、DocTestCase は - Python

例文

a major subclass of crustaceans 例文帳に追加

甲殻類の主要な亜綱 - 日本語WordNet

例文

a bony fish of the subclass Teleostei 例文帳に追加

真骨亜綱の硬骨魚 - 日本語WordNet

It is a subclass of IOError. 例文帳に追加

この例外は IOErrorのサブクラスです。 - Python

a genus of fossil bird of the subclass Archaeornithes 例文帳に追加

古鳥亜綱の化石鳥の1属 - 日本語WordNet

The wide-character class "punct" is a subclass of the wide-character class "graph", and therefore also a subclass of the wide-character class "print". 例文帳に追加

ワイド文字クラス "punct" はワイド文字クラス "graph" のサブクラスである。 - JM

family of monocotyledonous plants of the subclass Liliidae 例文帳に追加

ユリ亜綱の単子葉植物の科 - 日本語WordNet

an order of dicotyledonous plants of the subclass Asteridae 例文帳に追加

キク亜綱の双子葉植物の目 - 日本語WordNet

a large subclass of Gastropoda, called Streptoneura 例文帳に追加

前鰓類という動物分類 - EDR日英対訳辞書

an order of dicotyledonous trees of the subclass Hamamelidae 例文帳に追加

マンサク科の亜綱の双子葉植物目 - 日本語WordNet

category is a class (a subclass of Warning) of which the warning category must be a subclass in order to match例文帳に追加

警告クラスはこのクラスのサブクラスに一致しなければなりません。 - Python

an order of plants of the subclass Asteridae including: Campanulaceae 例文帳に追加

キク亜綱を含む下位の植物の目:キキョウ - 日本語WordNet

Description The class of this object is a private, implementation dependent, subclass of Object.The hook object has no parent.例文帳に追加

このフックオブジェクトは親を持たない。 - XFree86

any member of the subclass Infusoria 例文帳に追加

サブクラス滴虫類のどんなメンバーのいずれか - 日本語WordNet

a large subclass of diapsid reptiles including: crocodiles 例文帳に追加

二弓類の爬虫動物の大亜綱:クロコダイル - 日本語WordNet

a large order of dicotyledonous plants of subclass Dilleniidae 例文帳に追加

ビワモドキ亜綱の中の双子葉植物の大きな目 - 日本語WordNet

The XtCheckSubclassmacro determines if the class of the specified widget is equal to or is a subclass of the specified widget class. The widget can be any number of subclasses down the chain and need not be an immediate subclass of the specified widget class.例文帳に追加

これは指定したウィジェットのクラスにおける、直接のサブクラスでなくてもよい。 - XFree86

The name of the file containing a subclass definition is the subclass name with a PHP extension, e.g., 'Thing_Table.php'. 例文帳に追加

このクラス定義を含むファイルの名前は、クラス名に拡張子 php をつけたものになります。 - PEAR

any fungus that is a member of the subclass Discomycetes 例文帳に追加

下位分類盤菌類の一種である菌類 - 日本語WordNet

Throwing a subclass of the original exception. 例文帳に追加

もとの例外のサブクラスをスローするような変更。 - PEAR

Subclass of rfc822.Message that handles MIME encoded messages.例文帳に追加

MIME エンコードされたメッセージを処理する rfc822.Message のサブクラス。 - Python

This class is an abstract subclass of asyncore. dispatcher. 例文帳に追加

このクラスは、asyncore.dispatcherから継承した抽象クラスです。 - Python

The interface of this subclass is identical to its parent.例文帳に追加

このサブクラスのインターフェイスは親クラスと同じです。 - Python

The wide-character class "alnum" is a subclass of the wide-character class "graph", and therefore also a subclass of the wide-character class "print". 例文帳に追加

ワイド文字クラス "alnum" は、ワイド文字クラス "graph" のサブクラスであり、したがってワイド文字クラス "print" のサブクラスでもある。 - JM

The wide-character class "blank" is a subclass of the wide-character class "space". 例文帳に追加

ワイド文字クラス "blank" はワイド文字クラス "space" のサブクラスである。 - JM

It is a subclass of Node, but cannot have child nodes.例文帳に追加

Comment は Node のサブクラスですが、子ノードを持つことはありません。 - Python

This is a subclass of NameError.New in version 2.0.例文帳に追加

NameErrorのサブクラスです。 バージョン 2.0 で 新たに追加 された仕様です。 - Python

It is a subclass of ValueError.New in version 2.0.例文帳に追加

ValueError のサブクラスです。 バージョン 2.0 で 新たに追加 された仕様です。 - Python

It is a subclass of UnicodeError.New in version 2.3.例文帳に追加

UnicodeError のサブクラスです。 バージョン 2.3 で 新たに追加 された仕様です。 - Python

an order of plants of subclass Rosidae including geraniums and many other plants 例文帳に追加

ゼラニウムや他の多くの植物を含むバラ亜綱の一つの目 - 日本語WordNet

of or relating to or belonging to the subclass Eutheria 例文帳に追加

下位分類真獣亜綱の、に関する、または属するさま - 日本語WordNet

A warning category must always be a subclass of the Warning class.例文帳に追加

警告カテゴリは常に Warning クラスのサブクラスでなければなりません。 - Python

The wide-character class "alpha" is a subclass of the wide-character class "alnum", and therefore also a subclass of the wide-character class "graph" and of the wide-character class "print". 例文帳に追加

ワイド文字クラス "alpha" は、ワイド文字クラス "alnum" のサブクラスである。 したがって、ワイド文字クラス "graph" とワイド文字クラス "print" のサブクラスでもある。 - JM

The wide-character class "xdigit" is a subclass of the wide-character class "alnum", and therefore also a subclass of the wide-character class "graph" and of the wide-character class "print". 例文帳に追加

ワイド文字クラス "xdigit" は、ワイド文字クラス "alnum" のサブクラスである。 したがって、ワイド文字クラス "graph" とワイド文字クラス "print"のサブクラスでもある。 - JM

The wide-character class "graph" is a subclass of the wide-character class "print". 例文帳に追加

ワイド文字クラス "graph" は、ワイド文字クラス "space" と共通部分を持たない。 - JM

It's a subclass of GtkTreeView and should be embedded in a GtkScrolledWindow if you use it. 例文帳に追加

これは GtkTreeView のサブクラスで、使用する際には GtkScrolledWindow に組み込みます。 - PEAR

A subclass of HTTPConnection that uses SSL for communication with secure servers.例文帳に追加

HTTPConnection のサブクラスで、セキュアなサーバと通信するために SSL を使います。 - Python

A subclass of URLError, this is the error raised by the Gopher handler.例文帳に追加

URLError のサブクラスです。 この例外は Gopher ハンドラによって送出されます。 - Python

of or relating to or characteristic of the subclass Branchiopoda 例文帳に追加

鰓脚亜綱の、鰓脚亜綱に関する、または、鰓脚亜綱に特徴的な - 日本語WordNet

Element is a subclass of Node, so inherits all the attributes of that class.例文帳に追加

Element は Node のサブクラスです。 このためNode クラスの全ての属性を継承します。 - Python

Being a subclass of the wide-character class "graph", the wide-character class "alnum" is disjoint from the wide-character class "space" and its subclass "blank". 例文帳に追加

ワイド文字クラス "graph" のサブクラスなので、ワイド文字クラス "alnum"はワイド文字クラス "space" とそのサブクラスである "blank" と共通部分を持たない。 - JM

例文

Being a subclass of the wide-character class "graph", the wide-character class "alpha" is disjoint from the wide-character class "space" and its subclass "blank". 例文帳に追加

ワイド文字クラス "graph" のサブクラスなので、ワイド文字クラス "alpha"はワイド文字クラス "space" とそのサブクラスである "blank" と共通部分を持たない。 - JM




  
日本語WordNet
日本語ワードネット1.1版 (C) 情報通信研究機構, 2009-2026 License. All rights reserved.
WordNet 3.0 Copyright 2006 by Princeton University. All rights reserved.License
  
EDR日英対訳辞書
Copyright © National Institute of Information and Communications Technology. All Rights Reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
Copyright © 2001 - 2008 by the PEAR Documentation Group.
This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later (the latest version is presently available at http://www.opencontent.org/openpub/ ).
  
Copyright 2001-2004 Python Software Foundation.All rights reserved.
Copyright 2000 BeOpen.com.All rights reserved.
Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved.
Copyright 1991-1995 Stichting Mathematisch Centrum.All rights reserved.
  
Copyright (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence
Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence
  
Copyright (c) 2001 Robert Kiesling. Copyright (c) 2002, 2003 David Merrill.
The contents of this document are licensed under the GNU Free Documentation License.
Copyright (C) 1999 JM Project All rights reserved.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS