关于exclude_restrict_modules的使用问题 #2255
shenxianmq
started this conversation in
General
Replies: 1 comment
-
|
看看这种模式是否符合你的需求 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
我看到默认的exclude_restrict_modules的值为__init__,看文档说是__init__.py内的内容是可以被Import的,那如果有一些文件,因为外部的一些原因,导致会因为restrict模式而无法访问,这时候,我要怎样才能解除限制?我尝试exclude_restrict_modules = "init test.web"这样的格式,发现还是没有用
Beta Was this translation helpful? Give feedback.
All reactions