Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
XiangJinYu/SPO
Canstralian
/
SPO
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
4ecc723
SPO
/
docs
/
scripts
/
get_all_classes_and_funcs.sh
XiangJinYu
add metagpt
fe5c39d
verified
28 days ago
raw
Copy download link
history
blame
Safe
157 Bytes
#!/usr/bin/env bash
find metagpt | grep
"\.py"
| grep -Ev
"(__init__|pyc)"
| xargs grep -E
"(^class| def )"
2>/dev/null | grep -v -E
"(grep|tests|examples)"