Re: Class Image.Image?



Easy enough. 5Q+5Q.

Diez B. Roggisch wrote:
W. Watson wrote:

I put a print statement in some Python code to determine the class
(__class__) of a variable and the result was Image.Image. Why not just
Image; otherwise, what's it telling me?

Because it is the class Image in the module/package Image.

Diez

--
Wayne Watson (Nevada City, CA)

Web Page: <speckledwithStars.net>
.



Relevant Pages

  • Re: Setting Up a Network on W2000
    ... It appears that when you click install all drivers with their CD, it has something else in mind. ... Print Sharing and the Client for Microsoft Networks then ... Wayne Watson (Nevada City, CA) ...
    (microsoft.public.win2000.networking)
  • Re: An Application Program to Play a CD
    ... looked at Asterisk? ... setup dial plans and route extensions and whatnot. ... Wayne Watson (Nevada City, CA) ...
    (comp.lang.python)
  • Re: recording data between [ and ]
    ... > Diez B. Roggisch wrote: ... Regular expressions are ... > (except that Python regexps are not always regular, ... Diez B. Roggisch ...
    (comp.lang.python)
  • Re: Speeding up CGIHTTPServer (Tim Roberts)
    ... "Diez B. Roggisch" wrote: ... Presumably spawning a process takes some time. ... >> code I'm running as CGI is not hectic at all. ...
    (comp.lang.python)
  • Re: Question on metaclasses
    ... > Diez B. Roggisch wrote: ... >> There is a confusion of self and cls above - rename self with cls. ... Diez B. Roggisch ...
    (comp.lang.python)