mirror of
https://github.com/hoshikawa2/python_redaction.git
synced 2026-03-06 10:11:01 +00:00
documentation
This commit is contained in:
@@ -54,11 +54,14 @@ What the algorithm performs:
|
||||
- The algorithm searches for the attribute name in the list (**ATTRIBUTE_PATTERNS**). This needs to be in the format:
|
||||
|
||||
|
||||
'name': 'value'
|
||||
'name': 'value'
|
||||
|
||||
'name' is the attribute name
|
||||
|
||||
: need to respect a JSON association
|
||||
'value' is the value between '', yes the value needs to be a String
|
||||
|
||||
|
||||
'value' is the value between '', yes the value needs to be a String
|
||||
|
||||
|
||||
So you can use the class **Redaction.py** in you code, like this:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user