一元网络论坛's Archiver
论坛
›
网络技术
› I had a stroke watching an intern write this shit code.
admin
发表于 2024-7-11 01:04:06
I had a stroke watching an intern write this shit code.
```python
a =
for i in range(len(dir(a))):
if not dir(a).startswith('_') and callable(getattr(a, dir(a))):
print(f"{dir(a)}")
```
页:
[1]
查看完整版本:
I had a stroke watching an intern write this shit code.