mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 05:31:20 +00:00 
			
		
		
		
	
		
			
	
	
		
			11 lines
		
	
	
	
		
			209 B
		
	
	
	
		
			C
		
	
	
	
	
	
		
		
			
		
	
	
			11 lines
		
	
	
	
		
			209 B
		
	
	
	
		
			C
		
	
	
	
	
	
|   | #ifndef _PY_LEXER_LEXER_H_
 | ||
|  | #define _PY_LEXER_LEXER_H_
 | ||
|  | 
 | ||
|  | #include "state.h"
 | ||
|  | 
 | ||
|  | int _PyLexer_update_fstring_expr(struct tok_state *tok, char cur); | ||
|  | 
 | ||
|  | int _PyTokenizer_Get(struct tok_state *, struct token *); | ||
|  | 
 | ||
|  | #endif
 |