add documentation to EntryPoint

pull/1335/head
Joran Honig 5 years ago
parent 85ddc4aa7a
commit 7c67c46dc0
  1. 5
      mythril/analysis/module/base.py

@ -16,6 +16,11 @@ log = logging.getLogger(__name__)
class EntryPoint(Enum): class EntryPoint(Enum):
""" EntryPoint Enum
This enum is used to signify the entry_point of detection modules.
See also the class documentation of DetectionModule
"""
POST = 1 POST = 1
CALLBACK = 2 CALLBACK = 2

Loading…
Cancel
Save