FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
fluent_python/fluent_python/bin/pycodestyle at master · eaduart/fluent_python · GitHub
eaduart
/
fluent_python
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
fluent_python
/
fluent_python
/
bin
/
pycodestyle
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
8 lines (8 loc) · 265 Bytes
Breadcrumbs
fluent_python
/
fluent_python
/
bin
/
pycodestyle
Copy path
File metadata and controls
executable file
·
8 lines (8 loc) · 265 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
#!/Users/edwardduarte/Desktop/fluent_python/fluent_python/bin/python3.7
# -*- coding: utf-8 -*-
import
re
import
sys
from
pycodestyle
import
_main
if
__name__
==
'__main__'
:
sys
.
argv
[
0
]
=
re
.
sub
(
r'(-script\.pyw|\.exe)?$'
,
''
,
sys
.
argv
[
0
])
sys
.
exit
(
_main
())
Back
|
FazBrowse Home
|
New Git URL