| |
| |
| |
|
Comments:
<0> i'm sorry, does it is possible to DELETE a certain variable in python? <1> del x <1> this may not do what you want, however <0> for example, if I first create "a = 5" can I after delete it?
<1> yes <0> ok, thank you <0> xihr: another little help plz <0> I can't understand how can I p*** argouments when I use threaging module <0> for example, i have this code: <0> http://www.rafb.net/paste/results/qlhwkQ78.html <1> it's a cl*** like anything else, define an __init__ <1> store the arguments you want to p*** in as attributes in the cl*** instance, then refer to them in the .run method <0> if I define an __init__ the "run" method isn't called <1> call threading.Thread.__init__ in it <0> I'll try, wait a sec <0> http://www.rafb.net/paste/results/5KxjOl52.html <0> it does not work. :-\
<1> because you didn't do what I said <1> you're not calling Thread.__init__ in your __init__ <0> but.. Thread is another module... <2> he probably thought you didn't mean it <1> Thread is a cl*** <0> why should I have to call it? I can't understand... <1> Python doesn't call parent cl***es' constructors automatically, you have to do it manually <1> cl*** B(A): def __init__(self): A.__init__(self); ... <0> ok, now it works <0> even if I haven't understood why :) <3> hello everyone... simple question! how do i print a S (03A3) without seeing the "DeprecationWarning: Non-ASCII character" warning? <3> the summation character that is (sigma) <3> nevermind i got it <3> had to do with UTF-8
Return to
#python or Go to some related
logs:
2c-i dmt is in stock #nhl soviet union pwns u #firebird #politics tip job slang
#beginner showercam #goal #flash
|
|