"a"、"c"、"f" 在 Spyder 方法中是什么意思 (Python)

What does "a","c","f" mean in Spyder-methods (Python)

所以,我知道这可能不是问的地方,但我就是想不通!当我使用 Spyder 并说 numpy (np) 当我输入 np. 时会弹出很多选项 - 我知道其中大部分都是与 np 相关的函数,但我有点难以弄清楚到底是什么不同的电话是;它们都在名称的最左边有一个字母,例如“(f) all”、“(a) base”。

那么 (f), (a), (c) 之间有什么区别?我的第一个猜测是 "function"、"attributes"、"class",但我不完全确定

So what is the difference between (f), (a), (c) ? My first guess would be "function", "attributes", "class" but I'm not entirely sure

(这里是Spyder的维护者)这个解释是对的