Файловый менеджер - Редактировать - /opt/imh-python/lib/python3.9/site-packages/dill/__pycache__/source.cpython-39.pyc
Ðазад
a h�hñ � @ s� d Z g d�ZddlZddlZddlmZmZmZmZm Z m Z mZmZm Z mZmZmZmZ ddlmZ ddlmZ dd � Zd d� Zdd � Zdd� ZdDdd�ZdEdd�ZdFdd�Zdd� Zdd� Zdd� Zdd� Z dGd!d"�Z!dHd$d%�Z"dId&d'�Z#e$� Z%e&� Z'd(d)� Z(dJd*d+�Z)dKd,d-�Z*dLd.d/�Z+d0d1� Z,dMd2d3�Z-dNd4d5�Z.dOd6d7�Z/dPd8d9�Z0dQd:d;�Z1dRd<d=�Z2dSd>d?�Z3dTd@dA�Z4dUdBdC�Z5e+Z6eZ7dS )Va; Extensions to python's 'inspect' module, which can be used to retrieve information from live python objects. The methods defined in this module are augmented to facilitate access to source code of interactively defined functions and classes, as well as provide access to source code for objects defined in a file. )� findsource�getsourcelines� getsource�indent�outdent�_wrap� dumpsource�getname� _namespace� getimport�_importable� importable� isdynamic� isfrommain� N) �getblock�getfile� getmodule� getsourcefile� indentsize� isbuiltin�isclass�iscode�isframe� isfunction�ismethod�ismodule�istraceback)� TokenError� )� IS_IPYTHONc C s t | �}|r|jdkrdS dS )z%check if object was built in __main__�__main__TF)r �__name__)�obj�module� r$ �{/root/rpmbuild/BUILDROOT/imh-python39-modules-3.9.7-92.el8.x86_64/opt/imh-python/lib/python3.9/site-packages/dill/source.pyr # s r c C s<