HomeSort by relevance Sort by last modified time
    Searched refs:samplecmdclass (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cmd.py 15 class samplecmdclass(cmd.Cmd): class in inherits:cmd.Cmd
18 >>> mycmd = samplecmdclass()
244 samplecmdclass().cmdloop()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cmd.py 15 class samplecmdclass(cmd.Cmd): class in inherits:cmd.Cmd
18 >>> mycmd = samplecmdclass()
244 samplecmdclass().cmdloop()

Completed in 548 milliseconds