mirror of
https://github.com/python/cpython.git
synced 2025-07-24 19:54:21 +00:00
Python 3.11.10
This commit is contained in:
parent
2e2b1b5f99
commit
0c47759eee
23 changed files with 219 additions and 65 deletions
|
@ -1,5 +1,5 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Autogenerated by Sphinx on Tue Apr 2 09:24:48 2024
|
||||
# Autogenerated by Sphinx on Sat Sep 7 02:03:11 2024
|
||||
# as part of the release process.
|
||||
topics = {'assert': 'The "assert" statement\n'
|
||||
'**********************\n'
|
||||
|
@ -13958,10 +13958,10 @@ topics = {'assert': 'The "assert" statement\n'
|
|||
' The iterator returns "tuple"s containing the "(start_line,\n'
|
||||
' end_line, start_column, end_column)". The *i-th* tuple '
|
||||
'corresponds\n'
|
||||
' to the position of the source code that compiled to the *i-th*\n'
|
||||
' instruction. Column information is 0-indexed utf-8 byte offsets '
|
||||
'on\n'
|
||||
' the given source line.\n'
|
||||
' to the position of the source code that compiled to the *i-th* '
|
||||
'code\n'
|
||||
' unit. Column information is 0-indexed utf-8 byte offsets on the\n'
|
||||
' given source line.\n'
|
||||
'\n'
|
||||
' This positional information can be missing. A non-exhaustive '
|
||||
'lists\n'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue