[IronPython] How to use namespace

Debajyoti Bera dbera.web at gmail.com
Fri Dec 2 22:02:57 CET 2005


Hi
I couldnt find this in the mailing-list archive. How to create a namespace in 
ironpython ? I dont think python supports namespaces but is there round about 
way to create e.g. the following class in ironpython ?

(class abcd in namespace mynamespace with method myfunc)
namespace mynamespace {
    class abcd {
        public void myfunc (int i)
        { return; }
    }
}
-- 
Debajyoti Bera, Graduate Student, BU-CS
@ http://cs-people.bu.edu/dbera/   http://dbera.blogspot.com
@ 617-782-1324 (R)                 617-358-2354 (O)



More information about the Ironpython-users mailing list