Python Forum
Thread Rating:
  • 2 Vote(s) - 3.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
pyutils.py
#7
Just curious... why assign all the shortcuts?
ie:
b64encode = base64.b64encode
Why not just directly import?
from base64 import b64encode
although I didn't read over the whole thing... maybe I'm missing something
Reply


Messages In This Thread
pyutils.py - by Skaperen - Mar-07-2017, 10:20 AM
RE: pyutils.py - by wavic - Mar-07-2017, 10:28 AM
RE: pyutils.py - by Skaperen - Mar-07-2017, 11:02 AM
RE: pyutils.py - by Skaperen - Mar-08-2017, 06:59 AM
RE: pyutils.py - by tommytx - Apr-27-2020, 01:13 AM
RE: pyutils.py - by Skaperen - Apr-27-2020, 10:05 PM
RE: pyutils.py - by rootVIII - May-07-2020, 06:45 AM
RE: pyutils.py - by Skaperen - May-09-2020, 01:22 AM
RE: pyutils.py - by ndc85430 - May-07-2020, 12:34 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  pyutils module Skaperen 15 15,329 Oct-08-2016, 04:48 PM
Last Post: Mekire

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020