mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-29 13:25:17 +00:00
13 lines
119 B
Python
13 lines
119 B
Python
import os
|
|
|
|
|
|
async def foo():
|
|
os.popen()
|
|
|
|
|
|
async def foo():
|
|
os.spawnl()
|
|
|
|
|
|
async def foo():
|
|
os.fspath("foo")
|