mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	Added missing index entries for mapping methods. Closes patch #548693.
This commit is contained in:
		
							parent
							
								
									8bf46e4e7a
								
							
						
					
					
						commit
						b07fa39edf
					
				
					 1 changed files with 7 additions and 1 deletions
				
			
		|  | @ -975,7 +975,13 @@ arbitrary objects): | |||
|   \ttindex{keys()} | ||||
|   \ttindex{update()} | ||||
|   \ttindex{values()} | ||||
|   \ttindex{get()}} | ||||
|   \ttindex{get()} | ||||
|   \ttindex{setdefault()} | ||||
|   \ttindex{pop()} | ||||
|   \ttindex{popitem()} | ||||
|   \ttindex{iteritems()} | ||||
|   \ttindex{iterkeys)} | ||||
|   \ttindex{itervalues()}} | ||||
| 
 | ||||
| \begin{tableiii}{c|l|c}{code}{Operation}{Result}{Notes} | ||||
|   \lineiii{len(\var{a})}{the number of items in \var{a}}{} | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Raymond Hettinger
						Raymond Hettinger