Definition at line 33 of file create_period_container.py.
◆ __init__()
| create_period_container.config1.__init__ |
( |
| self, |
|
|
| project, |
|
|
| derivation, |
|
|
| period, |
|
|
| acceptTags, |
|
|
| sTag, |
|
|
| autoCreate = False, |
|
|
| grl = None ) |
Definition at line 34 of file create_period_container.py.
34 def __init__(self, project, derivation, period, acceptTags, sTag, autoCreate=False, grl=None):
35 self.project = project
36 self.period = period
37 self.sTag = sTag
38 self.derivation = derivation
39 self.acceptTags = acceptTags
40 self.autoCreate = autoCreate
41 self.grl = grl
42 self.outScript=None
43
◆ acceptTags
| create_period_container.config1.acceptTags = acceptTags |
◆ autoCreate
| create_period_container.config1.autoCreate = autoCreate |
◆ derivation
| create_period_container.config1.derivation = derivation |
◆ grl
| create_period_container.config1.grl = grl |
◆ outScript
| create_period_container.config1.outScript = None |
◆ period
| create_period_container.config1.period = period |
◆ project
| create_period_container.config1.project = project |
◆ sTag
| create_period_container.config1.sTag = sTag |
The documentation for this class was generated from the following file: