not defined中文翻譯,not defined是什么意思,not defined發(fā)音、用法及例句
- 內(nèi)容導(dǎo)航:
- 1、not defined
- 2、python __all__ is not defined是什么原因
1、not defined
not defined發(fā)音
英: 美:
not defined中文意思翻譯
常見釋義:
沒有定義
not defined雙語使用場(chǎng)景
1、This can happen when the mapping information is not defined according to the mapping schema.───如果映射信息不是根據(jù)映射架構(gòu)定義的,則會(huì)出現(xiàn)這種情況.
2、This can happen when the conceptual model is not defined according to the conceptual model schema.───如果概念模型不是根據(jù)概念模型架構(gòu)定義的,則會(huì)出現(xiàn)這種情況.
3、The attribute type specified to the directory service is not defined.───指定給目錄服務(wù)的屬性類型未定義.
4、The format and meaning of the extension header are not defined.───格式和擴(kuò)展標(biāo)頭的含義是未定義的.
5、Non - conformings are marked with formal but not defined means, as pencil or tapes.───對(duì)有缺陷品作正式但無定義的標(biāo)示, 例如用鉛筆或膠紙.
6、The opening definitions are framed in terms of concepts that are not defined.───開頭幾個(gè)定義是用未經(jīng)定義的概念來講的.
7、Most of the bookbiding is not defined for their respective bookbiding style of page size.───大多數(shù)的裝訂方式都定義了適合各自裝訂方式的頁邊尺寸.
8、Not defined by particular standards or codes.───未被特定的標(biāo)準(zhǔn)和規(guī)范定義。
9、Note that the sample variance is not defined for.───注意,對(duì)于樣本方差無定義.
10、At present, the concept of administrative omission has not defined finally in our country.───行政不作為的概念目前在我國尚未有定論.
11、Environment variable ORACLE _ SID not defined. Please define it.───我的環(huán)境變量在哪定義?
12、At the origin, the vector field is not defined.───在原點(diǎn),向量場(chǎng)是沒有意義的。
13、Learn that you are not defined by work.───記住,你不是因?yàn)楣ぷ鞫懦蔀槟恪?/p>
not defined相似詞語短語
1、predefined───adj.[計(jì)]預(yù)先定義的;v.預(yù)先確定(predefine的過去式)
2、defined───adj.界定的;清晰的,輪廓分明的;v.下定義;明確;使輪廓分明(define的過去式和過去分詞)
3、to define───下定義
4、misdefined───錯(cuò)誤定義
5、ultrarefined───超精
6、undefined───adj.不明確的;未下定義的
7、well defined───輪廓分明的;意義明確的
8、redefined───adj.重新定義的;vt.對(duì)…再加以解說;再給…下定義(redefine的過去分詞)
9、ill-defined───adj.不清楚的;定義不清晰的
2、python __all__ is not defined是什么原因
首先得明白:
某個(gè)模塊可以提供一個(gè)__all__ 變量,該變量的值是一個(gè)列表,存儲(chǔ)的是當(dāng)前模塊中一些成員(變量、函數(shù)或者類)的名稱。通過在模塊文件中設(shè)置 __all__ 變量,當(dāng)其它文件以“from 模塊名 import *”的形式導(dǎo)入該模塊時(shí),該文件中只能使用 __all__ 列表中指定的成員。
也就是說,只有以“from 模塊名 import *”形式導(dǎo)入的模塊,當(dāng)該模塊設(shè)有 __all__ 變量時(shí),只能導(dǎo)入該變量指定的成員,未指定的成員是無法導(dǎo)入的。
所以,要使用__all__,得滿足以下條件:
1.
模塊定義了__all__變量
2.
導(dǎo)入了模塊或從模塊導(dǎo)入了__all__
使用舉例:
1.
import random
print(random.__all__)
2.
from random import __all__
print(__all__)
本站其他內(nèi)容推薦
1、dagger repertory corsage non-existence unstinted marvellous epicureous mediocritization chrysanthemum functionless
2、last surprise中文翻譯,last surprise是什么意思,last surprise發(fā)音、用法及例句
3、電吉他英文(electric guitars中文翻譯,electric guitars是什么意思,electric guitars發(fā)音、用法及例句)
4、Arman中文翻譯,Arman是什么意思,Arman發(fā)音、用法及例句
5、until then中文翻譯,until then是什么意思,until then發(fā)音、用法及例句
7、dissatisfied是什么意思,dissatisfied中文翻譯,dissatisfied發(fā)音、用法及例句
8、毀的組詞,毀組詞,毀字可以組什么詞,毀怎么組詞,毀字的組詞有哪些
9、片的部首是丿嗎,片[ piàn piān ]字的拼音,部首,組詞,成語,筆順,筆畫順序怎么寫
版權(quán)聲明: 本站僅提供信息存儲(chǔ)空間服務(wù),旨在傳遞更多信息,不擁有所有權(quán),不承擔(dān)相關(guān)法律責(zé)任,不代表本網(wǎng)贊同其觀點(diǎn)和對(duì)其真實(shí)性負(fù)責(zé)。如因作品內(nèi)容、版權(quán)和其它問題需要同本網(wǎng)聯(lián)系的,請(qǐng)發(fā)送郵件至 舉報(bào),一經(jīng)查實(shí),本站將立刻刪除。