mirror of
https://github.com/mandiant/capa.git
synced 2025-12-12 15:49:46 -08:00
perf: document that counters is unstable
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import collections
|
||||
from typing import Dict
|
||||
|
||||
# this structure is unstable and may change before the next major release.
|
||||
counters: Dict[str, int] = collections.Counter()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user