Re: [staf-users] [STAX] Python best practice: class vs. dictionaries

2008-05-14 Thread Sharon Lucas
class if desired ... ... -- Sharon Lucas IBM Austin, [EMAIL PROTECTED] (512) 838-8347 or Tieline 678-8347 "Ahmed Mostafa" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 05/14/2008 07:

[staf-users] [STAX] Python best practice: class vs. dictionaries

2008-05-14 Thread Ahmed Mostafa
Hello Where to define a Python class in order to be able to use in any of my STAX functions? Can I define it in a separate Python script file and include it within my STAX job definition? I referred to this . Thanks --