FAQ How can I override args to a component factory from command line? From .pml file?

From DANSE

I know that I can pass arguments to a components factory in the facility declaration in inventory:

class A( Component):
    class Inventory( Component.Inventory):
        ...
        f = pyre.inventory.facility( "blah", factory=SuperBlah, \
                                     args=['blah', 'moreBlah']
...

How can I override the default args=...? --Tim 11:27, 11 Apr 2005 (PDT)

Personal tools
Document Uploads/Links