[IronPython] Python extensions
Keith J. Farmer
kfarmer at thuban.org
Sun Jul 17 13:21:08 CEST 2005
In C# 2, there is now a root namespace identifier which you can use to
disambiguate. That may not yet be supported in IronPython, but I
imagine it's probably straightforward to add.
from __global__ import *
.. or the like
-----Original Message-----
From: users-ironpython.com-bounces at lists.ironpython.com
[mailto:users-ironpython.com-bounces at lists.ironpython.com] On Behalf Of
Jonathan Jacobs
Sent: Sunday, July 17, 2005 3:21 AM
Yes, it appears you can...however IronPython throws away exported types
without a namespace. Not sure what the reason for this may be, I'd have
thought that classes from an assembly without a namespace should just
belong to the top-level module.
More information about the Ironpython-users
mailing list