Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 python 解释器中,可以简单地键入help("name")以访问文档name.
help("name")
name.
提前致谢。
试试这些:
(documentation #'cons 'function) (documentation 'most-positive-fixnum 'variable) (describe #'cons)
Slime 也有很多查看事物的快捷方式:slime-describe-symbol, slime-inspect(如果你有 hyperspec,slime-documentation-lookup)可能都有用。
slime-describe-symbol
slime-inspect
slime-documentation-lookup