X7ROOT File Manager
Current Path:
/opt/cloudlinux/venv/lib/python3.11/site-packages/astroid/nodes
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
astroid
/
nodes
/
📁
..
📄
__init__.py
(4.95 KB)
📁
__pycache__
📄
_base_nodes.py
(7.22 KB)
📄
as_string.py
(24.46 KB)
📄
const.py
(797 B)
📄
node_classes.py
(168.69 KB)
📄
node_ng.py
(27.57 KB)
📁
scoped_nodes
📄
utils.py
(423 B)
Editing: utils.py
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html # For details: https://github.com/PyCQA/astroid/blob/main/LICENSE # Copyright (c) https://github.com/PyCQA/astroid/blob/main/CONTRIBUTORS.txt from typing import NamedTuple class Position(NamedTuple): """Position with line and column information.""" lineno: int col_offset: int end_lineno: int end_col_offset: int
Upload File
Create Folder