OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:newnews
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
nntplib.py
276
def
newnews
(self, group, date, time, file=None):
member in class:NNTP
277
"""Process a
NEWNEWS
command. Arguments:
285
cmd = '
NEWNEWS
' + group + ' ' + date + ' ' + time
533
date: Date suitable for
newnews
/newgroups commands etc.
534
time: Time suitable for
newnews
/newgroups commands etc."""
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
nntplib.py
276
def
newnews
(self, group, date, time, file=None):
member in class:NNTP
277
"""Process a
NEWNEWS
command. Arguments:
285
cmd = '
NEWNEWS
' + group + ' ' + date + ' ' + time
533
date: Date suitable for
newnews
/newgroups commands etc.
534
time: Time suitable for
newnews
/newgroups commands etc."""
Completed in 220 milliseconds