What is the translation of " SYS MODULE " in Chinese?

sys模块

Examples of using Sys module in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
Import the argv of the sys module, path member.
导入sys模块的argv,path成员.
The sys module contains system-specific functionality.
Sys模块sys模块包含系统对应的功能。
Let's look at some other useful attributes of the sys module.
让我们研究sys模块其它一些有用的属性。
And how about the sys module we looked at earlier?
那么将它应用于我们先前讨论的sys模块会怎么样呢??
It indicates clearly that this name is part of the sys module.
它清晰地表明了这一名称是sys模块的一部分。
Line 3 imports the sys module for its exit() function.
第3行导入了sys模块,以便使用其exit()函数。
It clearly indicates that this name is part of the sys module.
它清晰地表明了这一名称是sys模块的一部分。
Importing the sys module makes all of its functions and attributes available.
导入sys模块,使它的所有函数和属性可以被使用。
The search path is stored in the path variable in the sys module.
搜索路径被存储在sys模块中的path变量。
Importing the sys module makes all of its functions and attributes available.
导入sys模块能让它的全部函数和属性变成可获取状态。
It clearly indicates that this name is part of the sys module.
另外,它也清晰地表明了这个名称是sys模块的一部分。
The sys module holds information about the currently running Python instance.
Sys模块保存了当前正在运行的Python实例的信息。
Also, it indicates clearly that this name is part of the sys module.
另外,它也清晰地表明了这个名称是sys模块的一部分。
The sys module is an object which has(among other things) an attribute called path.
Sys模块是一个对象,它有一个叫作path的属性;等等。
When Python executes the import sys statement, it looks for the sys module.
当Python运行importsys这一语句时,它会开始寻找sys模块
The sys module is an object which has(among other things) an attribute called path.
Sys模块是一个对象,它有(除了别的以外)一个名叫path的属性,等等。
We have seen some of the functionality of the sys module and sys modules in the Python Standard.
概括我们已经学习了Python标准库中的sys模块和os模块的一部分功能。
The sys module contains many variables and functions, but the one we use the most is sys. path.
Sys模块包含许多变量和函数,我们使用最多的一个是sys.path。
Suppose we want to check theversion of the Python software being used, the sys module gives us that information.
想象一些我们需要检查正在使用的Python软件的版本,sys模块会给我们相关的信息。
Some, like the sys module, are"built-in modules"; they are actually baked right into Python itself.
有些,比如sys模块,属于内置模块(built-inmodules),他们事实上被置入到Python本身里面了。
Even if the module name has gone out of scope,the module is probably available in sys. modules.
即使模块名称超出范围,该模块可能在sys.modules中可用。
Some, like the sys module, are"built-in modules"; they are actually baked right into Python itself.
有一些模块(像sys),是“内置模块”,它们实际上是置于Python内部的。
Even if the module name has gone out of scope,the module is probably available in sys. modules.
即使模块名称超出了作用域,模块也可能在sys.modules中可用。
We have the standard sys module that contains some standard system facilities, like the argv list, and exit() function.
例如,我们有标准的“SYS”模块,它包含了一些标准的系统设备,如argv列表,和exit()函数。
With the statement importsys you can then access the definitions in the sys module and make them available by their fully-qualified name, e.g. sys. exit().
使用“importsys”声明你就可以访问sys模块中的定义,使它们可通过其完全限定域名,如sys.exit()。
The sys module contains a variety of variables and functions that reveal interesting details about the current Python interpreter.
Sys模块包含各种变量和函数,它们揭示了当前的Python解释器有趣的详细信息。
The module search path is stored in the sys. path variable of the system module.
搜索路径被存储在sys模块中的path变量。
When-m module is used, sys.
使用-m模块参数时,sys.
When-m module is used, sys.
使用-m模块时,sys.
Results: 29, Time: 0.0288

Word-for-word translation

Top dictionary queries

English - Chinese