You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1234567891011121314151617181920212223242526
  1. # p("R5!")
  2. def gtest():
  3. g = globals()
  4. p(g.keys())
  5. # gtest()
  6. # zz.z
  7. # stat_info
  8. def stat_info():
  9. file_name = "/usr/games/repos/ign4/dcc/r5.py"
  10. s = os.stat(file_name)
  11. p(os.stat_result)
  12. p(dir(os.stat_result))
  13. # oinfo(os.stat_result)
  14. oinfo(s)
  15. # code_info(os.stat_result.__init__)
  16. stat_info()
  17. # os.stat_result