Python

查看class里的函数,
from amplpy import AMPL
ampl = AMPL()
print(dir(ampl))

你可能感兴趣的:(Python)