Brett_McS a écrit :
> Fairly new to Python (and loving it!)
>
> In C++ (gack!) I got used to creating a helper function with each class to
> check the class object initialisation parameters prior to creating the
> object.
>
> In Python, this would be
> --
Brett_McS wrote:
> In C++ (gack!) I got used to creating a helper function with each class to
> check the class object initialisation parameters prior to creating the
> object.
>
> In Python, this would be
> ---
> import example
>
> if example.Paramete
Fairly new to Python (and loving it!)
In C++ (gack!) I got used to creating a helper function with each class to
check the class object initialisation parameters prior to creating the
object.
In Python, this would be
---
import example
if example.Par