1

Is there a way to list an objects properties and methods like python's dir?

https://docs.python.org/2/library/functions.html#dir

MKaras
  • 2,063
  • 2
  • 20
  • 35

1 Answers1

0

.g would do something similar. Use .help for more information at the cling command prompt.

vvassilev
  • 316
  • 2
  • 7