mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	#7129: add missing function.
This commit is contained in:
		
							parent
							
								
									403ce78872
								
							
						
					
					
						commit
						46afef330f
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -126,7 +126,7 @@ | |||
| _tg_turtle_functions = ['back', 'backward', 'begin_fill', 'begin_poly', 'bk', | ||||
|         'circle', 'clear', 'clearstamp', 'clearstamps', 'clone', 'color', | ||||
|         'degrees', 'distance', 'dot', 'down', 'end_fill', 'end_poly', 'fd', | ||||
|         'fillcolor', 'forward', 'get_poly', 'getpen', 'getscreen', 'get_shapepoly', | ||||
|         'fillcolor', 'filling', 'forward', 'get_poly', 'getpen', 'getscreen', 'get_shapepoly', | ||||
|         'getturtle', 'goto', 'heading', 'hideturtle', 'home', 'ht', 'isdown', | ||||
|         'isvisible', 'left', 'lt', 'onclick', 'ondrag', 'onrelease', 'pd', | ||||
|         'pen', 'pencolor', 'pendown', 'pensize', 'penup', 'pos', 'position', | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Georg Brandl
						Georg Brandl