This website requires JavaScript.
Explore
Help
Sign In
Python
/
ruff
mirror of
https://github.com/astral-sh/ruff
Watch
1
Star
0
Fork
You've already forked ruff
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
string-preview-style
ruff
/
crates
/
ruff_linter
/
resources
/
test
/
fixtures
/
flake8_async
/
ASYNC102.py
14 lines
119 B
Python
Raw
Permalink
Blame
History
import
os
async
def
foo
(
)
:
os
.
popen
(
)
async
def
foo
(
)
:
os
.
spawnl
(
)
async
def
foo
(
)
:
os
.
fspath
(
"
foo
"
)
Reference in New Issue
View Git Blame
Copy Permalink