Skip to content

Commit ff2d8b5

Browse files
committed
Refine doc
1 parent dc64af7 commit ff2d8b5

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

pyarmor/docs/en/user/configuration.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,14 @@ Set option value. For example::
209209
* - external_types
210210
- List
211211
-
212-
- Classes aren't defined in the project
212+
- Classes aren't defined in the project, supported formats::
213+
214+
modname
215+
modname::*
216+
modname::Cls
217+
modname::Cls*
218+
219+
The first line is same as the second line, only modname means all the classes defined in the module.
213220
* - external_attrs
214221
- List
215222
-

0 commit comments

Comments
 (0)