Re: Docstrings and interactive module help
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Docstrings and interactive module help
- From: Dirk Laurie <dirk.laurie@...>
- Date: 2013年3月21日 11:36:55 +0200
2013年3月21日 Thijs Schreijer <thijs@thijsschreijer.nl>:
> From the description you're providing it seems you need to
> be in the function (cursor location or whatever).
No. Manual quote:
| debug.getinfo ([thread,] f [, what])
|
| Returns a table with information about a function. You can give
| the function directly or you can give a number ...