Python Forum
looking fo documentation for module files
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
looking fo documentation for module files
#7
users may code their own scripts, too. whether i code them or they do, the only thing they should have to add is the one import statement that names the module they need.
from skapmod import *
i know i can create a directory just about anywhere and instruct them what to do to use it. but i just want to use a directory that Python already searches in, without running Python under strace to see what all it really does (there may be times to do this but now is not one of them).
Tradition is peer pressure from dead people

What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Reply


Messages In This Thread
RE: looking fo documentation for module files - by Skaperen - Jul-29-2022, 11:39 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  finding which source files import a module Skaperen 3 2,637 Apr-22-2019, 09:28 PM
Last Post: Gribouillis

Forum Jump:

User Panel Messages

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