File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -89,6 +89,7 @@ Set option value. For example::
89
89
* - recursive
90
90
- Enum
91
91
- How to search items in project src
92
+
92
93
- 0: no search
93
94
- 1: only search modules
94
95
- 2: search modules and packages
@@ -193,9 +194,9 @@ Set option value. For example::
193
194
!modname::scope:a.b.c
194
195
modname::scope:a.b.c *.?.?
195
196
196
- The first line will rename all attributes `b.c `, on the contrary the second form won't
197
+ The first line will rename all attributes `b.c `, on the contrary the second form won't
197
198
198
- The third form only renames attribute by action `? `
199
+ The third form only renames attribute by action `? `
199
200
* - call_rules
200
201
- List
201
202
-
@@ -206,7 +207,6 @@ Set option value. For example::
206
207
modname::foo
207
208
modname:::foo*
208
209
modname::Cls.meth:foo
209
-
210
210
* - extra_builtins
211
211
- List
212
212
-
Original file line number Diff line number Diff line change 9
9
10
10
.. highlight :: console
11
11
12
- 配置选项存放在文件 `.pyarmor/config ` 中
13
-
14
12
布尔类型的值为 0, 1
15
13
14
+ 配置选项存放在文件 `.pyarmor/config ` 中
15
+
16
16
工程域
17
17
======
18
18
91
91
* - recursive
92
92
- 布尔
93
93
- 搜索工程路径下的模块和包的模式
94
+
94
95
- 0 不搜索
95
96
- 1 只搜索工程目录下的模块
96
97
- 2 只搜索工程目录下的模块和包
203
204
!modname::scope:a.b.c
204
205
modname::scope:a.b.c *.?.?
205
206
206
- 第一种格式所有的属性都重命名,第二种格式正好相反,所有的属性都不重命名
207
+ 第一种格式所有的属性都重命名,第二种格式正好相反,所有的属性都不重命名
207
208
208
- 第三种格式是指定需要重命名的属性, `? ` 对应的属性重命名
209
+ 第三种格式是指定需要重命名的属性, `? ` 对应的属性重命名
209
210
* - call_rules
210
211
- 模式列表
211
212
-
You can’t perform that action at this time.
0 commit comments