• Home
  • Raw
  • Download

Lines Matching refs:howto

14 howto/cporting,,:encode,"if (!PyArg_ParseTuple(args, ""O:encode_object"", &myobj))"
15 howto/cporting,,:say,"if (!PyArg_ParseTuple(args, ""U:say_hello"", &name))"
16 howto/curses,,:black,"They are: 0:black, 1:red, 2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and"
17 howto/curses,,:blue,"They are: 0:black, 1:red, 2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and"
18 howto/curses,,:cyan,"They are: 0:black, 1:red, 2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and"
19 howto/curses,,:green,"They are: 0:black, 1:red, 2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and"
20 howto/curses,,:magenta,"They are: 0:black, 1:red, 2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and"
21 howto/curses,,:red,"They are: 0:black, 1:red, 2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and"
22 howto/curses,,:white,"7:white."
23 howto/curses,,:yellow,"They are: 0:black, 1:red, 2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and"
24 howto/logging,,:root,WARNING:root:Watch out!
25 howto/logging,,:Watch,WARNING:root:Watch out!
26 howto/logging,,:root,DEBUG:root:This message should go to the log file
27 howto/logging,,:root,INFO:root:So should this
28 howto/logging,,:So,INFO:root:So should this
29 howto/logging,,:root,"WARNING:root:And this, too"
30 howto/logging,,:And,"WARNING:root:And this, too"
31 howto/logging,,:root,INFO:root:Started
32 howto/logging,,:Started,INFO:root:Started
33 howto/logging,,:root,INFO:root:Doing something
34 howto/logging,,:Doing,INFO:root:Doing something
35 howto/logging,,:root,INFO:root:Finished
36 howto/logging,,:Finished,INFO:root:Finished
37 howto/logging,,:root,WARNING:root:Look before you leap!
38 howto/logging,,:Look,WARNING:root:Look before you leap!
39 howto/logging,,:This,DEBUG:This message should appear on the console
40 howto/logging,,:So,INFO:So should this
41 howto/logging,,:And,"WARNING:And this, too"
42 howto/logging,,:logger,severity:logger name:message
43 howto/logging,,:message,severity:logger name:message
44 howto/logging,,:This,DEBUG:root:This message should go to the log file
45 howto/pyporting,,::,Programming Language :: Python :: 2
46 howto/pyporting,,::,Programming Language :: Python :: 3
47 howto/regex,,::,
48 howto/regex,,:foo,(?:foo)
49 howto/urllib2,,:password,"for example ""joe:password@example.com"""