|
Server : LiteSpeed System : Linux server51.dnsbootclub.com 4.18.0-553.62.1.lve.el8.x86_64 #1 SMP Mon Jul 21 17:50:35 UTC 2025 x86_64 User : nandedex ( 1060) PHP Version : 8.1.33 Disable Function : NONE Directory : /opt/cppython/lib/python3.8/site-packages/mako/__pycache__/ |
U
O��g � @ s� d dl Z d dlmZ d dlmZ d dlZd dlZej�d�Z e
ed�Ze �dddd d
g�Z
dd� Zd
d� Zdd� Zdd� Zdd� ZdS )� N)�metadata)�util�win�pypy_version_info�ArgSpec�args�varargs�keywords�defaultsc C s� t �| �r| j} t �| �s(t| �d���| j}t �|�sFt|�d���|j}|j}|j }t
|d|� �}||7 }d}|jt j@ r�|j| }|d }d}|jt j
@ r�|j| }t|||| j�S )zBgetargspec based on fully vendored getfullargspec from Python 3.3.z is not a Python functionz is not a code objectN� )�inspect�ismethod�__func__�
isfunction� TypeError�__code__�iscode�co_argcount�co_varnames�co_kwonlyargcount�list�co_flags�
CO_VARARGS�CO_VARKEYWORDSr �__defaults__)�func�co�nargs�names�nkwargsr r �varkw� r! �8/opt/cppython/lib/python3.8/site-packages/mako/compat.py�inspect_getargspec s(
r# c C s&