Revision 8e4968ca lib/ht.py

b/lib/ht.py
160 160
NoDefault = object()
161 161

  
162 162

  
163
#: The no-type (value too complex to check it in the type system)
164
NoType = object()
165

  
166

  
167 163
# Some basic types
168 164
@WithDesc("Anything")
169 165
def TAny(_):

Also available in: Unified diff