doc: module cycles not allowed

pull/7902/head
Alexander Medvednikov 2021-01-05 18:33:59 +01:00 committed by GitHub
parent 95431cf6b0
commit fada097b47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -729,6 +729,8 @@ This may seem verbose at first, but it makes code much more readable
and easier to understand - it's always clear which function from
which module is being called. This is especially useful in large code bases.
Cyclic module imports are not allowed, like in Go.
### Selective imports
You can also import specific functions and types from modules directly: