β Feed
π» **Rodrigo GirΓ£o SerrΓ£o: TIL #143 β Resolve a lazy import manually**
Learn how to work around the Python machinery to resolve an explicit lazy import manually. A couple of articles ago I wrote about how you could inspect a lazy import. Apparently, you can use a similar trick to check the attributes and methods that a lazy import has: >>> lazy impo...
π https://mathspp.com/blog/til/resolve-a-lazy-import-manually
#tech #news
Learn how to work around the Python machinery to resolve an explicit lazy import manually. A couple of articles ago I wrote about how you could inspect a lazy import. Apparently, you can use a similar trick to check the attributes and methods that a lazy import has: >>> lazy impo...
π https://mathspp.com/blog/til/resolve-a-lazy-import-manually
#tech #news