MCPcopy Create free account
hub / github.com/cmu-db/benchbase / SensitiveConfig

Class SensitiveConfig

scripts/anonymization/src/configuration/configurations.py:126–136  ·  view source on GitHub ↗

A class to represent a continuous column config Attributes ---------- columns : list[SensitiveEntry] Name of the column

Source from the content-addressed store, hash-verified

124
125
126class SensitiveConfig:
127 """A class to represent a continuous column config
128
129 Attributes
130 ----------
131 columns : list[SensitiveEntry]
132 Name of the column
133 """
134
135 def __init__(self, columns: list[SensitiveEntry]):
136 self.columns = columns

Callers 1

get_configMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected