Das Modul exportiert das Attribut [attr-definiert] nicht explizit.
Posted: 20 Jan 2025, 15:56
Code: Select all
foo.py
In bar.py wird foo importiert
Code: Select all
from path import foo
Code: Select all
from path import bar
bar.foo.get_id()
Code: Select all
error: Module "bar" does not explicitly export attribute "foo" [attr-defined]