def extract_kwargs_from_options(cls, options):
     """
     Given command line options, create dictionary suitable for passing to __init__
     """
     return extract_kwargs_from_options_for_class(cls, options)
Exemple #2
0
 def extract_kwargs_from_options(cls, options):
     """
     Given command line options, create dictionary suitable for passing to __init__
     """
     return extract_kwargs_from_options_for_class(cls, options)