[IronPython] SymbolTable.Empty

Sanghyeon Seo sanxiyn at gmail.com
Fri Dec 1 12:09:46 CET 2006


Warning: obscure.

from IronPython.Runtime import SymbolTable
print str(SymbolTable.Empty)

str() should not return any non-strings. Actually, IronPython seems to
enforce this for user types, just like CPython. But it doesn't enforce
this for reflected types, where .NET ToString() can return null.

-- 
Seo Sanghyeon



More information about the Ironpython-users mailing list