FingerTemplateDict.remove Method¶
Module: FingerTemplateDict
Definition¶
Removes an element of the FingerTemplateDict object.
remove(self, key: str) -> None
Parameters
key
strin Unique key of the FingerTemplate item to remove.
Exceptions
An error has occurred during Finger Library execution.
void remove(String? key)
Parameters
key
Stringin Unique key of the FingerTemplate item to remove.
Exceptions
An error has occurred during Finger Library execution.
public void Remove(string key)
Parameters
key
stringin Unique key of the FingerTemplate item to remove.
Exceptions
An error has occurred during Finger Library execution.
public void remove(String key) throws FingerException
Parameters
key
Stringin Unique key of the FingerTemplate item to remove.
Exceptions
An error has occurred during Finger Library execution.
public func remove(key: String) throws
Parameters
key
Stringin Unique key of the FingerTemplate item to remove.
Exceptions
An error has occurred during Finger Library execution.
int id3FingerTemplateDict_Remove (
ID3_FINGER_TEMPLATE_DICT hFingerTemplateDict,
const char * key)
Parameters
hFingerTemplateDict
ID3_FINGER_TEMPLATE_DICTin Handle to the FingerTemplateDict object.key
const char *in Unique key of the FingerTemplate item to remove.
Returns