summaryrefslogtreecommitdiff
path: root/tests/basics/builtin_help.py.exp
blob: 89350a6c7966fe7f93236b9996838e9f7e665d7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
########
object <function> is of type function
object <class 'int'> is of type type
  bit_length -- <function>
  from_bytes -- <classmethod>
  to_bytes -- <function>
object 1 is of type int
  bit_length -- <function>
  from_bytes -- <classmethod>
  to_bytes -- <function>
object <module 'micropython'> is of type module
  __name__ -- micropython
########
done