Kaydet (Commit) aa843d22 authored tarafından Ned Deily's avatar Ned Deily

Update pydoc topics for 3.6.0a3

üst 538f5c47
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Autogenerated by Sphinx on Mon Jun 13 16:49:58 2016 # Autogenerated by Sphinx on Mon Jul 11 15:30:24 2016
topics = {'assert': '\n' topics = {'assert': '\n'
'The "assert" statement\n' 'The "assert" statement\n'
'**********************\n' '**********************\n'
...@@ -7288,13 +7288,17 @@ topics = {'assert': '\n' ...@@ -7288,13 +7288,17 @@ topics = {'assert': '\n'
'\n' '\n'
' The tuple of base classes of a class object.\n' ' The tuple of base classes of a class object.\n'
'\n' '\n'
'class.__name__\n' 'definition.__name__\n'
'\n' '\n'
' The name of the class or type.\n' ' The name of the class, function, method, descriptor, or '
'generator\n'
' instance.\n'
'\n' '\n'
'class.__qualname__\n' 'definition.__qualname__\n'
'\n' '\n'
' The *qualified name* of the class or type.\n' ' The *qualified name* of the class, function, method, '
'descriptor, or\n'
' generator instance.\n'
'\n' '\n'
' New in version 3.3.\n' ' New in version 3.3.\n'
'\n' '\n'
......
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