By default, all properties of a config object are immutable. If you would like to mutate immutable properties, you must explicitly call this method using it as a context manager.
Examples
>>> from dffml import config
>>>
>>> @config
... class MyConfig:
... C: int
>>>
>>> config = MyConfig(C=2)
>>> with config.no_enforce_immutable():
... config.C = 1
By default, all properties of a config object are immutable. If you would like to mutate immutable properties, you must explicitly call this method using it as a context manager.
Examples
>>> from dffml import config
>>>
>>> @config
... class MyConfig:
... C: int
>>>
>>> config = MyConfig(C=2)
>>> with config.no_enforce_immutable():
... config.C = 1
By default, all properties of a config object are immutable. If you would like to mutate immutable properties, you must explicitly call this method using it as a context manager.
Examples
>>> from dffml import config
>>>
>>> @config
... class MyConfig:
... C: int
>>>
>>> config = MyConfig(C=2)
>>> with config.no_enforce_immutable():
... config.C = 1
Run dataflow
alias of RunRecords
Run dataflow for all records in sources
alias of RunAllRecordsConfig
By default, all properties of a config object are immutable. If you would like to mutate immutable properties, you must explicitly call this method using it as a context manager.
Examples
>>> from dffml import config
>>>
>>> @config
... class MyConfig:
... C: int
>>>
>>> config = MyConfig(C=2)
>>> with config.no_enforce_immutable():
... config.C = 1
By default, all properties of a config object are immutable. If you would like to mutate immutable properties, you must explicitly call this method using it as a context manager.
Examples
>>> from dffml import config
>>>
>>> @config
... class MyConfig:
... C: int
>>>
>>> config = MyConfig(C=2)
>>> with config.no_enforce_immutable():
... config.C = 1
By default, all properties of a config object are immutable. If you would like to mutate immutable properties, you must explicitly call this method using it as a context manager.
Examples
>>> from dffml import config
>>>
>>> @config
... class MyConfig:
... C: int
>>>
>>> config = MyConfig(C=2)
>>> with config.no_enforce_immutable():
... config.C = 1
Run dataflow for single record or set of records
alias of RunRecordSetConfig
By default, all properties of a config object are immutable. If you would like to mutate immutable properties, you must explicitly call this method using it as a context manager.
Examples
>>> from dffml import config
>>>
>>> @config
... class MyConfig:
... C: int
>>>
>>> config = MyConfig(C=2)
>>> with config.no_enforce_immutable():
... config.C = 1
Run DataFlow and assign output to a record
By default, all properties of a config object are immutable. If you would like to mutate immutable properties, you must explicitly call this method using it as a context manager.
Examples
>>> from dffml import config
>>>
>>> @config
... class MyConfig:
... C: int
>>>
>>> config = MyConfig(C=2)
>>> with config.no_enforce_immutable():
... config.C = 1