DAS  3.0
Das Analysis System
Tutorial

Description

Externalisation of the tutorial associated to `helper`.
+ Inheritance diagram for Tutorial:
+ Collaboration diagram for Tutorial:

Public Member Functions

def __call__ (self, parser, namespace, values, option_string=None)
 

Member Function Documentation

◆ __call__()

def __call__ (   self,
  parser,
  namespace,
  values,
  option_string = None 
)
16  def __call__(self, parser, namespace, values, option_string=None):
17  print(inspect.getdoc(main))
18  sys.exit(0)
19 
20 

The documentation for this class was generated from the following file: