mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Started roughing out new crud base classes
This commit is contained in:
committed by
Rob Crittenden
parent
6e53d03c69
commit
4febb4dd14
@@ -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__()
|
||||
|
||||
Reference in New Issue
Block a user