Fusion-Data-Platform / fdf

Obsolete FDF repo - see FDP repo for current development
MIT License
2 stars 0 forks source link

extended functionality of parse_method() #47

Closed drsmith48 closed 8 years ago

drsmith48 commented 8 years ago

Implementation of items 1 and 2 from issue #46. Added 'module' and 'method_in_module' elements in parse_method(). For example, the XML code

<method name='myfft' method_in_module='fft2' module='fft'></method>

defines object.myfft() to be fft2() from fft.py.

ktritz commented 8 years ago

'method_in_module is a rather verbose attribute tag, can we come up with something more concise?

On Tue, Nov 17, 2015 at 7:20 PM, David R. Smith notifications@github.com wrote:

Merged #47 https://github.com/Fusion-Data-Framework/fdf/pull/47.

— Reply to this email directly or view it on GitHub https://github.com/Fusion-Data-Framework/fdf/pull/47#event-467388029.