mirror of
				https://github.com/python/cpython.git
				synced 2025-11-03 19:34:08 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			288 B
		
	
	
	
		
			TeX
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			288 B
		
	
	
	
		
			TeX
		
	
	
	
	
	
\section{Standard Module \sectcode{keyword}}
 | 
						|
\label{module-keyword}
 | 
						|
\stmodindex{keyword}
 | 
						|
 | 
						|
This module allows a Python program to determine if a string is a
 | 
						|
keyword.  A single function is provided:
 | 
						|
 | 
						|
\begin{funcdesc}{iskeyword}{s}
 | 
						|
Return true if \var{s} is a Python keyword.
 | 
						|
\end{funcdesc}
 |