##// END OF EJS Templates
attr: make some docstrings raw strings...
Gregory Szorc -
r41705:a5493a25 default
parent child Browse files
Show More
@@ -56,7 +56,7 b' Sentinel to indicate the lack of a value'
56 def attr(default=NOTHING, validator=None,
56 def attr(default=NOTHING, validator=None,
57 repr=True, cmp=True, hash=None, init=True,
57 repr=True, cmp=True, hash=None, init=True,
58 convert=None, metadata={}):
58 convert=None, metadata={}):
59 """
59 r"""
60 Create a new attribute on a class.
60 Create a new attribute on a class.
61
61
62 .. warning::
62 .. warning::
@@ -19,7 +19,7 b' def _split_what(what):'
19
19
20
20
21 def include(*what):
21 def include(*what):
22 """
22 r"""
23 Whitelist *what*.
23 Whitelist *what*.
24
24
25 :param what: What to whitelist.
25 :param what: What to whitelist.
@@ -36,7 +36,7 b' def include(*what):'
36
36
37
37
38 def exclude(*what):
38 def exclude(*what):
39 """
39 r"""
40 Blacklist *what*.
40 Blacklist *what*.
41
41
42 :param what: What to blacklist.
42 :param what: What to blacklist.
General Comments 0
You need to be logged in to leave comments. Login now