src/pylib/private/trans_imp
Theme:
🌗 Match OS
🌑 Dark
🌕 Light
Index
Search:
Group by:
Section
Type
Macros
impExp
impExp(pre; mods: varargs[untyped])
Source
Edit
import & export helper
Macros
macro
impExp
(
pre
;
mods
:
varargs
[
untyped
]
)
gen:
import
./
pre
/
[
...
mods
]
;
export
...
mods
Source
Edit