首页 > 代码库 > Python术语表

Python术语表

argument:实参

attribute:属性

base class:基本类

block:块

character:字符

class:类

comment:注释

complex number:复数

derived class:导出类

dictionary:字典

escape sequence:转义符

exception:异常

expression:表达式

field:域

float:浮点数

function:函数

identifier:标识符

identation:缩进

indexing:索引

instance:实例

integer:整数

list:列表

list comprehension:列表综合

literal constant: 字面意义上的常量

logical line:逻辑行

long integer: 长整数

method: 方法

module:模块

namespace:命名空间

object: 对象

operand:操作数

operator: 运算符

parameter:行参

physical line:物理行

sequenceL:序列

shebang line:组织行

slicing:切片

statement:语句

string:字符串

subclass:子类

superclass:超类

tuple:元组

type: 类型

variable: 变量

Python术语表