OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rfc_section
(Results
1 - 4
of
4
) sorted by null
/external/chromium-trace/catapult/third_party/WebOb/webob/
util.py
38
def header_docstring(header,
rfc_section
):
41
major_section =
rfc_section
.split('.')[0]
43
major_section,
rfc_section
)
45
header,
rfc_section
, link)
descriptors.py
35
def environ_getter(key, default=_not_given,
rfc_section
=None):
36
if
rfc_section
:
37
doc = header_docstring(key,
rfc_section
)
60
def environ_decoder(key, default=_not_given,
rfc_section
=None,
62
if
rfc_section
:
63
doc = header_docstring(key,
rfc_section
)
129
def header_getter(header,
rfc_section
):
130
doc = header_docstring(header,
rfc_section
)
173
def list_header(header,
rfc_section
):
174
prop = header_getter(header,
rfc_section
)
[
all
...]
etag.py
20
def etag_property(key, default,
rfc_section
, strong=True):
21
doc = header_docstring(key,
rfc_section
)
acceptparse.py
324
def accept_property(header,
rfc_section
,
328
doc = header_docstring(header,
rfc_section
)
Completed in 100 milliseconds