Started roughing out new crud base classes

This commit is contained in:
Jason Gerard DeRose
2009-01-21 17:19:39 -07:00
committed by Rob Crittenden
parent 6e53d03c69
commit 4febb4dd14
4 changed files with 58 additions and 0 deletions

View File

@@ -617,6 +617,8 @@ class Method(Attribute, Command):
`Property` classes.
"""
__public__ = Attribute.__public__.union(Command.__public__)
extra_options_first = False
extra_args_first = False
def __init__(self):
super(Method, self).__init__()