[IronPython] Simulating namespaces

David Anton dave at tangiblesoftwaresolutions.com
Sun Sep 24 21:33:26 CEST 2006


Is this an acceptable way to simulate the type of namespace you'd define in
C#, VB, etc?

class SimulatedNamespace:
    class SomeClass(object):
        ....

It seems to work ok in my tests, but is there some pitfall to doing this?

-- 
View this message in context: http://www.nabble.com/Simulating-namespaces-tf2327723.html#a6475751
Sent from the IronPython mailing list archive at Nabble.com.




More information about the Ironpython-users mailing list