Hi.

How can I see easily all methods of a variable without going over other people's codes? For instance, in this line:

[x for x in coarse if x.HasFundamentalData]

is there a way to know that the coarse (CoarseFilter argument) elements have the HasFundamentalData method?

Thanks!