Skip to content

Commit

Permalink
example: auto help generation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Almas-Ali committed Oct 29, 2024
1 parent 3173526 commit 0930140
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions examples/auto_help.rn
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import os
import radiation

help(os)
help(int)
help(radiation)

0 comments on commit 0930140

Please sign in to comment.