Closed Thom1729 closed 5 years ago
This is trivial, it just bugs me. ismodule() literally just calls isinstance(..., types.ModuleType) anyway.
ismodule()
isinstance(..., types.ModuleType)
no problem
This is trivial, it just bugs me.
ismodule()
literally just callsisinstance(..., types.ModuleType)
anyway.