Kaydet (Commit) 780620f2 authored tarafından Guido van Rossum's avatar Guido van Rossum

added DictType as alias for DictionaryType

üst 5e38b6fd
...@@ -14,7 +14,7 @@ StringType = type('') ...@@ -14,7 +14,7 @@ StringType = type('')
TupleType = type(()) TupleType = type(())
ListType = type([]) ListType = type([])
DictionaryType = type({}) DictType = DictionaryType = type({})
def _f(): pass def _f(): pass
FunctionType = type(_f) FunctionType = type(_f)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment