OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:putline
(Results
1 - 4
of
4
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
nntplib.py
189
def
putline
(self, line):
member in class:NNTP
196
"""Internal: send one command to the server (through
putline
())."""
198
self.
putline
(line)
567
self.
putline
(line)
568
self.
putline
('.')
591
self.
putline
(line)
592
self.
putline
('.')
ftplib.py
170
def
putline
(self, line):
member in class:FTP
175
# Internal: send one command to the server (through
putline
())
178
self.
putline
(line)
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
nntplib.py
189
def
putline
(self, line):
member in class:NNTP
196
"""Internal: send one command to the server (through
putline
())."""
198
self.
putline
(line)
567
self.
putline
(line)
568
self.
putline
('.')
591
self.
putline
(line)
592
self.
putline
('.')
ftplib.py
170
def
putline
(self, line):
member in class:FTP
175
# Internal: send one command to the server (through
putline
())
178
self.
putline
(line)
[
all
...]
Completed in 42 milliseconds