0

What does an asterisk(*) after import mean in python?

code:
from lds_gnn.utils import *
Bill Lynch
  • 80,138
  • 16
  • 128
  • 173
  • import all module variables, classes, functions etc. or all defined in ``__all__ `` tuple if exists – sergelab Sep 17 '22 at 10:22

0 Answers0