File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -211,11 +211,11 @@ rft_option
211
211
212
212
指定已知属性的返回类型::
213
213
214
- modname:cls ( method1):typename ( method2):typename
214
+ modname:cls method1( ):typename method2( ):typename
215
215
216
216
指定已知属性的子元素类型,例如::
217
217
218
- modname:cls [ attrname1]:typename1,typename2
218
+ modname:cls attrname1[ ]:typename1,typename2
219
219
220
220
* - on_unknown_attr
221
221
- 枚举
@@ -379,7 +379,7 @@ rft_option
379
379
380
380
例如::
381
381
382
- joker.card:Fibo.start:self.runner[] .run()
382
+ joker.card:Fibo.start:self.runner.run
383
383
384
384
- rft_attr_rulers
385
385
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ pyarmor init
22
22
23
23
[# ]_ pyarmor init [-s PATH] [-x PATTERN]
24
24
25
- [# ]_ pyarmor init [-s PATH] [-e SCRIPT ] [-m SCRIPT ] [-p PATH]
25
+ [# ]_ pyarmor init [-s PATH] [-e FILE ] [-m FILE ] [-p PATH]
26
26
27
27
[# ]_ pyarmor init [-C]
28
28
@@ -61,7 +61,7 @@ pyarmor init
61
61
pkgname:test_*.py
62
62
pkgname:config
63
63
64
- .. option :: -e SCRIPT , --entry SCRIPT
64
+ .. option :: -e FILE , --entry FILE
65
65
66
66
指定工程脚本,相对路径或者绝对路径的文件,可以使用多次指定多个脚本
67
67
@@ -75,7 +75,7 @@ pyarmor init
75
75
76
76
脚本是不会被工程中其他任何其他模块导入的模块
77
77
78
- .. option :: -m SCRIPT , --module SCRIPT
78
+ .. option :: -m FILE , --module FILE
79
79
80
80
指定工程模块,相对路径或者绝对路径的文件,可以使用多次指定多个模块
81
81
You can’t perform that action at this time.
0 commit comments