MCPcopy Create free account
hub / github.com/Keeper-Security/Commander / enumerate_fields

Method enumerate_fields

keepercommander/vault.py:937–940  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

935 self.title = sanitize_str_field_value(data.get('title')).strip()
936
937 def enumerate_fields(self): # type: () -> Iterable[Tuple[str, Union[None, str, List[str]]]]
938 for pair in super(ApplicationRecord, self).enumerate_fields():
939 yield pair
940 yield '(type)', self.get_record_type()

Callers

nothing calls this directly

Calls 2

get_record_typeMethod · 0.95
enumerate_fieldsMethod · 0.45

Tested by

no test coverage detected