Hi guys!
Sorry if that’s a stupid or trivial question but is there a possibility to inspect an object in ST to see how it works? Or do you guys just google what itertools.cycle([1,2]) for instance does?
Cheers!
pythonnewb
Hi guys!
Sorry if that’s a stupid or trivial question but is there a possibility to inspect an object in ST to see how it works? Or do you guys just google what itertools.cycle([1,2]) for instance does?
Cheers!
pythonnewb
I’m not sure what you mean by “an object in ST”, but if you mean objects from the Sublime API (such as views
, windows
, regions
, and so on) what they do is documented in the API Reference.