/object_explorer

Explore all the methods of any object inside Python in one go

Primary LanguagePythonMIT LicenseMIT

object_explorer

Explore all the methods of any object inside Python in one go

Usage

See examples

Examples

from object_exporer import ObjectExplorer

object = "This is a simple text string on English language at 64 symbols!"
objectExplorer = ObjectExplorer(object)

object_exporer

Remarks

Yes, he forces all methods despite possible mistakes, just to quickly show you a visual result with maximum coverage