[EMAIL PROTECTED] wrote:
> Hey guys, i just started learning python (i usually use java/C).
>
> this has got me stumped as its not mentioned in the documentation
> (unless im skimming it every time).
>
> How does one instanciate a class from another file
>
> i thought it would be
> -
[EMAIL PROTECTED] wrote:
> Hey guys, i just started learning python (i usually use java/C).
>
> this has got me stumped as its not mentioned in the documentation
> (unless im skimming it every time).
>
> How does one instanciate a class from another file
import somefile
foo = somefile.class(__ini
[EMAIL PROTECTED] writes:
> Hey guys, i just started learning python (i usually use java/C).
>
> this has got me stumped as its not mentioned in the documentation
> (unless im skimming it every time).
>
> How does one instanciate a class from another file
>
> i thought it would be
> ---
Hey guys, i just started learning python (i usually use java/C).
this has got me stumped as its not mentioned in the documentation
(unless im skimming it every time).
How does one instanciate a class from another file
i thought it would be
---code-